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

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

English.lproj/APE Manager plugin.nib: Wording cleanups; the edit
button works now.

English.lproj/APEInfo.rtfd: Updated for 1.5b1.

English.lproj/Select services.nib: Removed reference to
non-highlighting outline view; use source list highlighting on
Leopard.

ICeCoffEE.xcodeproj: More decruftification.

ICeCoffEEInvertingTextFieldCell.[hm]: Non-colored text becomes white
(why doesn't Apple's implementation do this?).

ICeCoffEEServicePrefController.m: Service shown/hidden/mixed
selections slightly more abstracted, and now stored in tags rather
than represented object (which is already in use). Still no
localization support. Fix scroll bar non-appearance.

Installer components/ui/ui.plist: Replaced version info with empty
placeholders since it's now script-populated; require OS X 10.5 until
I've had a chance to test on an earlier version.

VERSION.xcconfig: Updated for 1.5b1.

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>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>
25 <integer>4176</integer>
26 <key>MinimalAllowedSystemVersionString</key>
27 <string>10.5</string>
28 <key>PreInstallKillProcesses</key>
29 <array>
30 <string>com.apple.systempreferences</string>
31 </array>
32 <key>InstallerLaunchScript</key>
33 <string>ICFindFilesToRemove</string>
34 <key>PreInstallScript</key>
35 <string>KillPrefpanesCache.sh</string>
36 <key>ProductID</key>
37 <string>net.sabi.ICeCoffEE</string>
38 <key>ProductName</key>
39 <string>ICeCoffEE</string>
40 <key>ProductNumVersion</key>
41 <integer>-1</integer>
42 <key>ProductType</key>
43 <string>Preference Pane</string>
44 <key>ProductVersion</key>
45 <string></string>
46 <key>UIPlugin</key>
47 <string>UI_SCRInstall.plugin</string>
48</dict>
49</plist>
Note: See TracBrowser for help on using the repository browser.