diff --git a/Darwin/fastlane/Fastfile b/Darwin/fastlane/Fastfile index 8a8b099..6fda24a 100644 --- a/Darwin/fastlane/Fastfile +++ b/Darwin/fastlane/Fastfile @@ -63,7 +63,8 @@ lane :release do |options| upload_to_app_store( api_key_path: "fastlane/apikey.json", app_rating_config_path: "fastlane/metadata/rating.json", - release_notes: { default: "Fixes and improvements." } + release_notes: { default: "Fixes and improvements." }, + submit_for_review: false ) end