<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>My Adhan</title>
    <organization>com.myadhan</organization>
    <!-- System volume only — forces /Applications, not user-relocate paths -->
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true" hostArchitectures="arm64,x86_64"/>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.txt" mime-type="text/plain"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <pkg-ref id="com.myadhan.app.pkg">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.4.18" CFBundleVersion="44" id="com.myadhan.app" path="Applications/My Adhan.app"/>
        </bundle-version>
    </pkg-ref>
    <choices-outline>
        <line choice="default">
            <line choice="com.myadhan.app.pkg"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.myadhan.app.pkg" visible="false">
        <pkg-ref id="com.myadhan.app.pkg"/>
    </choice>
    <pkg-ref id="com.myadhan.app.pkg" version="0.4.18.44" onConclusion="none" installKBytes="29739" updateKBytes="0">#com.myadhan.app.pkg</pkg-ref>
</installer-gui-script>