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-11-13 13:03:35 +05:30
|
|
|
release_notes({
|
2025-12-07 20:35:16 +05:30
|
|
|
'default' => "Home screen widget support, bug fixes, and performance improvements.",
|
2025-11-13 13:03:35 +05:30
|
|
|
})
|
2025-12-07 20:33:23 +05:30
|
|
|
promotional_text({'default' => "https://github.com/cogwheel0/conduit/releases/tag/v2.3.1"})
|
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")
|