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/English.lproj/Select services.nib/info.nib

    r271 r321  
    44<dict>
    55        <key>IBDocumentLocation</key>
    6         <string>72 28 356 240 0 0 1024 746 </string>
     6        <string>519 44 356 240 0 0 1680 1028 </string>
    77        <key>IBFramework Version</key>
    88        <string>446.1</string>
     
    1212        </array>
    1313        <key>IBSystem Version</key>
    14         <string>8J135</string>
     14        <string>8P135</string>
    1515</dict>
    1616</plist>
Note: See TracChangeset for help on using the changeset viewer.