element-ios/fastlane/Deliverfile

11 lines
302 B
Text
Raw Normal View History

2020-08-13 15:53:24 +00:00
app_identifier ENV["MAIN_BUNDLE_ID"]
username ENV["APPLE_ID"]
team_id ENV["TEAM_ID"]
dev_portal_team_id ENV["TEAM_ID"]
precheck_include_in_app_purchases false
ipa "#{ENV["BUILD_OUTPUT_DIRECTORY"]}/#{ENV["IPA_NAME"]}.ipa"
# uploading screenshots fail, skipping for now
skip_screenshots true
2020-08-26 12:37:29 +00:00
force true