From 6149631752ee76f85e8eca17454ddaf27fc13dbc Mon Sep 17 00:00:00 2001
From: liuxue <q3213421wrwqr>
Date: 星期四, 12 八月 2021 16:29:48 +0800
Subject: [PATCH] 0000 支持最新的港台SDK

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

diff --git a/Assets/Editor/XCodeProjectMod.cs b/Assets/Editor/XCodeProjectMod.cs
index eaed1aa..ccb301f 100644
--- a/Assets/Editor/XCodeProjectMod.cs
+++ b/Assets/Editor/XCodeProjectMod.cs
@@ -109,7 +109,8 @@
         dict = dict.CreateDict("jpush.cn");
         dict.SetBoolean("NSIncludesSubdomains", true);
         dict.SetBoolean("NSExceptionAllowsInsecureHTTPLoads", true);
-
+        rootDict.SetString("UIUserInterfaceStyle", "Light");
+        rootDict.SetString("FacebookClientToken", "ce69a4858cd3482d9abfa464d19da22e");
         rootDict.SetString("NSPhotoLibraryAddUsageDescription", "璇锋偍鍏佽璁块棶鐩稿唽鏉冮檺");
         rootDict.SetString("NSMicrophoneUsageDescription", "浣跨敤楹﹀厠椋庢潈闄�");
         rootDict.SetString("NSPhotoLibraryAddUsageDescription", "浣跨敤鐩稿唽鏉冮檺,鐢ㄤ互瀛樺偍鎴睆鐨勮处鍙蜂俊鎭�,浠ラ槻蹇樿璐﹀彿瀵嗙爜");

--
Gitblit v1.8.0