source: Contents/Packages/bin-1.pkg/Contents/Info.plist @ 7a98084

mac
Last change on this file since 7a98084 was 7a98084, checked in by Aoxi Li <aoxili@…>, 14 years ago

Create mac .mpkg directory. This will eventually be replaced by structure to generate .mpkg dirs instead of having the folder itself.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>CFBundleIdentifier</key>
6        <string>com.sipb.gutenbach.bin.pkg</string>
7        <key>CFBundleShortVersionString</key>
8        <string>1.0</string>
9        <key>IFMajorVersion</key>
10        <integer>1</integer>
11        <key>IFMinorVersion</key>
12        <integer>0</integer>
13        <key>IFPkgFlagAllowBackRev</key>
14        <false/>
15        <key>IFPkgFlagAuthorizationAction</key>
16        <string>RootAuthorization</string>
17        <key>IFPkgFlagDefaultLocation</key>
18        <string>/usr/share/man/man1/</string>
19        <key>IFPkgFlagFollowLinks</key>
20        <true/>
21        <key>IFPkgFlagInstallFat</key>
22        <false/>
23        <key>IFPkgFlagInstalledSize</key>
24        <integer>48</integer>
25        <key>IFPkgFlagIsRequired</key>
26        <false/>
27        <key>IFPkgFlagOverwritePermissions</key>
28        <false/>
29        <key>IFPkgFlagRelocatable</key>
30        <false/>
31        <key>IFPkgFlagRestartAction</key>
32        <string>None</string>
33        <key>IFPkgFlagRootVolumeOnly</key>
34        <false/>
35        <key>IFPkgFlagUpdateInstalledLanguages</key>
36        <false/>
37        <key>IFPkgFormatVersion</key>
38        <real>0.10000000149011612</real>
39</dict>
40</plist>
Note: See TracBrowser for help on using the repository browser.