Admin/MacOS/mk
author haftmann
Mon, 08 Jun 2009 08:38:53 +0200
changeset 31485 259a3c90016e
parent 30901 9343d4b7c5bf
permissions -rwxr-xr-x
added infrastructure for definitorial construction of generators for datatypes

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