Admin/MacOS/App2/Isabelle.app/Contents/Info.plist
changeset 56013 d64a4ef26edb
parent 56012 cfb21e03fe2a
parent 56008 30666a281ae3
child 56014 748778ac0ab8
     1.1 --- a/Admin/MacOS/App2/Isabelle.app/Contents/Info.plist	Thu Dec 05 17:52:12 2013 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,48 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8"?>
     1.5 -<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     1.6 -<plist version="1.0">
     1.7 -<dict>
     1.8 -	<key>CFBundleDevelopmentRegion</key>
     1.9 -	<string>English</string>
    1.10 -	<key>CFBundleExecutable</key>
    1.11 -	<string>Isabelle</string>
    1.12 -	<key>CFBundleGetInfoString</key>
    1.13 -	<string>Isabelle</string>
    1.14 -	<key>CFBundleIconFile</key>
    1.15 -	<string>isabelle.icns</string>
    1.16 -	<key>CFBundleIdentifier</key>
    1.17 -	<string>de.tum.in.isabelle</string>
    1.18 -	<key>CFBundleInfoDictionaryVersion</key>
    1.19 -	<string>6.0</string>
    1.20 -	<key>CFBundleName</key>
    1.21 -	<string>Isabelle</string>
    1.22 -	<key>CFBundlePackageType</key>
    1.23 -	<string>APPL</string>
    1.24 -	<key>CFBundleShortVersionString</key>
    1.25 -	<string>????</string>
    1.26 -	<key>CFBundleSignature</key>
    1.27 -	<string>????</string>
    1.28 -	<key>CFBundleVersion</key>
    1.29 -	<string>????</string>
    1.30 -	<key>Java</key>
    1.31 -	<dict>
    1.32 -		<key>JVMVersion</key>
    1.33 -		<string>1.6</string>
    1.34 -		<key>VMOptions</key>
    1.35 -		<string>-Xms128m -Xmx512m -Xss2m</string>
    1.36 -		<key>ClassPath</key>
    1.37 -		<string>$JAVAROOT/isabelle-scala.jar</string>
    1.38 -		<key>MainClass</key>
    1.39 -		<string>isabelle.GUI_Setup</string>
    1.40 -		<key>Properties</key>
    1.41 -		<dict>
    1.42 -			<key>isabelle.home</key>
    1.43 -			<string>$APP_PACKAGE/Contents/Resources/Isabelle</string>
    1.44 -			<key>apple.laf.useScreenMenuBar</key>
    1.45 -			<string>true</string>
    1.46 -			<key>com.apple.mrj.application.apple.menu.about.name</key>
    1.47 -			<string>Isabelle</string>
    1.48 -		</dict>
    1.49 -	</dict>
    1.50 -</dict>
    1.51 -</plist>