compose-multiplatform icon indicating copy to clipboard operation
compose-multiplatform copied to clipboard

Support fastlane for osx build code signing

Open ScottPierce opened this issue 4 years ago • 1 comments

I don't know much about signing ios based builds, but after having gone through the difficult process of setting everything up to sign my compose desktop build for osx on my machine I see exactly why something like fastlane exists. All iOS builds for iOS apps at my company are signed with fastlane, and it looks like a solution that allows signing iOS builds without requiring going through a lengthy machine setup process on every machine you want to build on. This also makes managing CI workflows much simpler, as OSX VMs can be used.

Compose Desktop needs something similar so that teams can setup CI for their production builds easily. I don't see an easy way to integrate this into the compose gradle plugin currently, but it would be nice for something like fastlane to be supported.

https://docs.fastlane.tools/codesigning/getting-started

ScottPierce avatar Aug 22 '21 02:08 ScottPierce

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.

okushnikov avatar Aug 26 '24 17:08 okushnikov