# HG changeset patch # User wenzelm # Date 1384201688 -3600 # Node ID f14791d4f08d67dc5e9100ec0584176394e1da6f # Parent d5816d83e4792056226459dc6625681d92dbbc6b simplified App template; diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/App3/Info.plist-part1 --- a/Admin/MacOS/App3/Info.plist-part1 Mon Nov 11 21:20:51 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,36 +0,0 @@ - - - - -CFBundleDevelopmentRegion -English -CFBundleExecutable -JavaAppLauncher -CFBundleIconFile -isabelle.icns -CFBundleIdentifier -de.tum.in.isabelle -CFBundleDisplayName -{ISABELLE_NAME} -CFBundleInfoDictionaryVersion -6.0 -CFBundleName -{ISABELLE_NAME} -CFBundlePackageType -APPL -CFBundleShortVersionString -1.0 -CFBundleSignature -???? -CFBundleVersion -1 -NSHumanReadableCopyright - -LSApplicationCategoryType -public.app-category.developer-tools -JVMRuntime -jdk -JVMMainClassName -isabelle.Main -JVMOptions - diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/App3/Info.plist-part2 --- a/Admin/MacOS/App3/Info.plist-part2 Mon Nov 11 21:20:51 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ --Disabelle.home=$APP_ROOT/Contents/Resources/{ISABELLE_NAME} - -JVMArguments - - - - diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/App3/README --- a/Admin/MacOS/App3/README Mon Nov 11 21:20:51 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -Isabelle/JVM application bundle for Mac OS X -============================================ - -* http://java.net/projects/appbundler - - see appbundler-1.0.jar - see com/oracle/appbundler/JavaAppLauncher - diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/App3/Resources/en.lproj/Localizable.strings --- a/Admin/MacOS/App3/Resources/en.lproj/Localizable.strings Mon Nov 11 21:20:51 2013 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -"JRELoadError" = "Unable to load Java Runtime Environment."; -"MainClassNameRequired" = "Main class name is required."; -"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents."; diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/Info.plist-part1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Admin/MacOS/Info.plist-part1 Mon Nov 11 21:28:08 2013 +0100 @@ -0,0 +1,36 @@ + + + + +CFBundleDevelopmentRegion +English +CFBundleExecutable +JavaAppLauncher +CFBundleIconFile +isabelle.icns +CFBundleIdentifier +de.tum.in.isabelle +CFBundleDisplayName +{ISABELLE_NAME} +CFBundleInfoDictionaryVersion +6.0 +CFBundleName +{ISABELLE_NAME} +CFBundlePackageType +APPL +CFBundleShortVersionString +1.0 +CFBundleSignature +???? +CFBundleVersion +1 +NSHumanReadableCopyright + +LSApplicationCategoryType +public.app-category.developer-tools +JVMRuntime +jdk +JVMMainClassName +isabelle.Main +JVMOptions + diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/Info.plist-part2 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Admin/MacOS/Info.plist-part2 Mon Nov 11 21:28:08 2013 +0100 @@ -0,0 +1,7 @@ +-Disabelle.home=$APP_ROOT/Contents/Resources/{ISABELLE_NAME} + +JVMArguments + + + + diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Admin/MacOS/README Mon Nov 11 21:28:08 2013 +0100 @@ -0,0 +1,8 @@ +Isabelle/JVM application bundle for Mac OS X +============================================ + +* http://java.net/projects/appbundler + + see appbundler-1.0.jar + see com/oracle/appbundler/JavaAppLauncher + diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/Resources/en.lproj/Localizable.strings --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Admin/MacOS/Resources/en.lproj/Localizable.strings Mon Nov 11 21:28:08 2013 +0100 @@ -0,0 +1,3 @@ +"JRELoadError" = "Unable to load Java Runtime Environment."; +"MainClassNameRequired" = "Main class name is required."; +"JavaDirectoryNotFound" = "Unable to enumerate Java directory contents."; diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/Resources/isabelle.icns Binary file Admin/MacOS/Resources/isabelle.icns has changed diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/Resources/theory.icns Binary file Admin/MacOS/Resources/theory.icns has changed diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/isabelle.icns Binary file Admin/MacOS/isabelle.icns has changed diff -r d5816d83e479 -r f14791d4f08d Admin/MacOS/theory.icns Binary file Admin/MacOS/theory.icns has changed diff -r d5816d83e479 -r f14791d4f08d Admin/lib/Tools/makedist_bundle --- a/Admin/lib/Tools/makedist_bundle Mon Nov 11 21:20:51 2013 +0100 +++ b/Admin/lib/Tools/makedist_bundle Mon Nov 11 21:28:08 2013 +0100 @@ -258,7 +258,7 @@ ( cd "$TMP" - APP_TEMPLATE="$ISABELLE_HOME/Admin/MacOS/App3" + APP_TEMPLATE="$ISABELLE_HOME/Admin/MacOS" APP="${ISABELLE_NAME}.app" for NAME in Java MacOS PlugIns Resources @@ -286,7 +286,6 @@ done cp -R "$APP_TEMPLATE/Resources/." "$APP/Contents/Resources/." - cp "$APP_TEMPLATE/../isabelle.icns" "$APP/Contents/Resources/." ln -sf "../Resources/${ISABELLE_NAME}/contrib/jdk/x86_64-darwin" \ "$APP/Contents/PlugIns/jdk"