diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2009-11-23 21:09:50 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2009-11-23 21:09:50 +0000 |
commit | 1202f18769b24d1e613c71cde65488b7f1a9b748 (patch) | |
tree | 28e41c6041d484777e0ddf4686707ad5148fe2f0 | |
parent | aaef7ec8832866718252bd7b7386b79ea0096c19 (diff) | |
download | bcfg2-1202f18769b24d1e613c71cde65488b7f1a9b748.tar.gz bcfg2-1202f18769b24d1e613c71cde65488b7f1a9b748.tar.bz2 bcfg2-1202f18769b24d1e613c71cde65488b7f1a9b748.zip |
OSX: Add package name to CFBundleIdentifier key
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5593 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | osx/PackageInfo.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/PackageInfo.plist b/osx/PackageInfo.plist index cb553576c..977641b00 100644 --- a/osx/PackageInfo.plist +++ b/osx/PackageInfo.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>CFBundleIdentifier</key> - <string>gov.anl.mcs</string> + <string>gov.anl.mcs.bcfg2</string> <key>CFBundleShortVersionString</key> <string>{SHORTVERSION}</string> <key>IFMajorVersion</key> |