Xcode-free iOS development with xtool - build SwiftPM apps on Linux, Windows, and macOS without Xcode.
/plugin install xtool@2389-researchusing-xtool-- guide for xtool iOS development including project creation, app extensions (widgets, share extensions), and configuration
Create a new iOS app:
xtool new MyApp
cd MyApp
xtool devAdd a widget extension:
- Add product + target to
Package.swift - Configure in
xtool.ymlunderextensions: - Create
Sources/MyWidget/Widget.swift - Create
MyWidget-Info.plistwithNSExtensionPointIdentifier - Run
xtool dev
The skill auto-triggers on:
- Mentions of
xtool - SwiftPM iOS app development
- Building iOS apps on Linux/Windows
- App extension setup (widgets, share extensions)
| xtool Uses | NOT These |
|---|---|
xtool.yml |
project.yml, Project.swift |
Package.swift (SwiftPM) |
Xcode project files |
xtool dev |
xtool build, xtool run |
- xtool GitHub
- Plugin CLAUDE.md -- development instructions