This folder contains AppKit "Hello, world!" examples.
- HelloWorld The classic first application HelloWorld with NSTextField.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./HelloWorlds.xcodeproj