2021-01-02 13:39:30 +00:00
|
|
|
# The Deliverfile allows you to store various App Store Connect metadata
|
|
|
|
# For more information, check out the docs
|
|
|
|
# https://docs.fastlane.tools/actions/deliver/
|
|
|
|
|
2021-01-17 21:10:37 +00:00
|
|
|
screenshots_path "#{ENV["APP_ROOT"]}/fastlane/screenshots"
|
|
|
|
metadata_path "#{ENV["APP_ROOT"]}/fastlane/metadata"
|
|
|
|
|
2021-01-02 13:39:30 +00:00
|
|
|
skip_binary_upload true
|
|
|
|
skip_metadata false
|
|
|
|
skip_screenshots false
|
2021-01-30 20:58:22 +00:00
|
|
|
#overwrite_screenshots true
|
2021-02-05 17:08:54 +00:00
|
|
|
run_precheck_before_submit false
|