Admin/MacOS/mk
author wenzelm
Wed, 17 Dec 2008 14:39:38 +0100
changeset 29136 de5b29c25af9
child 29151 fa5224eb28a5
permissions -rwxr-xr-x
basic setup for MacOS application bundle;

#!/bin/bash
#
# Make Isabelle application bundle

THIS="$(cd "$(dirname "$0")"; pwd)"

PLATYPUS_APP="/Applications/Platypus-4.0/Platypus.app"
COCOADIALOG_APP="/Applications/CocoaDialog.app"

"$PLATYPUS_APP/Contents/Resources/platypus" \
  -a Isabelle -u Isabelle \
  -I "de.tum.in.isabelle" \
  -i "$THIS/isabelle.icns" \
  -D -X .thy \
  -p /bin/bash \
  -c "$THIS/script" \
  -o None \
  -f "$COCOADIALOG_APP" \
  "$THIS/Isabelle.app"