diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-03 15:52:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-03 15:52:26 (GMT) |
commit | a460c608434b201b9e16940def4c5408b3eaaff1 (patch) | |
tree | 974de2c637d27844a62454c223b09c0feb465875 /Modules/CPack.Info.plist.in | |
parent | 056c307e501f9e102f7608d8195b9ab5f7928504 (diff) | |
download | CMake-a460c608434b201b9e16940def4c5408b3eaaff1.zip CMake-a460c608434b201b9e16940def4c5408b3eaaff1.tar.gz CMake-a460c608434b201b9e16940def4c5408b3eaaff1.tar.bz2 |
ENH: Add verbose flag to package maker and add CFBundleIdentifier string
Diffstat (limited to 'Modules/CPack.Info.plist.in')
-rw-r--r-- | Modules/CPack.Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <false/> <key>IFPkgFormatVersion</key> <real>0.10000000149011612</real> +<key>CFBundleIdentifier</key> +<string>com.@CPACK_PACKAGE_VENDOR@.@CPACK_PACKAGE_NAME@.@CPACK_PACKAGE_VERSION@</string> </dict> </plist> |