-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathInfo.plist
51 lines (49 loc) · 1.46 KB
/
Info.plist
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
<?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>jruby-rawr-swt-helloworld</string>
<key>CFBundleVersion</key>
<string>100.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>GenericJavaApp.icns</string>
<key>Java</key>
<dict>
<key>MainClass</key>
<string>org.rubyforge.rawr.Main</string>
<key>JVMVersion</key>
<string>1.6*</string>
<key>ClassPath</key>
<array>
<string>$JAVAROOT/jruby-rawr-swt-helloworld.jar</string>
</array>
<key>Properties</key>
<dict>
<key>apple.laf.useScreenMenuBar</key>
<string>true</string>
</dict>
<key>JVMArchs</key>
<array>
<string>i386</string>
</array>
<key>StartOnMainThread</key>
<string>true</string>
<key>VMOptions</key>
<array>
</array>
</dict>
</dict>
</plist>