This folder contains AppKit menus and toolbars examples.
- MainMenu shows how to create a MainMenu with NSMenu and NSMenuItem.
To build this project, open "Terminal", go to your project folder and type following lines:
mkdir build
cd build
cmake .. -G "Xcode"
open ./MenusAndToolbars.xcodeproj