|
@@ -0,0 +1,79 @@
|
|
|
+<?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>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
+ <key>CFBundleExecutable</key>
|
|
|
+ <string>$(EXECUTABLE_NAME)</string>
|
|
|
+ <key>CFBundleIdentifier</key>
|
|
|
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
+ <key>CFBundleInfoDictionaryVersion</key>
|
|
|
+ <string>6.0</string>
|
|
|
+ <key>CFBundleName</key>
|
|
|
+ <string>$(PRODUCT_NAME)</string>
|
|
|
+ <key>CFBundlePackageType</key>
|
|
|
+ <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
+ <key>CFBundleShortVersionString</key>
|
|
|
+ <string>$(MARKETING_VERSION)</string>
|
|
|
+ <key>CFBundleVersion</key>
|
|
|
+ <string>$(CURRENT_PROJECT_VERSION)</string>
|
|
|
+ <key>ITSAppUsesNonExemptEncryption</key>
|
|
|
+ <false/>
|
|
|
+ <key>LSRequiresIPhoneOS</key>
|
|
|
+ <true/>
|
|
|
+ <key>NSAppTransportSecurity</key>
|
|
|
+ <dict>
|
|
|
+ <key>NSAllowsArbitraryLoads</key>
|
|
|
+ <true/>
|
|
|
+ </dict>
|
|
|
+ <key>NSBonjourServices</key>
|
|
|
+ <array>
|
|
|
+ <string>_utm_server._tcp</string>
|
|
|
+ </array>
|
|
|
+ <key>NSLocalNetworkUsageDescription</key>
|
|
|
+ <string>UTM uses the local network to find and connect to UTM Remote servers.</string>
|
|
|
+ <key>NSMicrophoneUsageDescription</key>
|
|
|
+ <string>Permission is required for any virtual machine to record from the microphone.</string>
|
|
|
+ <key>UIApplicationSupportsIndirectInputEvents</key>
|
|
|
+ <true/>
|
|
|
+ <key>UILaunchStoryboardName</key>
|
|
|
+ <string>LaunchScreen</string>
|
|
|
+ <key>UIRequiredDeviceCapabilities</key>
|
|
|
+ <array>
|
|
|
+ <string>arm64</string>
|
|
|
+ </array>
|
|
|
+ <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>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
+ <true/>
|
|
|
+ <key>UIApplicationSceneManifest</key>
|
|
|
+ <dict>
|
|
|
+ <key>UIApplicationSupportsMultipleScenes</key>
|
|
|
+ <true/>
|
|
|
+ <key>UISceneConfigurations</key>
|
|
|
+ <dict>
|
|
|
+ <key>UIWindowSceneSessionRoleExternalDisplay</key>
|
|
|
+ <array>
|
|
|
+ <dict>
|
|
|
+ <key>UISceneDelegateClassName</key>
|
|
|
+ <string>$(PRODUCT_MODULE_NAME).UTMExternalSceneDelegate</string>
|
|
|
+ <key>UISceneConfigurationName</key>
|
|
|
+ <string>External</string>
|
|
|
+ </dict>
|
|
|
+ </array>
|
|
|
+ </dict>
|
|
|
+ </dict>
|
|
|
+</dict>
|
|
|
+</plist>
|