source: josm/trunk/macosx/JOSM.app/Contents/Info.plist @ 1492

Last change on this file since 1492 was 1492, checked in by stoecker, 14 years ago

added MacOS support in build. patch by Thilo Hannemann

File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleAllowMixedLocalizations</key>
6        <string>true</string>
7        <key>CFBundleDevelopmentRegion</key>
8        <string>English</string>
9        <key>CFBundleExecutable</key>
10        <string>JOSM</string>
11        <key>CFBundleGetInfoString</key>
12        <string>@SVNVersion@ SVN</string>
13        <key>CFBundleIconFile</key>
14        <string>JOSM.icns</string>
15        <key>CFBundleIdentifier</key>
16        <string>org.openstreetmap.josm</string>
17        <key>CFBundleInfoDictionaryVersion</key>
18        <string>6.0</string>
19        <key>CFBundleName</key>
20        <string>JOSM</string>
21        <key>CFBundlePackageType</key>
22        <string>APPL</string>
23        <key>CFBundleSignature</key>
24        <string>????</string>
25        <key>CFBundleVersion</key>
26        <string>@SVNVersion@</string>
27        <key>Java</key>
28        <dict>
29                <key>ClassPath</key>
30                <string>$JAVAROOT/josm-custom.jar</string>
31                <key>JVMVersion</key>
32                <string>1.5+</string>
33                <key>MainClass</key>
34                <string>org.openstreetmap.josm.gui.MainApplication</string>
35                <key>Properties</key>
36                <dict>
37                        <key>apple.laf.useScreenMenuBar</key>
38                        <string>true</string>
39                </dict>
40                <key>VMOptions</key>
41                <string>-Xmx512m</string>
42                <key>WorkingDirectory</key>
43                <string>$APP_PACKAGE/Contents/Resources/Java</string>
44        </dict>
45</dict>
46</plist>
Note: See TracBrowser for help on using the repository browser.