hdf5/config/cmake/version.plist.in
Dana Robinson 7f6261a677
Removes cmake_ext_mod (files moved to cmake) (#2041)
At one time this content was a git submodule shared between several
projects but that time has long passed.
2022-08-19 07:54:42 -07:00

18 lines
628 B
XML

<?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>