Ignore:
Timestamp:
03/01/08 02:58:52 (16 years ago)
Author:
Nicholas Riley
Message:

English.lproj/APE Manager plugin.nib: Wording cleanups; the edit
button works now.

English.lproj/APEInfo.rtfd: Updated for 1.5b1.

English.lproj/Select services.nib: Removed reference to
non-highlighting outline view; use source list highlighting on
Leopard.

ICeCoffEE.xcodeproj: More decruftification.

ICeCoffEEInvertingTextFieldCell.[hm]: Non-colored text becomes white
(why doesn't Apple's implementation do this?).

ICeCoffEEServicePrefController.m: Service shown/hidden/mixed
selections slightly more abstracted, and now stored in tags rather
than represented object (which is already in use). Still no
localization support. Fix scroll bar non-appearance.

Installer components/ui/ui.plist: Replaced version info with empty
placeholders since it's now script-populated; require OS X 10.5 until
I've had a chance to test on an earlier version.

VERSION.xcconfig: Updated for 1.5b1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/Installer components/ui/ui.plist

    r388 r425  
    2323        <string>YES</string>
    2424        <key>MinimalAllowedSystemVersion</key>
    25         <integer>4160</integer>
     25        <integer>4176</integer>
    2626        <key>MinimalAllowedSystemVersionString</key>
    27         <string>10.4</string>
     27        <string>10.5</string>
    2828        <key>PreInstallKillProcesses</key>
    2929        <array>
     
    3939        <string>ICeCoffEE</string>
    4040        <key>ProductNumVersion</key>
    41         <integer>22028291</integer>
     41        <integer>-1</integer>
    4242        <key>ProductType</key>
    4343        <string>Preference Pane</string>
    4444        <key>ProductVersion</key>
    45         <string>1.5d3</string>
     45        <string></string>
    4646        <key>UIPlugin</key>
    4747        <string>UI_SCRInstall.plugin</string>
Note: See TracChangeset for help on using the changeset viewer.