summaryrefslogtreecommitdiff
path: root/application.macosx/KeyboardDefense.app/Contents/Info.plist
diff options
context:
space:
mode:
authorNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-03-30 15:47:29 +0100
committerNæþ'n Lasseter <Næþ'n Lasseter nathan@bytemark.co.uk>2016-03-30 15:47:29 +0100
commit47e6af7301cfd73a8c7a4f8480e86dc7cdc57c4d (patch)
treeade3c7d88715452069458c8f08e59f4a4ce06088 /application.macosx/KeyboardDefense.app/Contents/Info.plist
first commitHEADmaster
Diffstat (limited to 'application.macosx/KeyboardDefense.app/Contents/Info.plist')
-rw-r--r--application.macosx/KeyboardDefense.app/Contents/Info.plist70
1 files changed, 70 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+ <dict>
+ <key>CFBundleName</key>
+ <string>KeyboardDefense</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>CFBundleAllowMixedLocalizations</key>
+ <string>true</string>
+ <key>CFBundleExecutable</key>
+ <string>JavaApplicationStub</string>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleIconFile</key>
+ <string>sketch.icns</string>
+ <key>CFBundleIdentifier</key>
+ <string>KeyboardDefense</string>
+
+ <!-- http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/Articles/PListKeys.html#//apple_ref/doc/uid/20001431-113616 -->
+ <key>LSUIPresentationMode</key>
+ <integer>0</integer>
+
+ <key>LSArchitecturePriority</key>
+ <array>
+ <string>x86_64</string>
+ <string>i386</string>
+ </array>
+
+ <key>Java</key>
+ <dict>
+ <key>VMOptions</key>
+ <string></string>
+
+ <key>MainClass</key>
+ <string>KeyboardDefense</string>
+
+ <key>JVMVersion</key>
+ <string>1.6*</string>
+
+ <key>ClassPath</key>
+ <string>$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</string>
+
+ <!-- http://developer.apple.com/releasenotes/Java/java141/system_properties/chapter_4_section_1.html#//apple_ref/doc/uid/TP30000285 -->
+ <key>Properties</key>
+ <dict>
+ <key>apple.laf.useScreenMenuBar</key>
+ <string>true</string>
+ <key>apple.awt.showGrowBox</key>
+ <string>false</string>
+ <key>com.apple.smallTabs</key>
+ <string>true</string>
+ <key>apple.awt.Antialiasing</key>
+ <string>false</string>
+ <key>apple.awt.TextAntialiasing</key>
+ <string>true</string>
+ <key>com.apple.hwaccel</key>
+ <string>true</string>
+ <key>apple.awt.use-file-dialog-packages</key>
+ <string>false</string>
+ </dict>
+ </dict>
+ </dict>
+</plist>