Ignore:
Timestamp:
2015-08-12T19:01:58+12:00 (9 years ago)
Author:
ak19
Message:

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.

Location:
main/trunk/release-kits/shared/mac/Wrapper.app/Contents
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/mac/Wrapper.app/Contents/Info.plist

    r24582 r30101  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
    3 <plist version="0.9">
     3<plist version="9.0">
    44<dict>
    5 
    6     <key>CFBundleName</key>
    7     <string>Greenstone@version@</string>
    8 
    9     <key>CFBundleVersion</key>
    10     <string>@version@</string>
    11 
    12     <key>CFBundleAllowMixedLocalizations</key>
    13     <string>true</string>
    14 
    15     <key>CFBundleExecutable</key>
    16     <string>JavaApplicationStub</string>
    17 
    18     <key>CFBundleDevelopmentRegion</key>
    19     <string>English</string>
    20 
    21     <key>CFBundlePackageType</key>
    22     <string>APPL</string>
    23 
    24     <key>CFBundleGetInfoString</key>
    25     <string>@version@</string>
    26 
    27     <key>CFBundleInfoDictionaryVersion</key>
    28     <string>6.0</string>
    29 
    30     <key>CFBundleIconFile</key>
    31     <string>icon.icns</string>
    32 
    33     <key>Java</key>
    34     <dict>
    35 
    36         <key>MainClass</key>
    37         <string>org.tp23.antinstaller.selfextract.NonExtractor</string>
    38 
    39         <key>JVMVersion</key>
    40         <string>1.4+</string>
    41 
    42         <key>ClassPath</key>
    43         <string>$JAVAROOT/@jar@</string>
    44 
    45         <key>WorkingDirectory</key>
    46         <string>/tmp</string>
    47 
    48             <key>VMOptions</key>
    49             <string>-Xmx200M</string>
    50 
    51         <key>Properties</key>
    52         <dict>
    53             <key>apple.laf.useScreenMenuBar</key>
    54             <string>true</string>
    55             <key>orig.dir</key>
    56             <string>$APP_PACKAGE/..</string>
    57         </dict>
    58 
    59     </dict>
    60 
     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>
    6123</dict>
    6224</plist>
Note: See TracChangeset for help on using the changeset viewer.