From 666b28d77fc3c1b1dae61c9dfd878c8e683cef8c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 21 四月 2023 13:37:19 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/wjc' into Dev-Branch --- HDL-ON_iOS/Info.plist | 174 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 87 insertions(+), 87 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index d47619a..b285c37 100644 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -2,6 +2,16 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>CFBundleAllowMixedLocalizations</key> + <true/> + <key>CFBundleDisplayName</key> + <string>On Pro</string> + <key>CFBundleIdentifier</key> + <string>com.hdl.onpro</string> + <key>CFBundleName</key> + <string>On Pro</string> + <key>CFBundleShortVersionString</key> + <string>1.6.602303301</string> <key>CFBundleURLTypes</key> <array> <dict> @@ -13,20 +23,36 @@ <string>AispeechMobile</string> </dict> <dict> + <key>CFBundleTypeRole</key> + <string>Editor</string> <key>CFBundleURLSchemes</key> <array> <string>hdlonpro</string> </array> - <key>CFBundleTypeRole</key> - <string>Editor</string> </dict> <dict> <key>CFBundleURLName</key> <string>qqmusic</string> </dict> </array> + <key>CFBundleVersion</key> + <string>1.6.603301</string> + <key>LSApplicationQueriesSchemes</key> + <array> + <string>weixinULAPI</string> + <string>weixin</string> + <string>xiaoduapp</string> + <string>AispeechMobile</string> + <string>qqmusic</string> + </array> + <key>LSRequiresIPhoneOS</key> + <true/> + <key>MinimumOSVersion</key> + <string>12.2</string> <key>NSAppTransportSecurity</key> <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> <key>NSExceptionDomains</key> <dict> <key>NSExceptionDomains</key> @@ -34,15 +60,52 @@ <key>NSExceptionMinimumTLSVersion</key> <string>TLSv1.0</string> </dict> - <key>NSAllowsArbitraryLoads</key> - <true/> </dict> - <key>CFBundleIdentifier</key> - <string>com.hdl.onpro</string> - <key>LSRequiresIPhoneOS</key> - <true/> - <key>MinimumOSVersion</key> - <string>13.0</string> + <key>NSAppleMusicUsageDescription</key> + <string>App needs to access your music library to connect to an external player to play music.</string> + <key>NSBluetoothAlwaysUsageDescription</key> + <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> + <key>NSBluetoothPeripheralUsageDescription</key> + <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> + <key>NSCameraUsageDescription</key> + <string>App wants to access your camera to set the background picture of the room</string> + <key>NSContactsUsageDescription</key> + <string>LC Video will be use</string> + <key>NSFaceIDUsageDescription</key> + <string>Need to use Face ID for unlock verification</string> + <key>NSLocalNetworkUsageDescription</key> + <string>APP wants to use local network access permissions for WiFi distribution.</string> + <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> + <string>LC Video will be use</string> + <key>NSLocationAlwaysUsageDescription</key> + <string>Use geographic location to provide services such as weather</string> + <key>NSLocationWhenInUseUsageDescription</key> + <string>EZ video will be use</string> + <key>NSMicrophoneUsageDescription</key> + <string>APP wants to use the phone's microphone for voice intercom</string> + <key>NSPhotoLibraryAddUsageDescription</key> + <string>App wants to access your photo library to set the background image of the room</string> + <key>NSPhotoLibraryUsageDescription</key> + <string>App wants to access your photo library to set the background image of the room</string> + <key>NSSiriUsageDescription</key> + <string>On Pro data will be send to Siri.</string> + <key>NSUserActivityTypes</key> + <array> + <string>HDLRunSceneIntent</string> + </array> + <key>NSVoIPUsageDescription</key> + <string>Make audio/video calls</string> + <key>UIAppFonts</key> + <array> + <string>titilliumtext25l005.otf</string> + </array> + <key>UIBackgroundModes</key> + <array> + <string>audio</string> + <string>location</string> + <string>voip</string> + <string>remote-notification</string> + </array> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -53,30 +116,8 @@ </array> <key>UIRequiresFullScreen</key> <true/> - <key>NSCameraUsageDescription</key> - <string>App wants to access your camera to set the background picture of the room</string> - <key>NSPhotoLibraryUsageDescription</key> - <string>App wants to access your photo library to set the background image of the room</string> - <key>NSPhotoLibraryAddUsageDescription</key> - <string>App wants to access your photo library to set the background image of the room</string> - <key>NSMicrophoneUsageDescription</key> - <string>APP wants to use the phone's microphone for voice intercom</string> - <key>NSLocalNetworkUsageDescription</key> - <string>APP wants to use local network access permissions for WiFi distribution.</string> - <key>UISupportedInterfaceOrientations</key> - <array> - <string>UIInterfaceOrientationPortrait</string> - <string>UIInterfaceOrientationLandscapeRight</string> - <string>UIInterfaceOrientationLandscapeLeft</string> - </array> - <key>UIAppFonts</key> - <array> - <string>titilliumtext25l005.otf</string> - </array> - <key>UISupportedInterfaceOrientations~ipad</key> - <array> - <string>UIInterfaceOrientationPortrait</string> - </array> + <key>UIStatusBarStyle</key> + <string>UIStatusBarStyleLightContent</string> <key>UIStatusBarTintParameters</key> <dict> <key>UINavigationBar</key> @@ -87,62 +128,21 @@ <false/> </dict> </dict> + <key>UISupportedInterfaceOrientations</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + <string>UIInterfaceOrientationLandscapeRight</string> + <string>UIInterfaceOrientationLandscapeLeft</string> + </array> + <key>UISupportedInterfaceOrientations~ipad</key> + <array> + <string>UIInterfaceOrientationPortrait</string> + </array> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> - <key>CFBundleName</key> - <string>On Pro</string> <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> - <key>CFBundleDisplayName</key> - <string>On Pro</string> - <key>UIStatusBarStyle</key> - <string>UIStatusBarStyleLightContent</string> - <key>CFBundleShortVersionString</key> - <string>1.7.1</string> - <key>CFBundleVersion</key> - <string>1.7.1</string> - <key>NSAppleMusicUsageDescription</key> - <string>App needs to access your music library to connect to an external player to play music.</string> - <key>NSLocationAlwaysUsageDescription</key> - <string>Use geographic location to provide services such as weather</string> - <key>LSApplicationQueriesSchemes</key> - <array> - <string>weixinULAPI</string> - <string>weixin</string> - <string>xiaoduapp</string> - <string>AispeechMobile</string> - <string>qqmusic</string> - </array> - <key>UIBackgroundModes</key> - <array> - <string>audio</string> - <string>location</string> - <string>voip</string> - <string>remote-notification</string> - </array> - <key>NSFaceIDUsageDescription</key> - <string>Need to use Face ID for unlock verification</string> - <key>CFBundleAllowMixedLocalizations</key> - <true/> - <key>NSBluetoothPeripheralUsageDescription</key> - <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> - <key>NSBluetoothAlwaysUsageDescription</key> - <string>This application uses Bluetooth to communicate with the device, this application does not collect, store or record any data that communicates via Bluetooth.</string> - <key>NSVoIPUsageDescription</key> - <string>Make audio/video calls</string> - <key>NSSiriUsageDescription</key> - <string>On Pro data will be send to Siri.</string> - <key>NSUserActivityTypes</key> - <array> - <string>HDLRunSceneIntent</string> - </array> - <key>NSContactsUsageDescription</key> - <string>LC Video will be use</string> - <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> - <string>LC Video will be use</string> - <key>NSLocationWhenInUseUsageDescription</key> - <string>EZ video will be use</string> - <key>XSLaunchImageAssets</key> - <string>Assets.xcassets/LaunchImage.launchimage</string> + <key>UILaunchStoryboardName</key> + <string>LaunchScreen</string> </dict> </plist> -- Gitblit v1.8.0