diff --git a/fastlane/Deliverfile b/fastlane/Deliverfile index 5723e610..c61f9656 100644 --- a/fastlane/Deliverfile +++ b/fastlane/Deliverfile @@ -14,4 +14,9 @@ support_url({ }) copyright("#{Time.now.year} ©️ xmflsct") -primary_category("SOCIAL_NETWORKING") \ No newline at end of file +primary_category("SOCIAL_NETWORKING") + +automatic_release(false) +force(true) +precheck_include_in_app_purchases(false) +submit_for_review(true) \ No newline at end of file diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 60f68451..713269dc 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -106,12 +106,7 @@ private_lane :build_ios do output_directory: BUILD_DIRECTORY, silent: true ) - upload_to_app_store( - force: true, - ipa: IPA_FILE, - submit_for_review: true, - automatic_release: false - ) + upload_to_app_store( ipa: IPA_FILE ) else if !is_ci match( type: "development", readonly: true )