2025-10-16 23:06:20 +05:30
|
|
|
# The Deliverfile allows you to store various App Store Connect metadata
|
|
|
|
|
# For more information, check out the docs
|
|
|
|
|
# https://docs.fastlane.tools/actions/deliver/
|
2025-10-16 23:51:18 +05:30
|
|
|
submit_for_review(true)
|
2025-10-31 23:37:34 +05:30
|
|
|
skip_metadata(false)
|
2025-10-16 23:51:18 +05:30
|
|
|
skip_screenshots(true)
|
2025-10-17 00:40:33 +05:30
|
|
|
run_precheck_before_submit(false)
|
2025-10-31 23:37:34 +05:30
|
|
|
ipa("../build/ios/ipa/conduit.ipa")
|