Merge branch 'feature/tradplus' into dev

# Conflicts:
#	package.json
dev
胡宇飞 2024-04-10 16:29:34 +08:00
commit 958be9f9e0
23 changed files with 249 additions and 1 deletions

8
TradPlus.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 847129090316e467da07d301d7fe2d6a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
TradPlus/Editor.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 69cd91ede3fae4b81ad4140db9a8cca5
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<dependencies>
<androidPackages>
<!-- TradPlus -->
<androidPackage spec="com.tradplusad:tradplus:11.0.0.1" />
<!-- noinspection GradleCompatible -->
<androidPackage spec="androidx.legacy:legacy-support-v4:1.0.0" />
<androidPackage spec="androidx.appcompat:appcompat:1.3.0-alpha02" />
<!-- TP Exchange -->
<androidPackage spec="com.tradplusad:tp_exchange:40.11.1.10.1" />
<androidPackage spec="com.tradplusad:om-sdk:1.4.4" />
<androidPackage spec="com.google.code.gson:gson:2.8.6" />
</androidPackages>
<iosPods>
<iosPod name="TradPlusAdSDK" version="10.7.0" />
</iosPods>
</dependencies>

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1405ccdb3982d419293e71b7e1a12c4e
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,3 @@
-keep public class com.tradplus.** { *; }
-keep class com.tradplus.ads.** { *; }
-keep class com.applovin.mediation.adapters.** { *; }

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 8513cd65de204676993b21103ed7f456
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
TradPlus/Plugins.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 41d3732c46b754419835a90e185809c4
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d03bc529bb55c463cb001cf6806b9df4
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,32 @@
fileFormatVersion: 2
guid: b5f5cda033cb644c58010d2c6a2ab7c7
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b51eede93c8924b12b0f4db8599021ba
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,80 @@
fileFormatVersion: 2
guid: a58c90f860c614882b4f598ca8d59999
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
: Any
second:
enabled: 0
settings:
Exclude Android: 1
Exclude Editor: 1
Exclude Linux64: 1
Exclude OSXUniversal: 1
Exclude Win: 1
Exclude Win64: 1
Exclude iOS: 0
- first:
Android: Android
second:
enabled: 0
settings:
CPU: ARMv7
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
CPU: AnyCPU
DefaultValueInitialized: true
OS: AnyOS
- first:
Standalone: Linux64
second:
enabled: 0
settings:
CPU: None
- first:
Standalone: OSXUniversal
second:
enabled: 0
settings:
CPU: None
- first:
Standalone: Win
second:
enabled: 0
settings:
CPU: None
- first:
Standalone: Win64
second:
enabled: 0
settings:
CPU: None
- first:
iPhone: iOS
second:
enabled: 1
settings:
AddToEmbeddedBinaries: false
CPU: AnyCPU
CompileFlags:
FrameworkDependencies:
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1405ccdb3982d419293e71b7e1a12c00
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b51eede93c8924b12b0f4db859902101
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,12 @@
#import <Foundation/Foundation.h>
#import <AppLovinSDK/AppLovinSDK.h>
NS_ASSUME_NONNULL_BEGIN
@interface ALMCMediationAdapter : ALMediationAdapter
@end
NS_ASSUME_NONNULL_END

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1405ccdb3982d419293e71b7e1a11c00
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1405ccdb3982d419293e71b7e1a11c03
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b51eede93c8924b12b0f4db859902102
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,6 @@
framework module ALMCMediationAdapter {
umbrella header "ALMCMediationAdapter.h"
export *
module * { export * }
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1405ccdb3982d419293e71b7e1a11c01
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,7 +1,7 @@
{ {
"name": "com.guru.unity.max", "name": "com.guru.unity.max",
"displayName": "Guru Max", "displayName": "Guru Max",
"version": "1.1.4", "version": "1.2.0",
"description": "Guru 整合 AppLovinMax 插件", "description": "Guru 整合 AppLovinMax 插件",
"unity": "2020.3", "unity": "2020.3",
"author": { "author": {