source: trunk/ICeCoffEE/ICeCoffEE/Installer components/ui/ui.plist@ 388

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

APEMain.m: Note missing Xcode 3 support. Add Terminal 2.0 support.

English.lproj/APE Manager plugin.nib:

English.lproj/APEInfo.rtfd:

ICeCoffEE.[hm]: Bring triggering window and app to front if error
dialog displayed in ICCF_HandleException. Remove initial word
selection. Launch preexisting selection if present. Remove 10.3
support. Update for new ICeCoffEETrigger API. Rename downEvent
parameter for consistency.

ICeCoffEE.xcodeproj: Added files.

ICeCoffEEParser.m: Handle multiline URLs.

ICeCoffEETTView.[hm]: Terminal 2.0 support (thank you for having a
usable NSTextInput implementation!)

ICeCoffEETTViewTrigger.[hm]: ICeCoffEETrigger implementation for
TTView. Can't set range as we do for NSTextView because you can't
have an arbitrary empty selection range in Terminal, so we pass it
directly to ICCF_LaunchURLFromTTView.

ICeCoffEETerminal.[hm]: Fix capitalization on ICeCoffEETermSubviewSuper.
Pass downEvent to ICCF_HandleException so it can bring the triggering
window to the front.

ICeCoffEETextViewTrigger.[hm]: Moved from ICeCoffEETrigger.

ICeCoffEETrigger.[hm]: Now an abstract superclass. Replace direct
access to ICCF_sharedTrigger with +cancel. Create 0-character range
(if click outside selectedRange) or save selectedRange. Move
debugging logs here from ICeCoffEE.m. Add description method.

ICeCoffEEWebKit.m: Pass downEvent to ICCF_HandleException so it can
bring the triggering window to the front.

Installer components/ui/ui.plist: Updated for 1.5d3.

TestParser.m: Handle multiline URLs; newlines are printed as \ and
tabs as >. Implement ICCF_StringByRemovingCharactersInSet, which will
move elsewhere once Internet Config support is removed.

VERSION.xcconfig: Updated for 1.5d3.

urls.plist: Test for multiline URLs.

File size: 1.4 KB
RevLine 
[66]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>APERequired</key>
6 <string>YES</string>
7 <key>Files</key>
8 <array>
9 <dict>
10 <key>FileName</key>
11 <string>ICeCoffEE.ape</string>
12 <key>GlobalInstallPath</key>
13 <string>/Library/Application Enhancers</string>
14 <key>InstallPath</key>
15 <string>~/Library/Application Enhancers</string>
16 </dict>
17 </array>
18 <key>HasGlobalInstall</key>
19 <string>YES</string>
20 <key>HasLaunchUponCompletion</key>
21 <string>NO</string>
22 <key>LogoutSuggested</key>
23 <string>YES</string>
24 <key>MinimalAllowedSystemVersion</key>
[387]25 <integer>4160</integer>
[66]26 <key>MinimalAllowedSystemVersionString</key>
[387]27 <string>10.4</string>
[66]28 <key>PreInstallKillProcesses</key>
29 <array>
30 <string>com.apple.systempreferences</string>
31 </array>
[68]32 <key>InstallerLaunchScript</key>
33 <string>ICFindFilesToRemove</string>
[66]34 <key>PreInstallScript</key>
[256]35 <string>KillPrefpanesCache.sh</string>
[66]36 <key>ProductID</key>
37 <string>net.sabi.ICeCoffEE</string>
38 <key>ProductName</key>
39 <string>ICeCoffEE</string>
40 <key>ProductNumVersion</key>
[388]41 <integer>22028291</integer>
[66]42 <key>ProductType</key>
43 <string>Preference Pane</string>
44 <key>ProductVersion</key>
[388]45 <string>1.5d3</string>
[256]46 <key>UIPlugin</key>
47 <string>UI_SCRInstall.plugin</string>
[66]48</dict>
49</plist>
Note: See TracBrowser for help on using the repository browser.