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

Last change on this file since 66 was 66, checked in by Nicholas Riley, 21 years ago

Initial import.

File size: 1.4 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 <dict>
18 <key>FileName</key>
19 <string>ICeCoffEE</string>
20 <key>GlobalInstallPath</key>
21 <string>/Library/InputManagers</string>
22 <key>InstallPath</key>
23 <string>~/Library/InputManagers</string>
24 </dict>
25 </array>
26 <key>HasGlobalInstall</key>
27 <string>YES</string>
28 <key>HasLaunchUponCompletion</key>
29 <string>NO</string>
30 <key>LogoutSuggested</key>
31 <string>YES</string>
32 <key>MinimalAllowedSystemVersion</key>
33 <integer>4128</integer>
34 <key>MinimalAllowedSystemVersionString</key>
35 <string>10.2.0</string>
36 <key>PreInstallKillProcesses</key>
37 <array>
38 <string>com.apple.systempreferences</string>
39 </array>
40 <key>PreInstallScript</key>
41 <string>Preinstall.sh</string>
42 <key>ProductID</key>
43 <string>net.sabi.ICeCoffEE</string>
44 <key>ProductName</key>
45 <string>ICeCoffEE</string>
46 <key>ProductNumVersion</key>
47 <integer>22036483</integer>
48 <key>ProductType</key>
49 <string>Preference Pane</string>
50 <key>ProductVersion</key>
51 <string>1.3d2</string>
52</dict>
53</plist>
Note: See TracBrowser for help on using the repository browser.