# fastlane deliver — App Store metadata source of truth.
# The binary upload stays with xcodebuild in ios-release.yml. Store screenshots are managed by
# scripts/sync-appstore-screenshots.rb for both iPhone and iPad.
app_identifier "com.panda.ccpocket"
skip_binary_upload true
skip_screenshots true
run_precheck_before_submit false
# non-interactive: skip the HTML metadata preview/confirmation
force true

# answers to the submit-for-review questionnaire (no dialog in CI):
# no ads/IDFA anywhere in the app; no third-party content. Export compliance is
# already declared in Info.plist (ITSAppUsesNonExemptEncryption=false), so ASC won't ask.
submission_information({
  add_id_info_uses_idfa: false,
  content_rights_contains_third_party_content: false,
})
