| name | swoosh-verify |
| description | Verify Swoosh package, XcodeGen, and platform-specific build health before finalizing work. |
Swoosh Verification Skill
Use this when finishing code changes, reviewing a branch, or preparing a push.
Instructions
- Run
swift build.
- Run
swift test.
- If
project.yml changed, run xcodegen generate.
- If macOS app wiring changed, run:
xcodebuild -project Swoosh.xcodeproj -scheme Swoosh -destination 'platform=macOS' build
- If iOS app or
SwooshClient wiring changed, run:
xcodebuild -project Swoosh.xcodeproj -scheme SwooshiOS -destination 'generic/platform=iOS Simulator' CODE_SIGNING_ALLOWED=NO build