少年修仙传客户端基础资源
client_linchunjie
2018-08-30 dbba317f9ce68f51fc9ba23af5ec63e6e55d762e
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;