From 4c1abca185a5727da6fb314a0cb4cd44bfe1b3bf Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期五, 07 六月 2024 17:48:47 +0800 Subject: [PATCH] feature appkey修改 --- EZDemo/HDLEZDemo/HDLEZDemo/Info.plist | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/EZDemo/HDLEZDemo/HDLEZDemo/Info.plist b/EZDemo/HDLEZDemo/HDLEZDemo/Info.plist index 2582b47..ae7c2db 100644 --- a/EZDemo/HDLEZDemo/HDLEZDemo/Info.plist +++ b/EZDemo/HDLEZDemo/HDLEZDemo/Info.plist @@ -2,18 +2,14 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>privacy</key> - <string></string> - <key>NSMicrophoneUsageDescription</key> - <string>楹﹀厠椋�</string> - <key>NSPhotoLibraryUsageDescription</key> - <string>姝� App 闇�瑕佹偍鐨勫悓鎰忔墠鑳借鍙栧獟浣撹祫鏂欏簱</string> - <key>NSPhotoLibraryAddUsageDescription</key> - <string>姝� App 闇�瑕佹偍鐨勫悓鎰忔墠鑳借闂浉鍐屾潈闄�</string> <key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict> + <key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key> + <true/> + <key>privacy</key> + <string></string> </dict> </plist> -- Gitblit v1.8.0