great, let's try agaainn

This commit is contained in:
Remy Moll 2025-04-28 18:40:48 +02:00
parent 68f4aac912
commit bc0351296b
2 changed files with 2 additions and 2 deletions
frontend/ios/fastlane

@ -1,4 +1,4 @@
app_identifier("info.anydev.testing") # The bundle identifier of your app app_identifier("info.anydev.anyway") # The bundle identifier of your app
apple_id("me@moll.re") # Your Apple Developer Portal username apple_id("me@moll.re") # Your Apple Developer Portal username
itc_team_id("127439860") # App Store Connect Team ID itc_team_id("127439860") # App Store Connect Team ID

@ -83,7 +83,7 @@ platform :ios do
metadata_path: "fastlane/metadata", metadata_path: "fastlane/metadata",
screenshots_path: "fastlane/screenshots", screenshots_path: "fastlane/screenshots",
precheck_include_in_app_purchases: false, precheck_include_in_app_purchases: false,
force: true, # Skip HTMl report verification
submit_for_review: true, submit_for_review: true,
automatic_release: true, automatic_release: true,
# automatically release the app after review # automatically release the app after review