Skip to content

Commit

Permalink
Removed old parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Bates committed Oct 4, 2024
1 parent 71d22da commit f8a4a01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f8a4a01

Please sign in to comment.