<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>GRAF</title>
    <options customize="never" require-scripts="true" rootVolumeOnly="true"/>
    <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true"/>
    <installation-check script="InstallationCheck()"/>
    <script>
function InstallationCheck() {
  if(system.compareVersions(system.version.ProductVersion, "14.5") &lt; 0) {
    my.result.type = "Fatal";
    my.result.title = "Unsupported macOS";
    my.result.message = "GRAF requires macOS 14.5 or later.";
    return false;
  }
  return true;
}
  </script>
    <choices-outline>
        <line choice="default">
            <line choice="desktop-app"/>
        </line>
    </choices-outline>
    <choice id="default" title="GRAF" start_selected="true" start_enabled="false" start_visible="false">
        <pkg-ref id="pro.2brain.graf.desktop-app"/>
    </choice>
    <choice id="desktop-app" title="GRAF Desktop App" start_selected="true" start_enabled="false">
        <pkg-ref id="pro.2brain.graf.desktop-app"/>
    </choice>
    <pkg-ref id="pro.2brain.graf.desktop-app" version="2026.08.03.3" auth="Root" installKBytes="12611" updateKBytes="0">#graf-desktop-app.pkg</pkg-ref>
    <pkg-ref id="pro.2brain.graf.desktop-app">
        <bundle-version>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.Sparkle" path="Applications/GRAF.app/Contents/Frameworks/Sparkle.framework"/>
            <bundle CFBundleShortVersionString="2026.08.03.3" CFBundleVersion="2026.08.03.3" id="pro.2brain.graf" path="Applications/GRAF.app"/>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.InstallerLauncher" path="Applications/GRAF.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Installer.xpc"/>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.DownloaderService" path="Applications/GRAF.app/Contents/Frameworks/Sparkle.framework/Versions/B/XPCServices/Downloader.xpc"/>
            <bundle CFBundleShortVersionString="2.9.4" CFBundleVersion="2059" id="org.sparkle-project.Sparkle.Updater" path="Applications/GRAF.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app"/>
        </bundle-version>
    </pkg-ref>
</installer-gui-script>