From 73573ba03925907e24b0749239b8fddf29bf1a33 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Mon, 9 Dec 2024 23:00:40 -0800 Subject: [PATCH] Update Setup --- fastlane/Fastfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index b33adb5a..cc600df6 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -149,7 +149,6 @@ platform :ios do if environment == "production" deliver( app_identifier: appidentifier, - username: ENV["APPLE_ID"], submit_for_review: true, force: true, reject_if_possible: true, @@ -159,7 +158,6 @@ platform :ios do else upload_to_testflight( app_identifier: appidentifier, - apple_id: ENV["APPLE_ID"], distribute_external: true, groups: [ "External Testers"