<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>photoKam</title>
    <organization>com.photokam</organization>
    <!-- 설치 마법사에 약관 동의(라이선스) 단계를 추가한다. -->
    <license file="license.txt" mime-type="text/plain"/>
    <options customize="never" require-scripts="false" hostArchitectures="arm64"/>
    <volume-check>
        <allowed-os-versions>
            <os-version min="11.0"/>
        </allowed-os-versions>
    </volume-check>
    <choices-outline>
        <line choice="default">
            <line choice="com.photokam.app"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.photokam.app" visible="false">
        <pkg-ref id="com.photokam.app"/>
    </choice>
    <pkg-ref id="com.photokam.app" version="0.8.7" onConclusion="none" installKBytes="152047" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="com.photokam.app">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.8.7" CFBundleVersion="0.8.7" id="com.photokam.app" path="photoKam.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>