summaryrefslogtreecommitdiff
path: root/application.macosx/KeyboardDefense.app/Contents/Info.plist
blob: e82f80a5a084b52253e4510f081301b15907ecd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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>