summaryrefslogtreecommitdiffstats
path: root/config/cmake/version.plist.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2014-02-27 16:53:12 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2014-02-27 16:53:12 (GMT)
commitf68f4be233eb86b2c2e79c3be15337d320cc69d8 (patch)
tree3d241cdfe733f538ae0839ae4a4530120a88dfca /config/cmake/version.plist.in
parentdb1b11b69bd5c7da66a82304dd23daf99afdc9d7 (diff)
downloadhdf5-f68f4be233eb86b2c2e79c3be15337d320cc69d8.zip
hdf5-f68f4be233eb86b2c2e79c3be15337d320cc69d8.tar.gz
hdf5-f68f4be233eb86b2c2e79c3be15337d320cc69d8.tar.bz2
[svn-r24742] Synchronize Apple bundle packaging with latest changes discovered during hdf-java work.
Diffstat (limited to 'config/cmake/version.plist.in')
-rw-r--r--config/cmake/version.plist.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/cmake/version.plist.in b/config/cmake/version.plist.in
new file mode 100644
index 0000000..817d89e
--- /dev/null
+++ b/config/cmake/version.plist.in
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+
+<plist version="1.0">
+<dict>
+ <key>BuildVersion</key>
+ <string>@CPACK_PACKAGE_VERSION_MAJOR@</string>
+ <key>CFBundleShortVersionString</key>
+ <string>@CPACK_APPLE_GUI_SHORT_VERSION_STRING@</string>
+ <key>CFBundleVersion</key>
+ <string>@CPACK_APPLE_GUI_SHORT_VERSION_STRING@</string>
+ <key>ProjectName</key>
+ <string>@CPACK_APPLE_GUI_BUNDLE_NAME@</string>
+ <key>SourceVersion</key>
+ <string>@CPACK_PACKAGE_VERSION_MINOR@</string>
+</dict>
+</plist>