zenangst / Family

:children_crossing: A child view controller framework that makes setting up your parent controllers as easy as pie.
Other
250 stars 10 forks source link

Introduce XcodeGen #202

Open zenangst opened 4 years ago

zenangst commented 4 years ago

Instead of having a bundled Xcode project, I'd like to propose using XcodeGen to generate the project-based of a .yml file. This would reduce the occasional merge conflicts that can occur when multiple people are making PR's at the same time. Also, it would clean up PR's by not including Xcode project changes as they are invalid with XcodeGen in place.

For more information about XcogeGen, check out their README