source: main/trunk/release-kits/shared/mac/Wrapper.app/Contents/Info.plist@ 30101

Last change on this file since 30101 was 30101, checked in by ak19, 9 years ago

Mac GS binaries will now be using the extractable jre (64 bit). Adding in the bash script 'greenstone', a modified version of Jeremy's expeditee bash script to replace the JavaApplicationStub, and modifying the Info.plist to use this instead.

File size: 824 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3<plist version="9.0">
4<dict>
5 <key>CFBundleName</key>
6 <string>Greenstone3.07</string>
7 <key>CFBundleVersion</key>
8 <string>3.07</string>
9 <key>CFBundleAllowMixedLocalizations</key>
10 <string>true</string>
11 <key>CFBundleExecutable</key>
12 <string>greenstone</string>
13 <key>CFBundleDevelopmentRegion</key>
14 <string>English</string>
15 <key>CFBundlePackageType</key>
16 <string>APPL</string>
17 <key>CFBundleGetInfoString</key>
18 <string>3.07</string>
19 <key>CFBundleInfoDictionaryVersion</key>
20 <string>6.0</string>
21 <key>CFBundleIconFile</key>
22 <string>icon.icns</string>
23</dict>
24</plist>
Note: See TracBrowser for help on using the repository browser.