source: trunk/ICeCoffEE/ICeCoffEE/Info-APE Module.plist@ 384

Last change on this file since 384 was 321, checked in by Nicholas Riley, 17 years ago

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 size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>APEHasExcludeList</key>
6 <true/>
7 <key>APEMatchInfo</key>
8 <dict>
9 <key>APEMatchFlavor</key>
10 <string>Cocoa</string>
11 </dict>
12 <key>APEVersionRequired</key>
13 <string>2.0.1</string>
14 <key>CFBundleDevelopmentRegion</key>
15 <string>English</string>
16 <key>CFBundleExecutable</key>
17 <string>ICeCoffEE</string>
18 <key>CFBundleGetInfoString</key>
19 <string>ICeCoffEE ${CURRENT_MARKETING_VERSION}, © 2002-07 Nicholas Riley</string>
20 <key>CFBundleIconFile</key>
21 <string>APE</string>
22 <key>CFBundleIdentifier</key>
23 <string>net.sabi.ICeCoffEE</string>
24 <key>CFBundleInfoDictionaryVersion</key>
25 <string>6.0</string>
26 <key>CFBundleName</key>
27 <string>ICeCoffEE</string>
28 <key>CFBundlePackageType</key>
29 <string>BNDL</string>
30 <key>CFBundleShortVersionString</key>
31 <string>${CURRENT_MARKETING_VERSION}</string>
32 <key>CFBundleSignature</key>
33 <string>ICCF</string>
34 <key>CFBundleVersion</key>
35 <string>${CURRENT_MARKETING_VERSION}</string>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.