You've already forked Commercialization.topon
升级topon android sdk 到最新版本, 创建版本迭代 1.4.0
This commit is contained in:
@@ -50,6 +50,8 @@ namespace AnyThink.Scripts.Editor
|
||||
dynamicLibraryPathsToEmbed.Add(Path.Combine("Pods/", "BigoADS/BigoADS/OMSDK_Bigosg.xcframework"));
|
||||
dynamicLibraryPathsToEmbed.Add(Path.Combine("Pods/", "Fyber_Marketplace_SDK/IASDKCore/IASDKCore.xcframework"));
|
||||
dynamicLibraryPathsToEmbed.Add(Path.Combine("Pods/", "InMobiSDK/InMobiSDK.xcframework"));
|
||||
dynamicLibraryPathsToEmbed.Add(Path.Combine("Pods/", "GDTMobSDK/GDTFramework/GDTMobSDK.xcframework"));
|
||||
dynamicLibraryPathsToEmbed.Add(Path.Combine("Pods/", "GDTMobSDK/GDTFramework/Tquic.xcframework"));
|
||||
|
||||
//pubnative
|
||||
dynamicLibraryPathsToEmbed.Add(Path.Combine("Pods/", "ATOM-Standalone/ATOM.xcframework"));
|
||||
@@ -100,6 +102,8 @@ namespace AnyThink.Scripts.Editor
|
||||
|
||||
var bunldePathsToAdd = new List<string>();
|
||||
bunldePathsToAdd.Add(Path.Combine("Pods/", "BigoADS/BigoADS/BigoADSRes.bundle"));
|
||||
bunldePathsToAdd.Add(Path.Combine("Pods/", "Ads-Global/SDK/PAGAdSDK.bundle"));
|
||||
bunldePathsToAdd.Add(Path.Combine("Pods/", "Ads-CN/SDK/CSJAdSDK.bundle"));
|
||||
|
||||
return bunldePathsToAdd;
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2e2b9e45df1464e4ca34d6674718bb2a
|
||||
guid: 88e0e347ecf5f4877b7026a0b60b5df0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
|
||||
@@ -214,9 +214,11 @@ namespace AnyThink.Scripts.IntegrationManager.Editor
|
||||
}
|
||||
|
||||
public void DeleteSdkVersion(PluginData pluginData, int index, int os) {
|
||||
var sdkVersion = pluginData.androidVersions[index];
|
||||
var sdkVersion = "";
|
||||
if (os == ATConfig.OS_IOS) {
|
||||
sdkVersion = pluginData.iosVersions[index];
|
||||
} else {
|
||||
sdkVersion = pluginData.androidVersions[index];
|
||||
}
|
||||
ATIntegrationManager.Instance.deleteSdk(pluginData, sdkVersion, os);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 06d48237d6b6443f1b7cb368fc134467
|
||||
guid: 435df1e40057948a581aaa9c703eadba
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
|
||||
Reference in New Issue
Block a user