apiaryio / drafter

API Blueprint Parser (C++)
https://apiblueprint.org/
MIT License
302 stars 54 forks source link

Remove Xcode project #743

Closed kylef closed 5 years ago

kylef commented 5 years ago

This existing project does not build and is not properly maintained. CMake can generated an Xcode project for anyone wanting one, it will reflect the CMake configuration and thus does not need specific maintenance.

$ mkdir build
$ cd build
$ cmake -GXcode ..
$ open DrafterProjects.xcodeproj