Ignore:
Timestamp:
06/16/07 01:37:06 (17 years ago)
Author:
Nicholas Riley
Message:

VERSION.xcconfig: Using one of Dave Dribin's suggestions from
<http://www.dribin.org/dave/blog/archives/2006/08/02/versioning_os_x_apps/>.
Now down to changing the version number in two places,
VERSION.xcconfig and ui.plist. The second could be scripted but I
haven't bothered yet.

Info-APE Module.plist: Version number wasn't visible in the Finder any
more (oops). Move some stuff from InfoPlist.strings; get version
number from VERSION.xcconfig.

English.lproj/InfoPlist.strings: Move much stuff to Info.plist
instead.

ui.plist: Update version to 1.5d1.

Select Services.nib: Fix some resizing problems. Make the English
sheet as wide as the German one; it looks squashed otherwise. Make
the Key column wide enough to accommodate collision display in
English. Use alternating row coloring.

ICeCoffEENonHighlightingTextFieldCell.m,
ICeCoffEENonHighlightingButtonCell.m: Return nil instead of [NSColor
whiteColor] to work properly with alternating coloring.

Info-APEManagerPrefPane.plist: Get version number from VERSION.xcconfig.

ICeCoffEE.xcodeproj: Use VERSION.xcconfig. Include InfoPlist.strings
in APE build (oops!).

File:
1 edited

Legend:

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

    r279 r321  
    3939        <string>ICeCoffEE</string>
    4040        <key>ProductNumVersion</key>
    41         <integer>21200896</integer>
     41        <integer>22028289</integer>
    4242        <key>ProductType</key>
    4343        <string>Preference Pane</string>
    4444        <key>ProductVersion</key>
    45         <string>1.4.3</string>
     45        <string>1.5d1</string>
    4646        <key>UIPlugin</key>
    4747        <string>UI_SCRInstall.plugin</string>
Note: See TracChangeset for help on using the changeset viewer.