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:
|
workflows:
|
||||||
ios-native-workflow:
|
ios-native-workflow:
|
||||||
name: iOS Native
|
name: iOS Native
|
||||||
max_build_duration: 120
|
|
||||||
instance_type: mac_mini_m1
|
instance_type: mac_mini_m1
|
||||||
integrations:
|
integrations:
|
||||||
app_store_connect: GabineteDigital
|
app_store_connect: GabineteDigital
|
||||||
@@ -36,23 +35,7 @@ workflows:
|
|||||||
- $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.app
|
- $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.app
|
||||||
- $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.dSYM
|
- $HOME/Library/Developer/Xcode/DerivedData/**/Build/**/*.dSYM
|
||||||
publishing:
|
publishing:
|
||||||
email:
|
|
||||||
recipients:
|
|
||||||
- user_1@example.com
|
|
||||||
- user_2@example.com
|
|
||||||
notify:
|
|
||||||
success: true
|
|
||||||
failure: false
|
|
||||||
app_store_connect:
|
app_store_connect:
|
||||||
auth: integration
|
auth: integration
|
||||||
|
|
||||||
# Configuration related to TestFlight (optional)
|
|
||||||
# Note: This action is performed during post-processing.
|
|
||||||
submit_to_testflight: true
|
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
|
submit_to_app_store: false
|
||||||
|
|||||||
Reference in New Issue
Block a user