apple-native-dev
Installation
SKILL.md
Apple Native Development (CLI + Zed)
Build iOS/macOS apps without Xcode UI using XcodeGen, justfile, and Zed Editor.
Core Workflow
1. Project Setup
# Install tools
brew install xcodegen just xcode-build-server
# Generate Xcode project from project.yml
cd Apps/MyApp && xcodegen generate
2. Credential Management
Use xcconfig files to keep Team ID out of git. See references/credentials.md.