Back to Directory
development
SwiftUI Empty App Init
Initialize a minimal SwiftUI iOS app in the current directory by generating a single `.xcodeproj` with XcodeGen (no workspaces, packages, or tests unless explicitly requested).
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of swiftui-empty-app-init.
- Initializes a minimal SwiftUI iOS app using XcodeGen in the current directory.
- Generates a single `.xcodeproj` with exactly one app target and no additional workspaces, packages, or tests (unless explicitly requested).
- Prompts for project name, minimum iOS deployment target, and optional bundle identifier (defaults provided).
- Ensures required prerequisites (Xcode, XcodeGen) are present before proceeding.
- Produces a clean project structure with minimal source files and configuration, ready for immediate development.