<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-script minSpecVersion="1">
    <title>AAF Checker</title>
    <!-- <background mime-type="image/png" file="forteIcon.ico" scaling="bottomright"/> -->
    <!-- <welcome file="welcome.txt"/> -->
    <!-- <welcome file="welcome.html"/> -->
    <!-- <readme file="readme.txt"/> -->
    <license file="license.txt"/>
    <options customize="never" allow-external-scripts="no"/>
    <domains enable_localSystem="true" enable_anywhere="false" enable_currentUserHome="false"/>
    <installation-check script="pm_install_check();"/>
    <script>
        function pm_install_check() {
            if(!(system.compareVersions(system.version.ProductVersion,'11.0.0') &gt;= 0)) {
                my.result.title = 'Failure';
                my.result.message = 'You need at least Mac OS X 11.0.0 to install this package.';
                my.result.type = 'Fatal';
                return false;
            }
            return true;
        }
    </script>
    <choices-outline>
        <line choice="default"/>
    </choices-outline>
    <choice id="default" title="AAF Checker">
        <pkg-ref id="com.forte-ai.aafcheckerinstaller"/>
    </choice>
    <pkg-ref id="com.forte-ai.aafcheckerinstaller" version="2.1.1" onConclusion="none" packageIdentifier="com.forte-ai.fortepostinstaller" installKBytes="58898" updateKBytes="0">#AAFChecker_unsigned.pkg</pkg-ref>
    <pkg-ref id="com.forte-ai.aafcheckerinstaller">
        <bundle-version>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.file-selector-macos" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/file_selector_macos.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.path-provider-foundation" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/path_provider_foundation.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.file-selector-macos-privacy" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/file_selector_macos.framework/Versions/A/Resources/file_selector_macos_privacy.bundle"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.desktop-drop" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/desktop_drop.framework"/>
            <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1.0" id="io.flutter.flutter-macos" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/FlutterMacOS.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.shared-preferences-foundation-privacy" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/shared_preferences_foundation.framework/Versions/A/Resources/shared_preferences_foundation_privacy.bundle"/>
            <bundle CFBundleShortVersionString="0.5.0" CFBundleVersion="1" id="org.cocoapods.window-manager" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/window_manager.framework"/>
            <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1.0" id="io.flutter.flutter.app" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/App.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.shared-preferences-foundation" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/shared_preferences_foundation.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.screen-retriever-macos" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/screen_retriever_macos.framework"/>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1" id="com.forte-ai.aafchecker" path="Applications/AAF Checker by Forte AI.app"/>
            <bundle CFBundleShortVersionString="1.0.0" CFBundleVersion="1" id="org.cocoapods.printing" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/printing.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.path-provider-foundation-privacy" path="Applications/AAF Checker by Forte AI.app/Contents/Frameworks/path_provider_foundation.framework/Versions/A/Resources/path_provider_foundation_privacy.bundle"/>
        </bundle-version>
    </pkg-ref>
</installer-script>