https://github.com/saik0s/xcode2tuist
Tool to convert xcode project file to tuist project setup
https://github.com/saik0s/xcode2tuist
Last synced: 3 months ago
JSON representation
Tool to convert xcode project file to tuist project setup
- Host: GitHub
- URL: https://github.com/saik0s/xcode2tuist
- Owner: Saik0s
- License: mit
- Created: 2024-12-16T03:26:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T14:33:44.000Z (6 months ago)
- Last Synced: 2025-04-09T22:07:22.412Z (3 months ago)
- Language: Python
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcode2tuist
Simple Xcode project to Tuist config converter
## What it does:
1. Parses .xcodeproj file structure
2. Generates equivalent Tuist configuration
3. Preserves file references and build settings# Generate Tuist configuration
```bash
uv run xcode2tuist generate path/to/Project.xcodeproj OutputDirectory/
```# Compare two Xcode projects
```bash
uv run xcode2tuist diff path/to/ProjectA.xcodeproj path/to/ProjectB.xcodeproj
```## 🤝 Contributing
Early contributors are welcome! You can help by:
- Testing the development version
- Opening issues for bugs or feature requests
- Submitting pull requests
- Improving documentation
- Suggesting improvements to the conversion logic## 📝 License
MIT License - feel free to use this in your projects!