Bump build number
agvtool bump
git add -u
git commit -m "Bump build number to $(agvtool vers -terse)"
Export ipa using GitHub
Trigger the release workflow from the Action tab.
Export ipa using fastlane
Requirements:
- environment variables:
- AUTHENTICATION_KEY_ISSUER_ID
- AUTHENTICATION_KEY_ID
- AUTHENTICATION_KEY_CONTENT
- TEAM_ID
- the API key file at path
./AuthKey.p8
bundle exec fastlane release_to_ipa
Export ipa using xcodebuild commands
Requirements:
- environment variables:
- AUTHENTICATION_KEY_ISSUER_ID
- AUTHENTICATION_KEY_ID
- AUTHENTICATION_KEY_PATH
- TEAM_ID
./scripts/export_ios_app.sh