Files
UltraGrid/gui/UltraGrid GUI
2015-06-22 14:43:39 +02:00
..
2013-01-18 17:15:40 +01:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2012-07-02 18:24:25 +02:00
2014-05-29 18:11:54 +02:00

to produce a bundle, you should run:
$ xcodebuild -alltargets -arch x86_64 -sdk macosx10.6

Then, expecting you have compiled Ultragrid:
$ cd ../../         # to UG main directory
$ make bundle
$ cd -              # go back here

 you should copy its binary to bundle:
$ cp ../../uv.app/Contents/MacOS/uv build/Release/UltraGrid\ GUI.app/Contents/MacOS/

and libraries:
$ mkdir build/Release/UltraGrid\ GUI.app/Contents/libs
$ cp ../../uv.app/Contents/libs/* build/Release/UltraGrid\ GUI.app/Contents/libs