Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,9 @@ platform :ios do
skip_screenshots: true,
skip_metadata: true,
# uploading is not the same as shipping: promoting a build stays a
# deliberate step in App Store Connect
skip_submission: true,
# deliberate step in App Store Connect. deliver's option is
# submit_for_review; skip_submission is pilot's and is rejected here.
submit_for_review: false,
precheck_include_in_app_purchases: false
)
end
Expand Down