<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Siehe desktop-app/docs/MACOS-RELEASE-NOTARIZATION.md und macos-pkg/build-pkg.sh -->
<!-- Paket-Dateiname wie pkgbuild-Ausgabe, ohne Rauten: Inhalt = reiner Dateiname. -->
<installer-gui-script minSpecVersion="1">
    <title>LoopSeek</title>
    <license file="LoopSeek_EULA.rtf"/>
    <pkg-ref id="com.loopseek.LoopSeek">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.2" CFBundleVersion="1.0.2" id="com.yourcompany.LoopSeek" path="LoopSeek.app"/>
        </bundle-version>
    </pkg-ref>
    <options customize="never" require-scripts="false" hostArchitectures="x86_64,arm64" rootVolumeOnly="true"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.loopseek.LoopSeek"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.loopseek.LoopSeek" visible="false">
        <pkg-ref id="com.loopseek.LoopSeek"/>
    </choice>
    <pkg-ref id="com.loopseek.LoopSeek" version="1.0.2" onConclusion="none" installKBytes="20315" updateKBytes="0">#LoopSeek-component.pkg</pkg-ref>
    <product id="com.loopseek.LoopSeek" version="1.0.2"/>
</installer-gui-script>