From 200ae1c6cbcd3b6204d242b641a7e7de365d432f Mon Sep 17 00:00:00 2001 From: allez <305670599@qq.com> Date: 星期三, 23 六月 2021 16:53:24 +0800 Subject: [PATCH] 0000增加GameKit.framework --- Assets/Editor/XCodeProjectMod.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Assets/Editor/XCodeProjectMod.cs b/Assets/Editor/XCodeProjectMod.cs index 5791439..ff7f29d 100644 --- a/Assets/Editor/XCodeProjectMod.cs +++ b/Assets/Editor/XCodeProjectMod.cs @@ -40,6 +40,8 @@ project.AddBuildProperty(targetGUID, "GCC_GENERATE_DEBUGGING_SYMBOLS", "NO"); //webkit project.AddFrameworkToProject(fwTargetGUID, "WebKit.framework", true); + //GameKit + project.AddFrameworkToProject(fwTargetGUID, "GameKit.framework", true); //bugly project.AddFrameworkToProject(fwTargetGUID, "SystemConfiguration.framework", true); project.AddFrameworkToProject(fwTargetGUID, "Security.framework", true); @@ -110,7 +112,7 @@ rootDict.SetString("NSMicrophoneUsageDescription", "浣跨敤楹﹀厠椋庢潈闄�"); rootDict.SetString("NSPhotoLibraryAddUsageDescription", "浣跨敤鐩稿唽鏉冮檺,鐢ㄤ互瀛樺偍鎴睆鐨勮处鍙蜂俊鎭�,浠ラ槻蹇樿璐﹀彿瀵嗙爜"); - + rootDict.SetString("NSUserTrackingUsageDescription", "璜嬫斁蹇冿紝闁嬪暉娆婇檺涓嶆渻鐛插彇鎮ㄥ湪鍏朵粬绔欓粸鐨勯毐绉佷俊鎭紝瑭叉瑠闄愬儏鐢ㄦ柤妯欒瓨瑷倷涓︿繚闅滄湇鍕欏畨鍏紝浠ュ劒鍖栨垜鍊戠殑鎶�琛撴湇鍕欏拰楂旈銆�"); //google login var urlTypes = rootDict.CreateArray("CFBundleURLTypes"); var dic0 = urlTypes.AddDict(); -- Gitblit v1.8.0