بنقرة واحدة
appstore
Prepare and validate a MiaoYan Mac App Store build. Not for GitHub Releases.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Prepare and validate a MiaoYan Mac App Store build. Not for GitHub Releases.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Prepare, validate, and publish a MiaoYan direct-download GitHub Release. Not for App Store builds.
Run SwiftLint and swift-format checks on MiaoYan. There is no auto-fix hook; run `swiftlint --fix` or `swift-format format --in-place` manually when fixes are needed.
MiaoYan project adapter for Waza check/code-review. Use for Swift, AppKit, iOS target, and release-safety review.
GitHub issues, PRs, releases, and workflow inspection for MiaoYan via gh CLI.
| name | appstore |
| description | Prepare and validate a MiaoYan Mac App Store build. Not for GitHub Releases. |
| version | 1.1.0 |
| allowed-tools | ["Bash","Read"] |
| disable-model-invocation | true |
Use this skill only when the maintainer explicitly asks for App Store build or submission work.
| Area | App Store | GitHub Release |
|---|---|---|
| Build intent | App Store distribution | Direct download and update feed |
| Entitlements | App Store entitlements | Developer ID entitlements |
| Sparkle | Not included | Included |
| Credentials | App Store Connect credentials | Developer ID and notarization credentials |
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.
MARKETING_VERSION matches the intended release version.CURRENT_PROJECT_VERSION is incremented when required.