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

Last change on this file since 216 was 216, checked in by Nicholas Riley, 18 years ago

VERSION: Starting with 1.4.3d1.

APE.icns: Generic APE icon (not sure whether we care).

SmartCrashReportsAPI.[ho]: SCR 1.1.

ICeCoffEEWebKit.m: -elementAtPoint: isn't in current
development WebKit; switch to the version in WebHTMLView.

Info-APE Module.plist: Update version to 1.4.3d1.

ICeCoffEE.xcodeproj: Xcode 2 version of project, required fixing
script which copies the APE bundle into the installer. We're still
building for 10.3.9 and later on PowerPC only for this release.

English.lproj/APEInfo.rtfd: Small clarifications, update release notes
and version information.

English.lproj/InfoPlist.strings: Update version to 1.4.3d1.

ICeCoffEEShared.h: Use varargs macros to finally fix the stupid
warnings when ICCF_DEBUG is 0.

ICeCoffEE APE.xcode: Removed.

ICeCoffEETerminal.m: Fixes crash on clicking disabled close/minimize
widgets in Open dialog (invalid super method call) by implementing
overridden methods in the faked superclass.

ape_install: APE 1.5.1.

Info-APEManagerPrefPane.plist: Update version number.

APEMain.m: Implement SCR. Fix a comment typo. Remove some useless
uses of the comma operator so the new warning-less ICapeprintf works.

package-ICeCoffEE.sh: Use new xcodebuild syntax and build layout.
Remove a useless use of the semicolon. Nuke localizations on
development builds.

File size: 1007 bytes
RevLine 
[167]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>
[180]13 <string>1.5</string>
[167]14 <key>CFBundleDevelopmentRegion</key>
15 <string>English</string>
16 <key>CFBundleExecutable</key>
17 <string>ICeCoffEE</string>
18 <key>CFBundleGetInfoString</key>
19 <string></string>
20 <key>CFBundleIconFile</key>
[216]21 <string>APE</string>
[167]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></string>
28 <key>CFBundlePackageType</key>
29 <string>BNDL</string>
30 <key>CFBundleShortVersionString</key>
31 <string></string>
32 <key>CFBundleSignature</key>
33 <string>ICCF</string>
34 <key>CFBundleVersion</key>
[216]35 <string>1.4.3d1</string>
[167]36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.