<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="2">
    <title>Cosmos Cloud</title>
    <organization>com.cosmos.cloud</organization>
    <domains enable_localSystem="true"/>
    <options customize="never" require-scripts="true" rootVolumeOnly="true"/>
    <!-- Define installation location -->
    <installation-check script="pm_install_check();"/>
    <script><![CDATA[
        function pm_install_check() {
            if(!(system.compareVersions(system.version.ProductVersion, '10.13') >= 0)) {
                my.result.title = 'macOS Version Not Supported';
                my.result.message = 'This application requires macOS 10.13 (High Sierra) or later.';
                my.result.type = 'Fatal';
                return false;
            }
            return true;
        }
    ]]></script>
    <!-- Welcome -->
    <welcome file="welcome.html" mime-type="text/html"/>
    <!-- License -->
    <license file="license.txt" mime-type="text/plain"/>
    <!-- README -->
    <readme file="readme.html" mime-type="text/html"/>
    <!-- Conclusion -->
    <conclusion file="conclusion.html" mime-type="text/html"/>
    <!-- Define the package -->
    <pkg-ref id="com.cosmos.cloud">
        <bundle-version>
            <bundle CFBundleShortVersionString="7.0.0" CFBundleVersion="1" id="org.cocoapods.mobile-scanner-privacy" path="Applications/cosmos_cloud.app/Contents/Frameworks/mobile_scanner.framework/Versions/A/Resources/mobile_scanner_privacy.bundle"/>
            <bundle CFBundleShortVersionString="0.1.0" CFBundleVersion="1" id="org.cocoapods.local-notifier" path="Applications/cosmos_cloud.app/Contents/Frameworks/local_notifier.framework"/>
            <bundle CFBundleShortVersionString="7.0.0" CFBundleVersion="1" id="org.cocoapods.mobile-scanner" path="Applications/cosmos_cloud.app/Contents/Frameworks/mobile_scanner.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.file-picker-privacy" path="Applications/cosmos_cloud.app/Contents/Frameworks/file_picker.framework/Versions/A/Resources/file_picker_privacy.bundle"/>
            <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1.0" id="io.flutter.flutter-macos" path="Applications/cosmos_cloud.app/Contents/Frameworks/FlutterMacOS.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.shared-preferences-foundation-privacy" path="Applications/cosmos_cloud.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/cosmos_cloud.app/Contents/Frameworks/window_manager.framework"/>
            <bundle CFBundleShortVersionString="3.2.0" CFBundleVersion="17" id="com.cosmos.cloud" path="Applications/cosmos_cloud.app"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.file-picker" path="Applications/cosmos_cloud.app/Contents/Frameworks/file_picker.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.shared-preferences-foundation" path="Applications/cosmos_cloud.app/Contents/Frameworks/shared_preferences_foundation.framework"/>
            <bundle CFBundleShortVersionString="1.0" CFBundleVersion="1.0" id="io.flutter.flutter.app" path="Applications/cosmos_cloud.app/Contents/Frameworks/App.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.screen-retriever-macos" path="Applications/cosmos_cloud.app/Contents/Frameworks/screen_retriever_macos.framework"/>
            <bundle CFBundleShortVersionString="0.0.1" CFBundleVersion="1" id="org.cocoapods.tray-manager" path="Applications/cosmos_cloud.app/Contents/Frameworks/tray_manager.framework"/>
        </bundle-version>
    </pkg-ref>
    <choices-outline>
        <line choice="default">
            <line choice="com.cosmos.cloud"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.cosmos.cloud" visible="false">
        <pkg-ref id="com.cosmos.cloud"/>
    </choice>
    <pkg-ref id="com.cosmos.cloud" version="1.0" onConclusion="none" installKBytes="93763" updateKBytes="0">#CosmosCloudVPN.pkg</pkg-ref>
</installer-gui-script>