Ignore:
Timestamp:
05/09/05 02:09:14 (19 years ago)
Author:
Nicholas Riley
Message:

VERSION: Starting with 1.4.2d1.

Info-APE Module.plist: Require APE 1.5, update version to 1.4.2d1.

English.lproj/APEInfo.rtfd: Significant (overdue) revisions.

Installer components/ICeCoffEE Installer.app: Unsanity Installer 3.5
plus nib tweaks; APE 1.5.

Info-APEManagerPrefPane.plist: Version (used? need bundle ID too?)

Location:
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources
Files:
4 added
5 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/Localizable.strings

    r66 r180  
    2020/* Uninstall Panel */
    2121"Are you sure you want to uninstall %@ %@ %@? Please note that this installer will automatically uninstall an older version of the product during the installation." = "Are you sure you want to uninstall %@ %@ %@? Please note that this installer will automatically uninstall an older version of the product during the installation.";
    22 "globally installed" = "globally installed";
    23 "locally installed" = "locally installed";
     22"the globally installed" = "the globally installed";
     23"the locally installed" = "the locally installed";
    2424
    2525/* Authentication Failed Panel */
     
    7878"When you click the \"Quit\" button below, this Installer will quit." = "When you click the \"Quit\" button below, this Installer will quit.";
    7979"You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!" = "You are strongly advised to log out or restart your computer in order for the installed product to completely take effect. Thank you!";
     80
     81/* Version Field */
     82"This Installer was created using Unsanity Installer %@, %@" = "This Installer was created using Unsanity Installer %@, %@";
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/MainMenu.nib/classes.nib

    r66 r180  
    22    IBClasses = (
    33        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
     4        {CLASS = UIBigTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; },
    45        {
    56            ACTIONS = {
     
    1819                apeCurrentVersionText = id;
    1920                apeInstallVersionText = id;
    20                 donLogOutText = id;
    21                 donQuitText = id;
     21                cautionIconWell = NSImageView;
     22                currentStepName = id;
     23                donLogOutText = NSBox;
     24                dotView = UIProgressDotView;
    2225                filFilesTable = id;
    2326                filWindow = id;
    2427                genBackButton = id;
    2528                genContinueButton = id;
    26                 genStepText = id;
    27                 insFilesTable = id;
     29                insProgress = NSProgressIndicator;
     30                insProgressText = NSTextField;
     31                installerBackground = NSImageView;
    2832                licAgreePanel = id;
    2933                licTextView = id;
     
    3438                remTextView = id;
    3539                tabView = id;
     40                uiVersionField = id;
     41                uipPlaceholderView = id;
    3642                uniAuthRequiredText = id;
    3743                uniExplanationText = id;
     
    4147            SUPERCLASS = NSWindowController;
    4248        },
     49        {CLASS = UIProgressDotView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; },
    4350        {CLASS = URLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }
    4451    );
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib

    r167 r180  
    44<dict>
    55        <key>IBDocumentLocation</key>
    6         <string>63 116 356 240 0 0 1280 1002 </string>
     6        <string>54 77 356 240 0 0 1152 746 </string>
    77        <key>IBEditorPositions</key>
    88        <dict>
    99                <key>29</key>
    10                 <string>371 197 202 44 0 0 1280 1002 </string>
     10                <string>326 144 202 44 0 0 1152 746 </string>
    1111        </dict>
    1212        <key>IBFramework Version</key>
     
    1616                <integer>29</integer>
    1717                <integer>21</integer>
     18                <integer>330</integer>
    1819        </array>
    1920        <key>IBSystem Version</key>
    20         <string>7M34</string>
    21         <key>IBUserGuides</key>
    22         <dict>
    23                 <key>21</key>
    24                 <dict>
    25                         <key>guideLocations</key>
    26                         <array>
    27                                 <string>Vertical:334.000000</string>
    28                         </array>
    29                         <key>guidesLocked</key>
    30                         <false/>
    31                 </dict>
    32         </dict>
     21        <string>7W98</string>
    3322</dict>
    3423</plist>
Note: See TracChangeset for help on using the changeset viewer.