<?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>ALTDeviceID</key> <string></string> <key>CADisableMinimumFrameDurationOnPhone</key> <true/> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>PojavLauncher</string> <key>CFBundleExecutable</key> <string>PojavLauncher</string> <key>CFBundleIcons</key> <dict> <key>CFBundleAlternateIcons</key> <dict> <key>AppIcon-Development</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon-Development60x60</string> </array> </dict> <key>AppIcon-Dark</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon-Dark60x60</string> </array> </dict> </dict> <key>CFBundlePrimaryIcon</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon-Light60x60</string> </array> <key>CFBundleIconName</key> <string>AppIcon-Light</string> </dict> </dict> <key>CFBundleIcons~ipad</key> <dict> <key>CFBundleAlternateIcons</key> <dict> <key>AppIcon-Dark</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon-Dark60x60</string> <string>AppIcon-Dark76x76</string> </array> </dict> <key>AppIcon-Development</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon-Development60x60</string> <string>AppIcon-Development76x76</string> </array> </dict> </dict> <key>CFBundlePrimaryIcon</key> <dict> <key>CFBundleIconFiles</key> <array> <string>AppIcon-Light60x60</string> <string>AppIcon-Light76x76</string> </array> <key>CFBundleIconName</key> <string>AppIcon-Light</string> </dict> </dict> <key>CFBundleIdentifier</key> <string>net.kdt.pojavlauncher</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> <string>PojavLauncher</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> <string>3.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleURLTypes</key> <array> <dict> <key>CFBundleURLName</key> <string>net.kdt.pojavlauncher.urlscheme</string> <key>CFBundleURLSchemes</key> <array> <string>pojavlauncher</string> </array> </dict> </array> <key>CFBundleVersion</key> <string>3.0</string> <key>GCSupportsControllerUserInteraction</key> <true/> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> <key>GCSupportedGameControllers</key> <array> <dict> <key>ProfileName</key> <string>ExtendedGamepad</string> </dict> </array> <key>LSApplicationQueriesSchemes</key> <array> <string>filza</string> <string>santander</string> <string>shareddocuments</string> </array> <key>LSRequiresIPhoneOS</key> <true/> <key>LSSupportsOpeningDocumentsInPlace</key> <true/> <key>MinimumOSVersion</key> <string>14.0</string> <key>NSBonjourServices</key> <array> <string>_altserver._tcp</string> </array> <key>NSLocalNetworkUsageDescription</key> <string>PojavLauncher uses the local network to find and communicate with AltServer and LAN servers.</string> <key>NSMicrophoneUsageDescription</key> <string>PojavLauncher uses the microphone to enable support for voice chat mods.</string> <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMultipleScenes</key> <false/> <key>UISceneConfigurations</key> <dict> <key>UIWindowSceneSessionRoleApplication</key> <array> <dict> <key>UISceneConfigurationName</key> <string>Default Configuration</string> <key>UISceneDelegateClassName</key> <string>SceneDelegate</string> </dict> </array> <key>UIWindowSceneSessionRoleExternalDisplay</key> <array> <dict> <key>UISceneConfigurationName</key> <string>External Display Configuration</string> <key>UISceneDelegateClassName</key> <string>SceneExternalDelegate</string> </dict> </array> </dict> </dict> <key>UIApplicationSupportsIndirectInputEvents</key> <true/> <key>UIBackgroundModes</key> <array> <string>fetch</string> </array> <key>UIDeviceFamily</key> <array> <integer>1</integer> <integer>2</integer> <integer>3</integer> </array> <key>UIFileSharingEnabled</key> <true/> <key>UIRequiredDeviceCapabilities</key> <array> <string>arm64</string> <string>metal</string> </array> <key>UIStatusBarHidden</key> <true/> <key>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UISupportedInterfaceOrientations~ipad</key> <array> <string>UIInterfaceOrientationPortrait</string> <string>UIInterfaceOrientationPortraitUpsideDown</string> <string>UIInterfaceOrientationLandscapeLeft</string> <string>UIInterfaceOrientationLandscapeRight</string> </array> <key>UIWhitePointAdaptivityStyle</key> <string>UIWhitePointAdaptivityStyleGame</string> <key>UIViewControllerBasedStatusBarAppearance</key> <true/> <key>UISupportsDocumentBrowser</key> <true/> </dict> </plist>