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

Last change on this file since 428 was 387, checked in by Nicholas Riley, 16 years ago

VERSION.xcconfig: Updated for 1.5d2.

Info-APE Module.plist: Updated copyright date. Require APE 2.5b1.
Add URL for displaying compatibility info in the event of an OS
upgrade (earlier versions won't get it, but my Web site is hard-coded
into APE 2.5b2 and later). Move SCR stuff here since explicit
registration is no longer necessary. Remove CFBundleIconFile as it's
long been unnecessary.

English.lproj/InfoPlist.strings: Updated copyright date.

APEInfo.rtfd: Updated for 1.5d2.

Installer components/ICeCoffEE Installer.app: Update to UI 3.7 (as yet
without UI tweaks) / APE 2.5b1.

ICeCoffEE.xcodeproj: More tweaks.

Installer components/ui.icns: Updated with gigantic icon for Leopard.

Installer components/ui/{Smart Crash Reports,UI_SCRInstall.plugin}:
Update to Smart Crash Reports 1.5b2.

Installer components/ui/ui.plist: Updated for 1.5d2 and 10.4 minimum
OS version.

File size: 1.3 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.5b1</string>
14 <key>APEModuleProductURL</key>
15 <string>http://web.sabi.net/nriley/software/#icecoffee</string>
16 <key>APELeopardCertified</key>
17 <true/>
18 <key>SmartCrashReports_CompanyName</key>
19 <string>Nicholas Riley</string>
20 <key>SmartCrashReports_EmailTicket</key>
21 <string>SCR-5E5C696784</string>
22 <key>CFBundleDevelopmentRegion</key>
23 <string>English</string>
24 <key>CFBundleExecutable</key>
25 <string>ICeCoffEE</string>
26 <key>CFBundleGetInfoString</key>
27 <string>ICeCoffEE ${CURRENT_MARKETING_VERSION}, © 2002-08 Nicholas Riley</string>
28 <key>CFBundleIdentifier</key>
29 <string>net.sabi.ICeCoffEE</string>
30 <key>CFBundleInfoDictionaryVersion</key>
31 <string>6.0</string>
32 <key>CFBundleName</key>
33 <string>ICeCoffEE</string>
34 <key>CFBundlePackageType</key>
35 <string>BNDL</string>
36 <key>CFBundleShortVersionString</key>
37 <string>${CURRENT_MARKETING_VERSION}</string>
38 <key>CFBundleSignature</key>
39 <string>ICCF</string>
40 <key>CFBundleVersion</key>
41 <string>${CURRENT_MARKETING_VERSION}</string>
42</dict>
43</plist>
Note: See TracBrowser for help on using the repository browser.