mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
* Update config/examples/HDF5AsSubdirMacros.cmake * Move f90 config file and remove m4 dir
32 lines
1.2 KiB
XML
32 lines
1.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>@CPACK_PACKAGE_FILE_NAME@</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>@CPACK_BUNDLE_ICON@</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.@CPACK_PACKAGE_VENDOR@.@CPACK_PACKAGE_NAME@@CPACK_MODULE_VERSION_SUFFIX@</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>FMWK</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.developer-tools</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>@CPACK_PACKAGE_VERSION@</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>@CPACK_SHORT_VERSION_STRING@</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2006 by The HDF Group</string>
|
|
<key>CSResourcesFileMapped</key>
|
|
<string>true</string>
|
|
</dict>
|
|
</plist>
|