<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="2">
    <allowed-os-versions>
        <os-version min="10.9"/>
    </allowed-os-versions>
    <options hostArchitectures="x86_64,arm64"/>
    <license file="license.rtf" mime-type="text/rtf"/>
    <welcome file="welcome.rtf" mime-type="text/rtf"/>
    <background file="php.png" mime-type="image/png" scaling="none" alignment="bottomleft"/>
    <background-darkAqua file="php.png" mime-type="image/png" scaling="none" alignment="bottomleft"/>
    <title>Preconfigured PHP 8.5.5 Package</title>
    <pkg-ref id="com.aprelium.pkg.php8">
        <bundle-version/>
    </pkg-ref>
    <options customize="never" require-scripts="false"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.aprelium.pkg.php8"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.aprelium.pkg.php8" visible="false">
        <pkg-ref id="com.aprelium.pkg.php8"/>
    </choice>
    <pkg-ref id="com.aprelium.pkg.php8" packageIdentifier="com.aprelium.pkg.PHP8" version="855" installKBytes="231158">#php8-internal.pkg</pkg-ref>
    <!-- This will bring us the new ugly disk selection sub-dialog, so remove it for now -->
    <!--<domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="false" />-->
    <options rootVolumeOnly="true"/>
</installer-gui-script>