]> git.sur5r.net Git - bacula/bacula/blob - bacula/platforms/osx/files/Info.plist.in
Apply Lorenz' OSX patch
[bacula/bacula] / bacula / platforms / osx / files / Info.plist.in
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>org.bacula.bacula-fd</string>
7         <key>CFBundleShortVersionString</key>
8         <string>@VERSION@</string>
9         <key>IFPkgFlagAllowBackRev</key>
10         <false/>
11         <key>IFPkgFlagAuthorizationAction</key>
12         <string>RootAuthorization</string>
13         <key>IFPkgFlagDefaultLocation</key>
14         <string>/</string>
15         <key>IFPkgFlagFollowLinks</key>
16         <true/>
17         <key>IFPkgFlagInstallFat</key>
18         <false/>
19         <key>IFPkgFlagIsRequired</key>
20         <false/>
21         <key>IFPkgFlagOverwritePermissions</key>
22         <false/>
23         <key>IFPkgFlagRelocatable</key>
24         <false/>
25         <key>IFPkgFlagRestartAction</key>
26         <string>None</string>
27         <key>IFPkgFlagRootVolumeOnly</key>
28         <false/>
29         <key>IFPkgFlagUpdateInstalledLanguages</key>
30         <false/>
31 </dict>
32 </plist>