Xcode project using your folder structure and a project spec. The project spec defines your targets, configurations, schemes, custom build settings and many other options. All your source directories are automatically parsed and referenced appropriately while preserving your folder structure.
break with new version of Xcode • Tooling should be installed and configured before beeing able to compile • Force us to remove unused files from the project folders
file from git, which means no more merge conflicts! • Groups and files in Xcode are always synced to your directories on disk • Easy configuration of projects which is human readable and git friendly • Easily copy and paste files and directories without having to edit anything in Xcode
setting groups • Automatically generate Schemes for different environments like test and production • Distribute your spec amongst multiple files for easy sharing and overriding • Integrate Carthage frameworks without any work