少年修仙传客户端基础资源
dabaoji
2021-03-17 d56c155e09d57bb387b90b0da9410e69b37dcc6f
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(fwTargetGUID, "SystemConfiguration.framework", true);
        project.AddFrameworkToProject(fwTargetGUID, "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());
    }