forked from KKBOX/CompassApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Info.plist
54 lines (54 loc) · 1.65 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
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>NSUIElement</key>
<string>1</string>
<key>CFBundleName</key>
<string>compass.app</string>
<key>CFBundleVersion</key>
<string>1.0.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>icon-osx.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/compass-app.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>
<string>-Dfile.encoding=utf8</string>
<string>-Xverify:none</string>
<string>-Xbootclasspath/p:$APP_PACKAGE/Contents/Resources/Java/lib/java/jruby-complete.jar</string>
</array>
</dict>
</dict>
</plist>