An open API service indexing awesome lists of open source software.

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

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!