<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>dumbsms</title>
    <organization>com.dumbsms</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="11.0"/>
        </allowed-os-versions>
    </volume-check>
    <welcome file="welcome.html" mime-type="text/html"/>
    <license file="license.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.dumbsms.app"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.dumbsms.app" visible="false">
        <pkg-ref id="com.dumbsms.app"/>
    </choice>
    <pkg-ref id="com.dumbsms.app" version="0.1.1" onConclusion="none" installKBytes="59762" updateKBytes="0">#dumbsms-component.pkg</pkg-ref>
    <pkg-ref id="com.dumbsms.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.1.1" CFBundleVersion="0.1.1" id="com.dumbsms.app" path="Applications/dumbsms.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>