From 47e6af7301cfd73a8c7a4f8480e86dc7cdc57c4d Mon Sep 17 00:00:00 2001 From: Næþ'n Lasseter Date: Wed, 30 Mar 2016 15:47:29 +0100 Subject: first commit --- .../KeyboardDefense.app/Contents/Info.plist | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 application.macosx/KeyboardDefense.app/Contents/Info.plist (limited to 'application.macosx/KeyboardDefense.app/Contents/Info.plist') diff --git a/application.macosx/KeyboardDefense.app/Contents/Info.plist b/application.macosx/KeyboardDefense.app/Contents/Info.plist new file mode 100644 index 0000000..e82f80a --- /dev/null +++ b/application.macosx/KeyboardDefense.app/Contents/Info.plist @@ -0,0 +1,70 @@ + + + + + CFBundleName + KeyboardDefense + CFBundleVersion + 1.0 + CFBundleAllowMixedLocalizations + true + CFBundleExecutable + JavaApplicationStub + CFBundleDevelopmentRegion + English + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleInfoDictionaryVersion + 6.0 + CFBundleIconFile + sketch.icns + CFBundleIdentifier + KeyboardDefense + + + LSUIPresentationMode + 0 + + LSArchitecturePriority + + x86_64 + i386 + + + Java + + VMOptions + + + MainClass + KeyboardDefense + + JVMVersion + 1.6* + + ClassPath + $JAVAROOT/KeyboardDefense.jar:$JAVAROOT/core.jar:$JAVAROOT/jogl-all.jar:$JAVAROOT/gluegen-rt.jar:$JAVAROOT/jogl-all-natives-macosx-universal.jar:$JAVAROOT/gluegen-rt-natives-macosx-universal.jar + + + Properties + + apple.laf.useScreenMenuBar + true + apple.awt.showGrowBox + false + com.apple.smallTabs + true + apple.awt.Antialiasing + false + apple.awt.TextAntialiasing + true + com.apple.hwaccel + true + apple.awt.use-file-dialog-packages + false + + + + -- cgit v1.2.3