Admin/MacOS/App1/build
author wenzelm
Mon, 11 Feb 2013 14:39:04 +0100
changeset 51085 d90218288d51
parent 50791 ef950fad7807
child 53498 05313b45a5ae
permissions -rwxr-xr-x
make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;

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

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

COCOADIALOG_APP="/Applications/CocoaDialog.app"

/usr/local/bin/platypus \
  -a Isabelle -u Isabelle \
  -I "de.tum.in.isabelle" \
  -i "$THIS/../isabelle.icns" \
  -D -X thy \
  -Q "$THIS/../theory.icns" \
  -p /bin/bash \
  -R \
  -o None \
  -f "$COCOADIALOG_APP" \
  "$THIS/script" \
  "$PWD/Isabelle.app"

rm -f Contents/Resources/Isabelle
ln -s Contents/Resources/Isabelle Isabelle.app/Isabelle