Sat, 29 Mar 2014 19:12:07 +0100
added some text functions for the Cocoa implementation
0 | 1 | #!/bin/sh |
2 | ||
3 | # create .app | |
4 | cp -R resource/template.app build/mk12.app | |
5 | ||
7
431dde3c5fbe
added Cocoa implementation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
0
diff
changeset
|
6 | mkdir -p build/mk12.app/Contents/MacOS/ |
431dde3c5fbe
added Cocoa implementation
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
0
diff
changeset
|
7 | cp build/bin/mk12 build/mk12.app/Contents/MacOS/ |
0 | 8 |