From 16047d18c9c768be02bd0af7b6eb3375c79770dd Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Fri, 15 Oct 2021 22:16:22 +0200 Subject: [PATCH] Skip binary upload in deliver Upload is done on TestFlight for both iOS and macOS. --- fastlane/Deliverfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fastlane/Deliverfile b/fastlane/Deliverfile index da927bb0..b4fd1908 100644 --- a/fastlane/Deliverfile +++ b/fastlane/Deliverfile @@ -5,12 +5,6 @@ screenshots_path "#{ENV["APP_ROOT"]}/fastlane/screenshots" metadata_path "#{ENV["APP_ROOT"]}/fastlane/metadata" -if ENV["PLATFORM"] == "ios" - ipa "dist/ios/Passepartout.ipa" -else - pkg "dist/mac/Passepartout.pkg" -end - skip_binary_upload true skip_metadata false skip_screenshots false