passepartout-apple/fastlane/Deliverfile
2021-01-03 22:28:08 +01:00

12 lines
371 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