From eda3fb873e59544ff36301b51e05aef64f87b0f9 Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期五, 27 八月 2021 13:21:21 +0800 Subject: [PATCH] Merge branch 'newBranch1' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into newBranch1 --- HDL-ON_iOS/Info.plist | 107 +++++++++++++++++++++++++++++++++++------------------ 1 files changed, 71 insertions(+), 36 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist old mode 100755 new mode 100644 index f8dde9f..ca7c98f --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -2,6 +2,29 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLName</key> + <string>weixin</string> + </dict> + <dict> + <key>CFBundleURLName</key> + <string>AispeechMobile</string> + </dict> + <dict> + <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>NSAppTransportSecurity</key> <dict> <key>NSExceptionDomains</key> @@ -15,13 +38,11 @@ <true/> </dict> <key>CFBundleIdentifier</key> - <string>com.hdl.SimpleControl</string> - <key>CFBundleShortVersionString</key> - <string>2.4191023</string> + <string>com.hdl.onpro</string> <key>LSRequiresIPhoneOS</key> <true/> <key>MinimumOSVersion</key> - <string>9.1</string> + <string>11.0</string> <key>UIDeviceFamily</key> <array> <integer>1</integer> @@ -33,37 +54,21 @@ <key>UIRequiresFullScreen</key> <true/> <key>NSCameraUsageDescription</key> - <string>Set up your room or scene background.</string> + <string>App wants to access your camera to set the background picture of the room</string> <key>NSPhotoLibraryUsageDescription</key> - <string>Set up your room or scene background.</string> - <key>Custom Property</key> - <string></string> - <key>CFBundleInfoDictionaryVersion</key> - <string>Required background modes (Watch)</string> - <key>CFBundleURLTypes</key> - <array> - <dict> - <key>CFBundleURLSchemes</key> - <array> - <string>com.hdl.SimpleControl</string> - </array> - <key>CFBundleURLName</key> - <string>on</string> - </dict> - </array> + <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>UIInterfaceOrientationLandscapeLeft</string> + <string>UIInterfaceOrientationLandscapeRight</string> </array> - <key>LSApplicationQueriesSchemes </key> - <array> - <string>com.hdl.ezviz-monitor</string> - <string>qqmusic</string> - <string>spotify</string> - </array> - <key>NSMicrophoneUsageDescription</key> - <string>Phone microphones need to be used -</string> <key>UIAppFonts</key> <array> <string>titilliumtext25l005.otf</string> @@ -87,16 +92,46 @@ <key>XSLaunchImageAssets</key> <string>Assets.xcassets/LaunchImage.launchimage</string> <key>CFBundleName</key> - <string>HDL ON +</string> + <string>ON +</string> <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> - <key>NSLocationWhenInUseUsageDescription</key> - <string>Get the weather</string> <key>CFBundleDisplayName</key> - <string>HDL ON +</string> + <string>ON +</string> + <key>UIStatusBarStyle</key> + <string>UIStatusBarStyleLightContent</string> + <key>CFBundleShortVersionString</key> + <string>1.2.202108271</string> <key>CFBundleVersion</key> - <string>2.41023</string> + <string>1.2.08271</string> + <key>NSLocationWhenInUseUsageDescription</key> + <string>Use geographic location to provide services such as weather</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>Get the weather</string> + <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>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> </dict> </plist> -- Gitblit v1.8.0