Admin/MacOS/mk
author nipkow
Sun, 22 Feb 2009 17:25:28 +0100
changeset 30056 0a35bee25c20
parent 29154 32b13b953e3a
child 30901 9343d4b7c5bf
permissions -rwxr-xr-x
added lemmas

#!/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" \
  "$PWD/Isabelle.app"