From f8a4a017f85feccdd248389428cde3636d5fb1fc Mon Sep 17 00:00:00 2001 From: Tom Bates Date: Fri, 4 Oct 2024 09:18:42 +0100 Subject: [PATCH] Removed old parameters --- Fastlane/Fastfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Fastlane/Fastfile b/Fastlane/Fastfile index d7e1359c..7f31d314 100644 --- a/Fastlane/Fastfile +++ b/Fastlane/Fastfile @@ -96,16 +96,12 @@ platform :ios do pilot( username: configuration.deliver_username, app_identifier: configuration.app_bundle_identifier, - skip_screenshots: true, - skip_metadata: true, - skip_binary_upload: false, distribute_external: true, notify_external_testers: false, expire_previous_builds: true, groups: ['ea1ce2a9-df32-462b-a2fe-3cb262968f89'], changelog: 'Automated internal build', - api_key: app_store_key, - force: true + api_key: app_store_key ) end end