Skip to content

Commit

Permalink
Update Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Dec 10, 2024
1 parent 54ad156 commit 73573ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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"
Expand Down

0 comments on commit 73573ba

Please sign in to comment.