passepartout-apple/fastlane/Deliverfile
Davide De Rosa 16047d18c9 Skip binary upload in deliver
Upload is done on TestFlight for both iOS and macOS.
2021-10-15 22:17:11 +02:00

13 lines
405 B
Ruby

# The Deliverfile allows you to store various App Store Connect metadata
# For more information, check out the docs
# https://docs.fastlane.tools/actions/deliver/
screenshots_path "#{ENV["APP_ROOT"]}/fastlane/screenshots"
metadata_path "#{ENV["APP_ROOT"]}/fastlane/metadata"
skip_binary_upload true
skip_metadata false
skip_screenshots false
#overwrite_screenshots true
run_precheck_before_submit false