Component Examples This folder contains AppKit component examples. Timer shows how to create a Timer with NSTimer. Generate and build To build this project, open "Terminal", go to your project folder and type following lines: mkdir build cd build cmake .. -G "Xcode" open ./Components.xcodeproj