少年修仙传客户端基础资源
MacBuilder
2018-08-29 ae1865bc3455ce6b2ab8b1a1794175dda184b403
Fixed IOSSDK库差异化路径修改
1个文件已修改
3 ■■■■ 已修改文件
Assets/Editor/Tool/ClientPackage.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Assets/Editor/Tool/ClientPackage.cs
@@ -20,7 +20,7 @@
    }
    static string ANDROID_PLUGIN_PATH = Application.dataPath + "/Plugins/Android";
    static string iOS_PLUGIN_PATH = Application.dataPath + "/Plugins/iOS/The2thWorldSDK";
    static string iOS_PLUGIN_PATH = Application.dataPath + "/Plugins/iOS/The2thWorldSDK/The2thWorldRES.bundle";
    static int packageIndex
    {
@@ -269,7 +269,6 @@
        }
        AssetDatabase.SaveAssets();
        AssetDatabase.Refresh();
        PlayerSettings.iOS.buildNumber = VersionConfig.Get().buildIndex.ToString();
        PlayerSettings.iOS.appleDeveloperTeamID = VersionConfig.Get().appleDeveloperTeamID;