Admin/MacOS/App2/Isabelle.app/Contents/Info.plist
author bulwahn
Tue, 08 May 2012 14:31:03 +0200
changeset 47893 4cf901b1089a
parent 36986 942532de16f6
permissions -rw-r--r--
specialised fact in the Record theory should not be appear in proofs discovered by sledgehammer

<?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>