From 524455cf34af5f9861be69cd47f4f36b60646edf Mon Sep 17 00:00:00 2001
From: MacBuilder <MacBuilder@secondworld.com>
Date: 星期五, 31 八月 2018 15:27:54 +0800
Subject: [PATCH] Fixed IOS配置相册权限说明

---
 Assets/Editor/XCodeProjectMod.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/Editor/XCodeProjectMod.cs b/Assets/Editor/XCodeProjectMod.cs
index 4cf84df..7453cd5 100644
--- a/Assets/Editor/XCodeProjectMod.cs
+++ b/Assets/Editor/XCodeProjectMod.cs
@@ -96,7 +96,7 @@
         _dict.SetBoolean("NSExceptionAllowsInsecureHTTPLoads", true);
 
         _rootDict.SetString("NSMicrophoneUsageDescription", "浣跨敤楹﹀厠椋庢潈闄�");
-        _rootDict.SetString("NSPhotoLibraryAddUsageDescription", "浣跨敤鐩稿唽鏉冮檺");
+        _rootDict.SetString("NSPhotoLibraryAddUsageDescription", "浣跨敤鐩稿唽鏉冮檺,鐢ㄤ互瀛樺偍鎴睆鐨勮处鍙蜂俊鎭�,浠ラ槻蹇樿璐﹀彿瀵嗙爜");
 
         _rootDict.SetString("YLChannelId", "1000");
         _rootDict.SetString("YLPlatformId", "1000");

--
Gitblit v1.8.0