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/Info-APE Module.plist

    r319 r321  
    1717        <string>ICeCoffEE</string>
    1818        <key>CFBundleGetInfoString</key>
    19         <string></string>
     19        <string>ICeCoffEE ${CURRENT_MARKETING_VERSION}, © 2002-07 Nicholas Riley</string>
    2020        <key>CFBundleIconFile</key>
    2121        <string>APE</string>
     
    2525        <string>6.0</string>
    2626        <key>CFBundleName</key>
    27         <string></string>
     27        <string>ICeCoffEE</string>
    2828        <key>CFBundlePackageType</key>
    2929        <string>BNDL</string>
    3030        <key>CFBundleShortVersionString</key>
    31         <string></string>
     31        <string>${CURRENT_MARKETING_VERSION}</string>
    3232        <key>CFBundleSignature</key>
    3333        <string>ICCF</string>
    3434        <key>CFBundleVersion</key>
    35         <string>1.5d1</string>
     35        <string>${CURRENT_MARKETING_VERSION}</string>
    3636</dict>
    3737</plist>
Note: See TracChangeset for help on using the changeset viewer.