mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
change codemagic.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user