From 0f07fb09115d71990bcf3844782ce4174f2158ff Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 20 Nov 2009 15:31:30 +0000 Subject: 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 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5584 ce84e21b-d406-0410-9b95-82705330c041 --- osx/PackageInfo.plist | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 osx/PackageInfo.plist (limited to 'osx/PackageInfo.plist') 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 @@ + + + + + CFBundleIdentifier + gov.anl.mcs + CFBundleShortVersionString + {SHORTVERSION} + IFMajorVersion + {MAJORVERSION} + IFMinorVersion + {MINORVERSION} + IFPkgFlagAllowBackRev + + IFPkgFlagAuthorizationAction + RootAuthorization + IFPkgFlagDefaultLocation + / + IFPkgFlagFollowLinks + + IFPkgFlagInstallFat + + IFPkgFlagIsRequired + + IFPkgFlagOverwritePermissions + + IFPkgFlagRelocatable + + IFPkgFlagRestartAction + None + IFPkgFlagRootVolumeOnly + + IFPkgFlagUpdateInstalledLanguages + + + -- cgit v1.2.3-1-g7c22