change codemagic.yml

This commit is contained in:
Peter Maquiran
2023-10-02 16:16:18 +01:00
parent 5399d962da
commit 28e5b9e4eb
-17
View File
@@ -1,7 +1,6 @@
workflows:
ios-native-workflow:
name: iOS Native
max_build_duration: 120
instance_type: mac_mini_m1
integrations:
app_store_connect: GabineteDigital
@@ -36,23 +35,7 @@ workflows:
- $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.app
- $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.dSYM
publishing:
email:
recipients:
- user_1@example.com
- user_2@example.com
notify:
success: true
failure: false
app_store_connect:
auth: integration
# Configuration related to TestFlight (optional)
# Note: This action is performed during post-processing.
submit_to_testflight: true
beta_groups: # Specify the names of beta tester groups that will get access to the build once it has passed beta review.
- group name 1
- group name 2
# Configuration related to App Store (optional)
# Note: This action is performed during post-processing.
submit_to_app_store: false