Ignore:
Timestamp:
2013-12-02T16:34:29+13:00 (10 years ago)
Author:
ak19
Message:

Modified Wrapper.app so it isn't just an installer, works more like a Mac app. Need to modify release-kits still.

Location:
other-projects/expeditee-release-kits/shared/mac
Files:
1 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/shared/mac/Wrapper.app/Contents/Info.plist

    r28695 r28727  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
    3 <plist version="0.9">
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     3<plist version="1.0">
    44<dict>
    5 
    65    <key>CFBundleName</key>
    7     <string>@projectname@@version@</string>
    8 
     6    <string>Expeditee</string>
    97    <key>CFBundleVersion</key>
    10     <string>@version@</string>
    11 
     8    <string></string>
    129    <key>CFBundleAllowMixedLocalizations</key>
    1310    <string>true</string>
    14 
    1511    <key>CFBundleExecutable</key>
    16     <string>JavaApplicationStub</string>
    17 
     12    <string>Expeditee</string>
    1813    <key>CFBundleDevelopmentRegion</key>
    1914    <string>English</string>
    20 
    2115    <key>CFBundlePackageType</key>
    2216    <string>APPL</string>
    23 
    2417    <key>CFBundleGetInfoString</key>
    25     <string>@version@</string>
    26 
     18    <string></string>
    2719    <key>CFBundleInfoDictionaryVersion</key>
    2820    <string>6.0</string>
    29 
    3021    <key>CFBundleIconFile</key>
    3122    <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 
    6123</dict>
    6224</plist>
Note: See TracChangeset for help on using the changeset viewer.