Recently Streamplace has been able to move almost all of our Mac building over to Linux containers thanks to the apple-codesign Rust package, AKA the rcodesign command-line tool. This has saved us money on Mac builders and made our builds faster.
Unfortunately we still have a dependency on a Mac builder for our Electron app due to this package only supporting native Mac codesigning. It would be amazing if electron-osx-sign implemented rcodesign support! Would be very helpful.
(We're stuck with macOS in CI for the foreseeable future for our iOS builds... but maybe that can change too someday!)
Recently Streamplace has been able to move almost all of our Mac building over to Linux containers thanks to the
apple-codesignRust package, AKA thercodesigncommand-line tool. This has saved us money on Mac builders and made our builds faster.Unfortunately we still have a dependency on a Mac builder for our Electron app due to this package only supporting native Mac codesigning. It would be amazing if
electron-osx-signimplementedrcodesignsupport! Would be very helpful.(We're stuck with macOS in CI for the foreseeable future for our iOS builds... but maybe that can change too someday!)