Files
iiEsaywebUIapp/ios/fastlane/Deliverfile
cogwheel0 54f5a3e7da chore: update Fastlane configuration for iOS
- Removed Apple ID from Appfile for security reasons.
- Added precheck option in Deliverfile to disable pre-submit checks.
- Enhanced Fastfile with a new release lane for App Store Connect API key integration.
2025-10-17 00:40:33 +05:30

9 lines
300 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/
submit_for_review(true)
skip_metadata(true)
skip_screenshots(true)
run_precheck_before_submit(false)
ipa("../build/ios/ipa/conduit.ipa")