Skip to content

Commit

Permalink
chore(build): remove deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
faultables committed Sep 13, 2024
1 parent 3b65eef commit 85b78e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,7 @@ platform :ios do
changelog: "Build #{get_build_number}",
api_key: api_key,
app_identifier: app_identifier,
skip_screenshots: true,
skip_metadata: true,
skip_app_version_update: true,
distribute_external: true,
run_precheck_before_submit: false,
force: true,
groups: groups,
)
end
Expand Down

0 comments on commit 85b78e6

Please sign in to comment.