You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
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
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 withXcodeGen
in place.For more information about XcogeGen, check out their README
The text was updated successfully, but these errors were encountered: