← back to CelebritySignatures
apps/mobile/fastlane/Deliverfile
13 lines
# Uploads metadata + screenshots to the EXISTING draft listing (app 6798448971)
# via the ASC API key. Holds Submit for Review (Steve's gated call) and does NOT
# touch the already-uploaded binary.
app_identifier("com.abrams.celebsignatures")
skip_binary_upload(true) # binary already uploaded via eas submit (build 3)
submit_for_review(false) # GATED — Steve submits
force(true) # skip the interactive HTML preview confirmation
overwrite_screenshots(true)
run_precheck_before_submit(false)
automatic_release(false)
languages(["en-US"])