final fixes for an inital test
Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 1m37s
Build and release debug APK / Build APK (pull_request) Failing after 3m34s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 56s

This commit is contained in:
2024-12-14 21:47:41 +01:00
parent 97cb5b16aa
commit 9326cf8a74
3 changed files with 47 additions and 4 deletions

View File

@@ -80,10 +80,9 @@ platform :ios do
upload_to_app_store(
skip_screenshots: true,
skip_metadata: true,
skip_app_rating_config: true,
skip_app_review_information: true,
skip_submission: false,
# automatically submit the app for review
precheck_include_in_app_purchases: false,
submit_for_review: true,
automatic_release: true,
# automatically release the app after review
)