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

Last change on this file since 184 was 183, checked in by Nicholas Riley, 19 years ago

ICeCoffEE 1.4.2b1

VERSION, ui.plist, Info*.plist, InfoPlist.strings: Updated for 1.4.2b1.

APEMain.m: Removed PBX support.

ICeCoffEE.[hm]: Don't ICCF_OSErr(C)Assert if we get userCanceledErr:
part of fixing extraneous exception when not selecting anything from
the helper app menu. ICCF_KeyboardAction() and
ICCF_LaunchURLFromTextView() now take an event parameter - since we
have stuff on a timer now, means we get the key modifier state at
mousedown time, rather than some arbitrary time later.
ICCF_LaunchURL() returns NO if the user cancelled, so we don't need to
throw an exception to stop the URL blinking. Moved sanitized mouse
down event generation to ICCF_MouseDownEventWithModifierFlags(). Only
update Services menu at app launch on Panther. Use a timer to delay
URL launching in NSTextView on Tiger, so we accommodate
command-multiple clicking for discontiguous selection. Remove that
ugly goto.

ICeCoffEEShared.h: Turn off debugging in preparation for (beta)
release.

ICeCoffEETerminal.m: Update for new ICCF_LaunchURL() return.

ICeCoffEETrigger.[hm]: Singleton timer wrapper for discontiguous
selection compatibility on Tiger. Singleton global is exported for
efficiency since we have to check it on every mouse down.

ICeCoffEEWebKit.m: Removed incorrect comment (what was I thinking?)
Update for new ICCF_LaunchURL() return. Properly highlight before
ICCF_LaunchURL(), especially noticable with menu.

APEInfo.rtfd: More fixes and updates, final for 1.4.2b1.

File size: 1004 bytes
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>1.5</string>
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>
21 <string></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></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>
35 <string>1.4.2b1</string>
36</dict>
37</plist>
Note: See TracBrowser for help on using the repository browser.