少年修仙传客户端基础资源
allez
2021-06-17 200ae1c6cbcd3b6204d242b641a7e7de365d432f
0000增加GameKit.framework
1个文件已修改
4 ■■■ 已修改文件
Assets/Editor/XCodeProjectMod.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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();