| author | huffman | 
| Thu, 07 Oct 2010 13:22:13 -0700 | |
| changeset 39983 | 910d3ea1efa8 | 
| parent 31924 | 47b59620f37f | 
| child 48451 | 6d9c43f51e60 | 
| permissions | -rwxr-xr-x | 
| 29136 | 1 | #!/bin/bash | 
| 2 | # | |
| 3 | # Make Isabelle application bundle | |
| 4 | ||
| 5 | THIS="$(cd "$(dirname "$0")"; pwd)" | |
| 6 | ||
| 7 | PLATYPUS_APP="/Applications/Platypus-4.0/Platypus.app" | |
| 8 | COCOADIALOG_APP="/Applications/CocoaDialog.app" | |
| 9 | ||
| 10 | "$PLATYPUS_APP/Contents/Resources/platypus" \ | |
| 11 | -a Isabelle -u Isabelle \ | |
| 12 | -I "de.tum.in.isabelle" \ | |
| 31924 | 13 | -i "$THIS/../isabelle.icns" \ | 
| 29136 | 14 | -p /bin/bash \ | 
| 15 | -c "$THIS/script" \ | |
| 16 | -o None \ | |
| 17 | -f "$COCOADIALOG_APP" \ | |
| 29154 | 18 | "$PWD/Isabelle.app" |