diff --git a/frontend/ios/fastlane/Appfile b/frontend/ios/fastlane/Appfile index 2f8fca8..ba32287 100644 --- a/frontend/ios/fastlane/Appfile +++ b/frontend/ios/fastlane/Appfile @@ -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 itc_team_id("127439860") # App Store Connect Team ID diff --git a/frontend/ios/fastlane/Fastfile b/frontend/ios/fastlane/Fastfile index cf18e5e..e1ba565 100644 --- a/frontend/ios/fastlane/Fastfile +++ b/frontend/ios/fastlane/Fastfile @@ -83,7 +83,7 @@ platform :ios do metadata_path: "fastlane/metadata", screenshots_path: "fastlane/screenshots", precheck_include_in_app_purchases: false, - + force: true, # Skip HTMl report verification submit_for_review: true, automatic_release: true, # automatically release the app after review