<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-script minSpecVersion="1">
    <title>Dummy Installer</title>
    <choices-outline>
        <line choice="default">
            <line choice="dummy"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <pkg-ref id="com.example.dummy" version="1.0.0" auth="root">
        <bundle-version>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1.0.0" id="com.example.dummy" path="DummyApp.app"/>
        </bundle-version>
    </pkg-ref>
</installer-script>