Admin/MacOS/App1/build
changeset 54671 d64a4ef26edb
parent 54670 cfb21e03fe2a
parent 54635 30666a281ae3
child 54672 748778ac0ab8
equal deleted inserted replaced
54670:cfb21e03fe2a 54671:d64a4ef26edb
     1 #!/usr/bin/env bash
       
     2 #
       
     3 # Make Isabelle application bundle
       
     4 
       
     5 THIS="$(cd "$(dirname "$0")"; pwd)"
       
     6 
       
     7 COCOADIALOG_APP="/Applications/CocoaDialog.app"
       
     8 
       
     9 /usr/local/bin/platypus \
       
    10   -a Isabelle -u Isabelle \
       
    11   -I "de.tum.in.isabelle" \
       
    12   -i "$THIS/../isabelle.icns" \
       
    13   -D -X thy \
       
    14   -Q "$THIS/../theory.icns" \
       
    15   -p /bin/bash \
       
    16   -R \
       
    17   -o None \
       
    18   -f "$COCOADIALOG_APP" \
       
    19   "$THIS/script" \
       
    20   "$PWD/Isabelle.app"
       
    21 
       
    22 rm -f Contents/Resources/Isabelle
       
    23 ln -s Contents/Resources/Isabelle Isabelle.app/Isabelle