diff options
author | David Cole <david.cole@kitware.com> | 2008-07-09 17:38:56 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-07-09 17:38:56 (GMT) |
commit | 71f61636b6abfe5f243374b5575019098418b4c6 (patch) | |
tree | d6ca84ec6701ed19ae98b8dfbeb321aafa81495e /Modules/CPack.Info.plist.in | |
parent | 3366e6c2cd8bb2d9e30d2deb5637c840d52221a3 (diff) | |
download | CMake-71f61636b6abfe5f243374b5575019098418b4c6.zip CMake-71f61636b6abfe5f243374b5575019098418b4c6.tar.gz CMake-71f61636b6abfe5f243374b5575019098418b4c6.tar.bz2 |
ENH: One more patch from Doug Gregor including PackageMaker functionality for componentized-for-the-end-user and download-some-bit-on-demand installers.
Diffstat (limited to 'Modules/CPack.Info.plist.in')
-rw-r--r-- | Modules/CPack.Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CPack.Info.plist.in b/Modules/CPack.Info.plist.in index 8971d6e..6e32500 100644 --- a/Modules/CPack.Info.plist.in +++ b/Modules/CPack.Info.plist.in @@ -32,6 +32,6 @@ <key>IFPkgFormatVersion</key> <real>0.10000000149011612</real> <key>CFBundleIdentifier</key> -<string>com.@CPACK_PACKAGE_VENDOR@.@CPACK_PACKAGE_NAME@.@CPACK_PACKAGE_VERSION@@CPACK_MODULE_VERSION_SUFFIX@</string> +<string>com.@CPACK_PACKAGE_VENDOR@.@CPACK_PACKAGE_NAME@@CPACK_MODULE_VERSION_SUFFIX@</string> </dict> </plist> |