Repoint App Store publishing at the appstore-publish skill's canonical scripts
Remove the per-app asc-*.swift copies (now maintained only in indie-skills/skills/appstore-publish/scripts/) and add a follow-up hint to release.sh pointing at the canonical, in-place invocation with Workouts' bundle ID and marketing version.
This commit is contained in:
@@ -77,3 +77,12 @@ xcodebuild -exportArchive \
|
||||
|
||||
echo ""
|
||||
echo "✅ Uploaded build $BUILD_NUMBER. Appears in App Store Connect > TestFlight after processing (~5–15 min)."
|
||||
echo ""
|
||||
echo "➡️ Push metadata, then stage/submit for review with the canonical scripts"
|
||||
echo " (apps sit as siblings of indie-skills under ~/Documents/indie; --bundle"
|
||||
echo " and --version are required flags — there are no per-app defaults):"
|
||||
echo ""
|
||||
echo " set -a; source .env.release; set +a; swift ../indie-skills/skills/appstore-publish/scripts/asc-metadata.swift --bundle dev.rzen.indie.Workouts --version $MARKETING_VERSION --dry-run"
|
||||
echo " set -a; source .env.release; set +a; swift ../indie-skills/skills/appstore-publish/scripts/asc-metadata.swift --bundle dev.rzen.indie.Workouts --version $MARKETING_VERSION"
|
||||
echo " set -a; source .env.release; set +a; swift ../indie-skills/skills/appstore-publish/scripts/asc-submit.swift --bundle dev.rzen.indie.Workouts --version $MARKETING_VERSION # stage only"
|
||||
echo " set -a; source .env.release; set +a; swift ../indie-skills/skills/appstore-publish/scripts/asc-submit.swift --bundle dev.rzen.indie.Workouts --version $MARKETING_VERSION --submit # stage + submit"
|
||||
|
||||
Reference in New Issue
Block a user