app-store-deployment

Installation
SKILL.md

App Store Deployment

Publish mobile applications to iOS App Store and Google Play with proper procedures.

iOS Deployment

Build and Archive

# Build archive
xcodebuild -workspace App.xcworkspace \
  -scheme App \
  -sdk iphoneos \
  -configuration Release \
  -archivePath build/App.xcarchive \
  archive
Installs
267
GitHub Stars
174
First Seen
Jan 23, 2026
app-store-deployment — secondsky/claude-skills