<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
  Distribution definition for the SimplerDevelopment Claude Skills macOS
  installer. Values like 2026.05.22.1705 are substituted by build-mac-pkg.sh
  before productbuild reads this file.

  enable_currentUserHome="true" makes the installer install into the
  current user's home (no admin password). The actual file placement
  happens via the postinstall script — the component .pkg drops a payload
  in /private/tmp/ and postinstall copies into $HOME/.claude/skills/.
-->
<installer-gui-script minSpecVersion="2">
    <title>SimplerDevelopment Skills</title>
    <welcome file="welcome.html" mime-type="text/html"/>
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- We only allow user-home installs. No system-wide install (would
       require admin) and no "anywhere" custom location. -->
    <domains enable_currentUserHome="true" enable_anywhere="false" enable_localSystem="false"/>
    <!-- No customize step — single click to install. -->
    <options customize="never" require-scripts="true" rootVolumeOnly="false"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.simplerdevelopment.skills"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.simplerdevelopment.skills" visible="false">
        <pkg-ref id="com.simplerdevelopment.skills"/>
    </choice>
    <pkg-ref id="com.simplerdevelopment.skills" version="2026.05.22.1705" onConclusion="none" installKBytes="139" updateKBytes="0">#component.pkg</pkg-ref>
    <pkg-ref id="com.simplerdevelopment.skills">
        <bundle-version/>
    </pkg-ref>
</installer-gui-script>