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

https://github.com/coeur/objcswiftninja


https://github.com/coeur/objcswiftninja

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### Building from the command line

With Xcode (succeeds):
```console
cmake -B build -G Xcode
xcodebuild -project build/ObjcSwiftNinja.xcodeproj -target ObjcSwiftNinja-app
```

With Ninja (fails):
```console
cmake -B build -G Ninja
ninja -C build ObjcSwiftNinja-app
```