From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Home.Ios/Info.plist | 55 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 49 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Info.plist b/ZigbeeApp/Home.Ios/Info.plist index ee37aaa..acd8cad 100755 --- a/ZigbeeApp/Home.Ios/Info.plist +++ b/ZigbeeApp/Home.Ios/Info.plist @@ -2,8 +2,12 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>NSContactsUsageDescription</key> + <string>闇�瑕佽鍙栭�氳褰�,鐢ㄤ簬娣诲姞鑳佽揩鑱旂郴浜�</string> <key>NSLocationWhenInUseUsageDescription</key> <string>浣跨敤鏈熼棿闇�瑕佷娇鐢ㄥ湴鐞嗕綅缃紝浠ヤ究鎻愪緵鏈嶅姟锛屽澶╂皵</string> + <key>NSLocationAlwaysUsageDescription</key> + <string>搴旂敤鍦ㄥ悗鍙拌繍琛�,瀹氭椂涓婃姤浣嶇疆,鎵ц鑷姩鍖栭�昏緫鍔熻兘</string> <key>UIViewControllerBasedStatusBarAppearance</key> <false/> <key>NSPhotoLibraryUsageDescription</key> @@ -38,24 +42,63 @@ <key>XSAppIconAssets</key> <string>Assets.xcassets/AppIcon.appiconset</string> <key>CFBundleIdentifier</key> - <string>com.hdl.home</string> + <string>com.evoyo.home</string> <key>Custom Property</key> <string></string> <key>CFBundleName</key> - <string> HDL Home</string> + <string>Evoyo Home</string> <key>XSLaunchImageAssets</key> <string>Assets.xcassets/LaunchImage.launchimage</string> <key>NSAppleMusicUsageDescription</key> <string>闇�瑕佷娇鐢ㄥ濯掍綋鏉冮檺锛屼互渚挎彁渚涙洿澶氱殑澶氬獟浣撴湇鍔�</string> <key>aps-environment</key> <string>development</string> + <key>CFBundleShortVersionString</key> + <string>1.1.0120091701</string> + <key>CFBundleVersion</key> + <string>2020091701</string> + <key>CFBundleURLTypes</key> + <array> + <dict> + <key>CFBundleURLSchemes</key> + <array> + <string>evoyoHome</string> + </array> + <key>CFBundleTypeRole</key> + <string>Editor</string> + </dict> + <dict> + <key>CFBundleURLName</key> + <string>xiaoduapp</string> + </dict> + <dict> + <key>CFBundleURLName</key> + <string>AispeechMobile</string> + </dict> + <dict> + <key>CFBundleURLName</key> + <string>weixin</string> + <key>CFBundleURLSchemes</key> + <array> + <string>wx2ec8f53f6fa36e82</string> + </array> + </dict> + </array> + <key>LSApplicationQueriesSchemes</key> + <array> + <string>xiaoduapp</string> + <string>AispeechMobile</string> + <string>weixin</string> + <string>weixinULAPI</string> + </array> + <key>CFBundleDevelopmentRegion</key> + <string>zh_CN</string> <key>UIBackgroundModes</key> <array> + <string>location</string> <string>remote-notification</string> </array> - <key>CFBundleShortVersionString</key> - <string>1.0.19080501</string> - <key>CFBundleVersion</key> - <string>2</string> + <key>NSMicrophoneUsageDescription</key> + <string>闇�瑕佷娇鐢ㄩ害鍏嬮锛岀敤浜庡彲瑙嗗璁�</string> </dict> </plist> -- Gitblit v1.8.0