<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
    <dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>en</string>
        <key>CFBundleDisplayName</key>
        <string>${app.name}</string>
        <key>CFBundleExecutable</key>
        <string>${app.executable}</string>
        <key>CFBundleIdentifier</key>
        <string>${app.id}</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>MinimumOSVersion</key>
        <string>9.0.0</string>
        <key>CFBundleName</key>
        <string>${app.name}</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
        <key>CFBundleShortVersionString</key>
        <string>${app.version}</string>
        <key>UILaunchStoryboardName</key>
        <string>LaunchScreen</string>
        <key>CFBundleIconName</key>
        <string>AppIcon</string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>${app.build}</string>
        <key>LSRequiresIPhoneOS</key>
        <true/>
        <key>UIViewControllerBasedStatusBarAppearance</key>
        <false/>
        <key>UIStatusBarHidden</key>
        <true/>
        <key>UIRequiresFullScreen</key>
        <true/>
        <key>LSSupportsOpeningDocumentsInPlace</key>
        <true/>
        <key>NSPhotoLibraryAddUsageDescription</key>
        <string>Mindustry</string>
        <key>UIDeviceFamily</key>
        <array>
            <integer>1</integer>
            <integer>2</integer>
        </array>
        <key>UIRequiredDeviceCapabilities</key>
        <array>
            <string>armv7</string>
            <string>opengles-2</string>
        </array>
        <key>UISupportedInterfaceOrientations</key>
        <array>
            <string>UIInterfaceOrientationLandscapeLeft</string>
            <string>UIInterfaceOrientationLandscapeRight</string>
            <string>UIInterfaceOrientationPortrait</string>
            <string>UIInterfaceOrientationPortraitUpsideDown</string>
        </array>

        <key>CFBundleDocumentTypes</key>
        <array>
            <dict>
                <key>CFBundleTypeIconFiles</key>
                <array>
                    <string>icon-72.png</string>
                </array>
                <key>CFBundleTypeName</key>
                <string>Mindustry Map File</string>
                <key>CFBundleTypeRole</key>
                <string>Editor</string>
                <key>LSHandlerRank</key>
                <string>Owner</string>
                <key>LSItemContentTypes</key>
                <array>
                    <string>io.anuke.mindustry.mapfile</string>
                </array>
            </dict>

            <dict>
                <key>CFBundleTypeIconFiles</key>
                <array>
                    <string>icon-72.png</string>
                </array>
                <key>CFBundleTypeName</key>
                <string>Mindustry Schematic File</string>
                <key>CFBundleTypeRole</key>
                <string>Editor</string>
                <key>LSHandlerRank</key>
                <string>Owner</string>
                <key>LSItemContentTypes</key>
                <array>
                    <string>io.anuke.mindustry.schematicfile</string>
                </array>
            </dict>

            <dict>
                <key>CFBundleTypeIconFiles</key>
                <array>
                    <string>icon-72.png</string>
                </array>
                <key>CFBundleTypeName</key>
                <string>Zip Game Data</string>
                <key>CFBundleTypeRole</key>
                <string>Editor</string>
                <key>LSHandlerRank</key>
                <string>Owner</string>
                <key>LSItemContentTypes</key>
                <array>
                    <string>public.archive</string>
                </array>
            </dict>
        </array>

        <key>UTExportedTypeDeclarations</key>
        <array>
            <dict>
                <key>UTTypeConformsTo</key>
                <array>
                    <string>public.data</string>
                </array>
                <key>UTTypeDescription</key>
                <string>Mindustry Map File</string>
                <key>UTTypeIdentifier</key>
                <string>io.anuke.mindustry.mapfile</string>
                <key>UTTypeTagSpecification</key>
                <dict>
                    <key>public.filename-extension</key>
                    <string>msav</string>
                    <key>public.mime-type</key>
                    <string>mindustry/msav</string>
                </dict>
            </dict>

            <dict>
                <key>UTTypeConformsTo</key>
                <array>
                    <string>public.data</string>
                </array>
                <key>UTTypeDescription</key>
                <string>Mindustry Schematic File</string>
                <key>UTTypeIdentifier</key>
                <string>io.anuke.mindustry.schematicfile</string>
                <key>UTTypeTagSpecification</key>
                <dict>
                    <key>public.filename-extension</key>
                    <string>msch</string>
                    <key>public.mime-type</key>
                    <string>mindustry/msch</string>
                </dict>
            </dict>
        </array>
    </dict>
</plist>