From 48c5a2c66c549d26fecadc6d2dad1924fdd1cc8b Mon Sep 17 00:00:00 2001
From: Davin <591807572@qq.com>
Date: 星期四, 27 七月 2023 13:52:08 +0800
Subject: [PATCH] bugfix 猫眼呼叫问题修复

---
 Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Info.plist |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Info.plist b/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Info.plist
index 7c7961c..d9142ce 100644
--- a/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Info.plist
+++ b/Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Info.plist
@@ -53,9 +53,9 @@
 	<key>NSLocalNetworkUsageDescription</key>
 	<string>鐢ㄤ簬wifi閰嶇綉</string>
 	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
-	<string>$(PRODUCT_NAME) App needs Location permission to configure device&apos;s network.</string>
+	<string>$(PRODUCT_NAME) App needs Location permission to configure device's network.</string>
 	<key>NSLocationAlwaysUsageDescription</key>
-	<string>$(PRODUCT_NAME) App needs Location permission to configure device&apos;s network.</string>
+	<string>$(PRODUCT_NAME) App needs Location permission to configure device's network.</string>
 	<key>NSLocationWhenInUseUsageDescription</key>
 	<string>$(PRODUCT_NAME) App needs Location permission so that you can select location information when posting videos publicly.</string>
 	<key>NSMicrophoneUsageDescription</key>

--
Gitblit v1.8.0