howtobuild.txt 151 B

12345
  1. Bundle style (release)
  2. xcodebuild -configuration Release
  3. Standalone style (test)
  4. clang++ -D BUILD_APP -framework Foundation -framework AppKit main.mm