- Timestamp:
- 05/09/05 02:09:14 (20 years ago)
- Location:
- trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents
- Files:
-
- 4 added
- 5 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Info.plist
r167 r180 8 8 <string>Unsanity Installer</string> 9 9 <key>CFBundleGetInfoString</key> 10 <string>Unsanity Installer version 3. 3, Copyright ©2002-2004Unsanity LLC.</string>10 <string>Unsanity Installer version 3.5, Copyright ©2002-2005 Unsanity LLC.</string> 11 11 <key>CFBundleIconFile</key> 12 12 <string>ui.icns</string> … … 18 18 <string>APPL</string> 19 19 <key>CFBundleShortVersionString</key> 20 <string>Unsanity Installer version 3. 3</string>20 <string>Unsanity Installer version 3.5</string> 21 21 <key>CFBundleSignature</key> 22 22 <string>????</string> 23 23 <key>CFBundleVersion</key> 24 <string>3. 3</string>24 <string>3.5</string> 25 25 <key>NSMainNibFile</key> 26 26 <string>MainMenu</string> -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/Localizable.strings
r66 r180 20 20 /* Uninstall Panel */ 21 21 "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"; 24 24 25 25 /* Authentication Failed Panel */ … … 78 78 "When you click the \"Quit\" button below, this Installer will quit." = "When you click the \"Quit\" button below, this Installer will quit."; 79 79 "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 2 2 IBClasses = ( 3 3 {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 4 {CLASS = UIBigTextField; LANGUAGE = ObjC; SUPERCLASS = NSTextField; }, 4 5 { 5 6 ACTIONS = { … … 18 19 apeCurrentVersionText = id; 19 20 apeInstallVersionText = id; 20 donLogOutText = id; 21 donQuitText = id; 21 cautionIconWell = NSImageView; 22 currentStepName = id; 23 donLogOutText = NSBox; 24 dotView = UIProgressDotView; 22 25 filFilesTable = id; 23 26 filWindow = id; 24 27 genBackButton = id; 25 28 genContinueButton = id; 26 genStepText = id; 27 insFilesTable = id; 29 insProgress = NSProgressIndicator; 30 insProgressText = NSTextField; 31 installerBackground = NSImageView; 28 32 licAgreePanel = id; 29 33 licTextView = id; … … 34 38 remTextView = id; 35 39 tabView = id; 40 uiVersionField = id; 41 uipPlaceholderView = id; 36 42 uniAuthRequiredText = id; 37 43 uniExplanationText = id; … … 41 47 SUPERCLASS = NSWindowController; 42 48 }, 49 {CLASS = UIProgressDotView; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; }, 43 50 {CLASS = URLTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; } 44 51 ); -
trunk/ICeCoffEE/ICeCoffEE/Installer components/ICeCoffEE Installer.app/Contents/Resources/English.lproj/MainMenu.nib/info.nib
r167 r180 4 4 <dict> 5 5 <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> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>29</key> 10 <string>3 71 197 202 44 0 0 1280 1002</string>10 <string>326 144 202 44 0 0 1152 746 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 16 16 <integer>29</integer> 17 17 <integer>21</integer> 18 <integer>330</integer> 18 19 </array> 19 20 <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> 33 22 </dict> 34 23 </plist>
Note:
See TracChangeset
for help on using the changeset viewer.