summaryrefslogtreecommitdiffstats
path: root/osx/PackageInfo.plist
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-11-20 15:31:30 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-11-20 15:31:30 +0000
commit0f07fb09115d71990bcf3844782ce4174f2158ff (patch)
treef11bd619490e8d2a8a6c82bb32c7050aa448829e /osx/PackageInfo.plist
parentddc74a543f53d4197e990def51628f961af5b8cd (diff)
downloadbcfg2-0f07fb09115d71990bcf3844782ce4174f2158ff.tar.gz
bcfg2-0f07fb09115d71990bcf3844782ce4174f2158ff.tar.bz2
bcfg2-0f07fb09115d71990bcf3844782ce4174f2158ff.zip
OSX: New packaging framework
This commit allows you to build both client/server packages for OS X by changing to the osx directory and running make client/server, respectively. Hopefully make it easier to setup bcfg2 clients on OS X since the most current packages I could find were still 0.9.4. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5584 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'osx/PackageInfo.plist')
-rw-r--r--osx/PackageInfo.plist36
1 files changed, 36 insertions, 0 deletions
diff --git a/osx/PackageInfo.plist b/osx/PackageInfo.plist
new file mode 100644
index 000000000..cb553576c
--- /dev/null
+++ b/osx/PackageInfo.plist
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleIdentifier</key>
+ <string>gov.anl.mcs</string>
+ <key>CFBundleShortVersionString</key>
+ <string>{SHORTVERSION}</string>
+ <key>IFMajorVersion</key>
+ <integer>{MAJORVERSION}</integer>
+ <key>IFMinorVersion</key>
+ <integer>{MINORVERSION}</integer>
+ <key>IFPkgFlagAllowBackRev</key>
+ <false/>
+ <key>IFPkgFlagAuthorizationAction</key>
+ <string>RootAuthorization</string>
+ <key>IFPkgFlagDefaultLocation</key>
+ <string>/</string>
+ <key>IFPkgFlagFollowLinks</key>
+ <true/>
+ <key>IFPkgFlagInstallFat</key>
+ <false/>
+ <key>IFPkgFlagIsRequired</key>
+ <false/>
+ <key>IFPkgFlagOverwritePermissions</key>
+ <false/>
+ <key>IFPkgFlagRelocatable</key>
+ <false/>
+ <key>IFPkgFlagRestartAction</key>
+ <string>None</string>
+ <key>IFPkgFlagRootVolumeOnly</key>
+ <true/>
+ <key>IFPkgFlagUpdateInstalledLanguages</key>
+ <false/>
+</dict>
+</plist>