Admin/MacOS/mk
author wenzelm
Mon, 01 Jun 2009 15:25:59 +0200
changeset 31324 3ffa005c7701
parent 30901 9343d4b7c5bf
permissions -rwxr-xr-x
removed print function from global ML name space, to reduce risk of surprises;

#!/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"