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 8841b97 commit dffd79a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions codemagic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,11 @@ workflows:
flutter clean
flutter pub get

- name: Flutter build ipa
script: |
cd khelo
flutter build ipa --release \
--export-options-plist=$CM_BUILD_DIR/khelo/ios/Runner/ExportOptions.plist
--export-options-plist=ios/Runner/ExportOptions.plist
artifacts:
- build/ios/ipa/*.ipa
Expand Down

0 comments on commit dffd79a

Please sign in to comment.