summaryrefslogtreecommitdiff
path: root/build/mac/installer-info
blob: 8270f73c7cf0623554db58b230ec42a8bc000052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>CFBundleGetInfoString</key>
        <string>Performance Co-Pilot @package_version@</string>
        <key>CFBundleIdentifier</key>
        <string>com.sgi.pkg.pcp</string>
        <key>CFBundleName</key>
        <string>Performance Co-Pilot</string>
        <key>CFBundleShortVersionString</key>
        <string>@package_version@</string>
	<key>IFMajorVersion</key>
	<integer>@package_major@</integer>
	<key>IFMinorVersion</key>
	<integer>@package_minor@</integer>
	<key>IFPkgFlagAllowBackRev</key>
	<true/>
	<key>IFPkgFlagAuthorizationAction</key>
	<string>RootAuthorization</string>
	<key>IFPkgFlagDefaultLocation</key>
	<string>/tmp/pcp</string>
	<key>IFPkgFlagInstallFat</key>
	<false/>
	<key>IFPkgFlagIsRequired</key>
	<true/>
	<key>IFPkgFlagOverwritePermissions</key>
	<true/>
	<key>IFPkgFlagRelocatable</key>
	<false/>
	<key>IFPkgFlagRestartAction</key>
	<string>NoRestart</string>
	<key>IFPkgFlagRootVolumeOnly</key>
	<true/>
	<key>IFPkgFlagUpdateInstalledLanguages</key>
	<false/>
	<key>IFPkgFlagUseUserMask</key>
	<false/>
	<key>IFPkgFormatVersion</key>
	<real>0.1@build_date@</real>
        <key>IFRequirementDicts</key>
        <array>
                <dict>
                        <key>Level</key>
                        <string>requires</string>
                        <key>SpecType</key>
                        <string>plist</string>
                        <key>SpecArgument</key>
                        <string>/System/Library/CoreServices/SystemVersion.plist</string>
                        <key>SpecProperty</key>
                        <string>ProductVersion</string>
                        <key>TestOperator</key>
                        <string>&gt;=</string>
                        <key>TestObject</key>
                        <string>10.@macosx_version@</string>
                        <key>LabelKey</key>
                        <string>OsVerLabelKey</string>
                        <key>TitleKey</key>
                        <string>OsVerTitleKey</string>
                        <key>MessageKey</key>
                        <string>Need MacOS X version 10.@macosx_version@ or higher</string>
                </dict>
        </array>
</dict>
</plist>