Back to Miaoyan

MiaoYan App Store Workflow

.agents/skills/appstore/SKILL.md

4.0.01.2 KB
Original Source

MiaoYan App Store Workflow

Use this skill only when the maintainer explicitly asks for App Store build or submission work.

App Store vs GitHub Release

AreaApp StoreGitHub Release
Build intentApp Store distributionDirect download and update feed
EntitlementsApp Store entitlementsDeveloper ID entitlements
SparkleNot includedIncluded
CredentialsApp Store Connect credentialsDeveloper ID and notarization credentials

Build And Validate

bash
bash scripts/build-appstore.sh
xcrun altool --validate-app -f build/AppStore/Export/MiaoYan.app -t macos --apiKey <KEY_ID> --apiIssuer <ISSUER_ID>

Use Xcode Organizer for upload when that is safer than CLI upload.

Pre-Submission Checklist

  • MARKETING_VERSION matches the intended release version.
  • CURRENT_PROJECT_VERSION is incremented when required.
  • App Store entitlements are used.
  • The App Store configuration builds cleanly.
  • Screenshots and metadata are ready in App Store Connect when needed.

Safety Rules

  • Never upload to App Store Connect without explicit maintainer confirmation.
  • Never commit App Store Connect API keys, certificates, passwords, or local credential paths.
  • Validate before upload.