Skip to content

Instantly share code, notes, and snippets.

@nilsreichardt
Created January 30, 2022 21:00
Show Gist options
  • Save nilsreichardt/4179066d56c89c6dcc366391806eeef1 to your computer and use it in GitHub Desktop.
Save nilsreichardt/4179066d56c89c6dcc366391806eeef1 to your computer and use it in GitHub Desktop.
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