author | haftmann |
Sun, 02 Jun 2013 20:44:55 +0200 | |
changeset 52289 | 83ce5d2841e7 |
parent 50791 | ef950fad7807 |
child 53498 | 05313b45a5ae |
permissions | -rwxr-xr-x |
29136 | 1 |
#!/bin/bash |
2 |
# |
|
3 |
# Make Isabelle application bundle |
|
4 |
||
5 |
THIS="$(cd "$(dirname "$0")"; pwd)" |
|
6 |
||
7 |
COCOADIALOG_APP="/Applications/CocoaDialog.app" |
|
8 |
||
48451 | 9 |
/usr/local/bin/platypus \ |
29136 | 10 |
-a Isabelle -u Isabelle \ |
11 |
-I "de.tum.in.isabelle" \ |
|
31924 | 12 |
-i "$THIS/../isabelle.icns" \ |
48452
4ad6182d5bb9
try droppable application using Platypus functionality -- in contrast to earlier AppHack (cf. 9343d4b7c5bf);
wenzelm
parents:
48451
diff
changeset
|
13 |
-D -X thy \ |
4ad6182d5bb9
try droppable application using Platypus functionality -- in contrast to earlier AppHack (cf. 9343d4b7c5bf);
wenzelm
parents:
48451
diff
changeset
|
14 |
-Q "$THIS/../theory.icns" \ |
29136 | 15 |
-p /bin/bash \ |
48451 | 16 |
-R \ |
29136 | 17 |
-o None \ |
18 |
-f "$COCOADIALOG_APP" \ |
|
48451 | 19 |
"$THIS/script" \ |
29154 | 20 |
"$PWD/Isabelle.app" |
50791 | 21 |
|
22 |
rm -f Contents/Resources/Isabelle |
|
23 |
ln -s Contents/Resources/Isabelle Isabelle.app/Isabelle |