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

Last change on this file since 6505 was 6012, checked in by Don-vip, 11 years ago

see #8764 - Enables the HiDPI support in Apple Java 6

File size: 1.4 KB
RevLine 
[1492]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>
[6012]32 <string>1.6+</string>
[1492]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>
[6012]45 <key>NSHighResolutionCapable</key>
46 <string>True</string>
[1492]47</dict>
48</plist>
Note: See TracBrowser for help on using the repository browser.