|
|
|
|
|
by joshstrange
1218 days ago
|
|
> if you have someone other than you to deal with code signing I hear that, though fastlane [0] makes like 1000x easier. Now my first step for any app is setting up a fastlane job to run Github Actions. My goal is to be able to push code and have an app show up in TestFlight without me ever needing to manually manage that. I can even make "blind" changes to the code and push it which is nice for old codebases or when I'm not on my main laptop but have access to my code. [0] https://fastlane.tools/ |
|