少年修仙传客户端基础资源
allez
2021-03-12 13106d019147d08aa0bd550d3e70b00829c6720b
9527 去除ios没用的引用
1个文件已修改
21 ■■■■■ 已修改文件
Assets/Editor/XCodeProjectMod.cs 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/XCodeProjectMod.cs
@@ -38,24 +38,6 @@
        project.AddBuildProperty(targetGUID, "OTHER_LDFLAGS", "-ObjC");
        project.AddBuildProperty(targetGUID, "GCC_GENERATE_DEBUGGING_SYMBOLS", "NO");
        // 处理 Framework
        // FreeSDK
        project.AddFrameworkToProject(targetGUID, "CoreGraphics.framework", true);
        //_project.AddFrameworkToProject(_targetGUID, "Security.framework", true);
        project.AddFrameworkToProject(targetGUID, "CoreTelephony.framework", true);
        project.AddFrameworkToProject(targetGUID, "StoreKit.framework", true);
        project.AddFrameworkToProject(targetGUID, "MobileCoreServices.framework", true);
        //_project.AddFrameworkToProject(_targetGUID, "SystemConfiguration.framework", true);
        project.AddFrameworkToProject(targetGUID, "AdSupport.framework", true);
        // 极光推送
        // JPush
        project.AddFrameworkToProject(targetGUID, "CFNetwork.framework", true);
        project.AddFrameworkToProject(targetGUID, "CoreFoundation.framework", true);
        project.AddFrameworkToProject(targetGUID, "Foundation.framework", true);
        project.AddFrameworkToProject(targetGUID, "UIKit.framework", true);
        project.AddFrameworkToProject(targetGUID, "UserNotifications.framework", true);
        //bugly
        project.AddFrameworkToProject(targetGUID, "SystemConfiguration.framework", true);
        project.AddFrameworkToProject(targetGUID, "Security.framework", true);
@@ -105,9 +87,6 @@
        _rootDict.SetString("NSMicrophoneUsageDescription", "使用麦克风权限");
        _rootDict.SetString("NSPhotoLibraryAddUsageDescription", "使用相册权限,用以存储截屏的账号信息,以防忘记账号密码");
        _rootDict.SetString("YLChannelId", "1000");
        _rootDict.SetString("YLPlatformId", "1000");
        File.WriteAllText(_plistPath, _plist.WriteToString());
    }