mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
The rootVolumeOnly attribute is deprecated. Apple docs say to use domains instead. Fixes: #23343
9 lines
346 B
XML
9 lines
346 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<installer-gui-script minSpecVersion="1.0">
|
|
<title>@CPACK_PACKAGE_NAME@</title>
|
|
<welcome file="@CPACK_RESOURCE_FILE_WELCOME_NOPATH@"/>
|
|
<readme file="@CPACK_RESOURCE_FILE_README_NOPATH@"/>
|
|
<license file="@CPACK_RESOURCE_FILE_LICENSE_NOPATH@"/>
|
|
@CPACK_APPLE_PKG_INSTALLER_CONTENT@
|
|
</installer-gui-script>
|