From a460c608434b201b9e16940def4c5408b3eaaff1 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 3 Mar 2006 10:52:26 -0500 Subject: ENH: Add verbose flag to package maker and add CFBundleIdentifier string --- Modules/CPack.Info.plist.in | 2 ++ Source/CPack/cmCPackPackageMakerGenerator.cxx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/CPack.Info.plist.in b/Modules/CPack.Info.plist.in index 5ad9a37..58dabad 100644 --- a/Modules/CPack.Info.plist.in +++ b/Modules/CPack.Info.plist.in @@ -31,5 +31,7 @@ IFPkgFormatVersion 0.10000000149011612 +CFBundleIdentifier +com.@CPACK_PACKAGE_VENDOR@.@CPACK_PACKAGE_NAME@.@CPACK_PACKAGE_VERSION@ diff --git a/Source/CPack/cmCPackPackageMakerGenerator.cxx b/Source/CPack/cmCPackPackageMakerGenerator.cxx index da7eb56..9a5ea2b 100644 --- a/Source/CPack/cmCPackPackageMakerGenerator.cxx +++ b/Source/CPack/cmCPackPackageMakerGenerator.cxx @@ -77,7 +77,7 @@ int cmCPackPackageMakerGenerator::CompressFiles(const char* outFileName, const c << "\" -build -p \"" << packageDirFileName << "\" -f \"" << this->GetOption("CPACK_TEMPORARY_DIRECTORY") << "\" -r \"" << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Resources\" -i \"" << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Info.plist\" -d \"" - << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Description.plist\""; + << this->GetOption("CPACK_TOPLEVEL_DIRECTORY") << "/Description.plist\" -v"; cmCPackLogger(cmCPackLog::LOG_VERBOSE, "Execute: " << pkgCmd.str().c_str() << std::endl); std::string output; int retVal = 1; -- cgit v0.12