Skip to content

Commit

Permalink
Set up auto deployment- iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Apr 2, 2024
1 parent 09298d5 commit 8841b97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ workflows:
distribution_type: app_store
bundle_identifier: com.canopas.khelo

groups:
- app_credentials

vars:
APP_ID: 6480175424
flutter: stable
Expand Down Expand Up @@ -112,7 +115,7 @@ workflows:
- name: Flutter build ipa
script: |
flutter build ipa --release \
--export-options-plist=$CM_BUILD_DIR/khelo/ios/Runner/export_options.plist
--export-options-plist=$CM_BUILD_DIR/khelo/ios/Runner/ExportOptions.plist
artifacts:
- build/ios/ipa/*.ipa
Expand Down

0 comments on commit 8841b97

Please sign in to comment.