From 5eeafe3af80bfd88306bd8ad9e76c8f4b51ca35f Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 14:16:20 +0800 Subject: [PATCH] 增加本地发送的重发机制 --- HDL-ON_iOS/Info.plist | 95 +++++++++++++++++++++++++++++------------------ 1 files changed, 59 insertions(+), 36 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index f8dde9f..e751f19 100755 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -2,6 +2,33 @@ <!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>CFBundleURLName</key> + <string>xiaoduapp</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,9 +42,7 @@ <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> @@ -33,37 +58,13 @@ <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>UISupportedInterfaceOrientations</key> <array> <string>UIInterfaceOrientationPortrait</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 +88,38 @@ <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.0.202009282</string> <key>CFBundleVersion</key> - <string>2.41023</string> - <key>NSLocationAlwaysUsageDescription</key> - <string>Get the weather</string> + <string>202009282</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>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>remote-notification</string> + </array> + <key>NSFaceIDUsageDescription</key> + <string>Need to use Face ID for unlock verification</string> + <key>CFBundleAllowMixedLocalizations</key> + <true/> </dict> </plist> -- Gitblit v1.8.0