diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ae3fd70..6da5f38 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -108,8 +108,6 @@ platform :ios do desc 'Publish app to App Store' lane :release_upload do pilot( - distribute_external: true, - notify_external_testers: true, skip_waiting_for_build_processing: true, testers_file_path: './fastlane/testers.csv', ipa: './build/release/CI2Go.ipa' @@ -263,7 +261,6 @@ platform :mac do screenshots_path: './fastlane/screenshots~mac', skip_binary_upload: false, skip_metadata: true, - skip_waiting_for_build_processing: true, skip_screenshots: true ) end