<?xml version="1.0" encoding="utf-8"?>
<installer-gui-script minSpecVersion="1">
    <title>Logtalk</title>
    <welcome file="Welcome.html" mime-type="text/html"/>
    <readme file="ReadMe.html" mime-type="text/html"/>
    <license file="License.html" mime-type="text/html"/>
	<options customize="never" hostArchitectures="arm64,x86_64"/>
    <choice id="org.logtalk.logtalk" title="Logtalk" description="Full installation">
        <pkg-ref id="org.logtalk.logtalk">logtalk-VERSION-component.pkg</pkg-ref>
    </choice>
    <choices-outline>
        <line choice="org.logtalk.logtalk"/>
    </choices-outline>
</installer-gui-script>
