Skip to content

Commit a935dcd

Browse files
authored
chore(store): let deliver create the editable app version (1.3) (#17)
deliver attaches metadata to an editable App Store version; with 1.2 live and skip_app_version_update true it looped on 'Cannot find edit app store version'. Pin app_version 1.3 so the draft is created when missing. Claude-Session: https://claude.ai/code/session_01Bx3msVo4B29pkkvR2QpFef
1 parent 0e6f43e commit a935dcd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

fastlane/Deliverfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ team_id "U2CPXQV7AJ"
1010
# Metadata only: never touch the binary or screenshots from this config.
1111
skip_binary_upload true
1212
skip_screenshots true
13-
skip_app_version_update true
13+
14+
# Metadata attaches to an EDITABLE version in App Store Connect. Creating the
15+
# draft version if it does not exist yet is required - without it deliver
16+
# loops on "Cannot find edit app store version". Keep this in sync with the
17+
# version being prepared for release.
18+
app_version "1.3"
1419

1520
# Metadata is reviewed locally in git; precheck mostly duplicates that.
1621
precheck_include_in_app_purchases false

0 commit comments

Comments
 (0)