Admin/MacOS/App2/Isabelle.app/Contents/Info.plist
changeset 54393 4de1dd799967
parent 54386 3514fdfdf59b
parent 54392 f14791d4f08d
child 54394 ec638de59da7
--- a/Admin/MacOS/App2/Isabelle.app/Contents/Info.plist	Mon Nov 11 20:51:00 2013 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-	<key>CFBundleDevelopmentRegion</key>
-	<string>English</string>
-	<key>CFBundleExecutable</key>
-	<string>Isabelle</string>
-	<key>CFBundleGetInfoString</key>
-	<string>Isabelle</string>
-	<key>CFBundleIconFile</key>
-	<string>isabelle.icns</string>
-	<key>CFBundleIdentifier</key>
-	<string>de.tum.in.isabelle</string>
-	<key>CFBundleInfoDictionaryVersion</key>
-	<string>6.0</string>
-	<key>CFBundleName</key>
-	<string>Isabelle</string>
-	<key>CFBundlePackageType</key>
-	<string>APPL</string>
-	<key>CFBundleShortVersionString</key>
-	<string>????</string>
-	<key>CFBundleSignature</key>
-	<string>????</string>
-	<key>CFBundleVersion</key>
-	<string>????</string>
-	<key>Java</key>
-	<dict>
-		<key>JVMVersion</key>
-		<string>1.6</string>
-		<key>VMOptions</key>
-		<string>-Xms128m -Xmx512m -Xss2m</string>
-		<key>ClassPath</key>
-		<string>$JAVAROOT/isabelle-scala.jar</string>
-		<key>MainClass</key>
-		<string>isabelle.GUI_Setup</string>
-		<key>Properties</key>
-		<dict>
-			<key>isabelle.home</key>
-			<string>$APP_PACKAGE/Contents/Resources/Isabelle</string>
-			<key>apple.laf.useScreenMenuBar</key>
-			<string>true</string>
-			<key>com.apple.mrj.application.apple.menu.about.name</key>
-			<string>Isabelle</string>
-		</dict>
-	</dict>
-</dict>
-</plist>