Created
January 30, 2022 21:00
-
-
Save nilsreichardt/4179066d56c89c6dcc366391806eeef1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
environment: | |
groups: | |
- ios-publishing | |
- certificate_credentials | |
vars: | |
BUNDLE_ID: fun.gatch.v2mvp | |
... | |
scripts: | |
... | |
- name: iOS Code signing | |
script: | | |
keychain initialize | |
app-store-connect fetch-signing-files "$BUNDLE_ID" --type IOS_APP_ADHOC --create | |
keychain add-certificates | |
xcode-project use-profiles | |
- name: Build IPA | |
script: flutter build ipa --release --export-options-plist=/Users/builder/export_options.plist | |
artifacts: | |
... | |
- build/ios/ipa/*.ipa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment