cocoa-app-clang A hello-world Mac Cocoa app that you can build with clang compiler in the terminal without using XCode! To build: install clang compiler clang HelloWorld.m -fmodules -mmacosx-version-min=10.9 -o HelloWorld To run: ./HelloWorld WOW