Admin/MacOS/mk
author wenzelm
Thu, 16 Apr 2009 17:29:30 +0200
changeset 30901 9343d4b7c5bf
parent 29154 32b13b953e3a
permissions -rwxr-xr-x
give up file type / dropability for now -- does not work reliably; tuned;

#!/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" \
  -p /bin/bash \
  -c "$THIS/script" \
  -o None \
  -f "$COCOADIALOG_APP" \
  "$PWD/Isabelle.app"