Swift Project Setup
Instructions
Step 1: Gather Requirements
Ask the user (if not already provided):
- Project name and bundle identifier
- Target platforms (iOS, macOS, watchOS, visionOS)
- Minimum iOS version
- UI framework: SwiftUI, UIKit, or both
- Testing mode: enterprise or indie (see
references/inswift-testingskill) - Persistence: None / SwiftData (iOS 17+) / CoreData
- Any SPM dependencies to add upfront
Step 2: Define Folder Structure
Ask if not already provided
[Description truncada. Veja o README completo no GitHub.]