-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
nativelib.json
46 lines (46 loc) · 1.31 KB
/
nativelib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "applovinmax",
"display_name": "AppLovin-Max",
"description": "AppLovin-Max plugin. Ad mediation and header-bidding solution.",
"version": "0.1.1",
"godot_version": "3.3.0",
"license": "MIT",
"url": "https://github.com/DrMoriarty/godot-applovin-max.git",
"category": "misc",
"author": {
"name": "DrMoriarty",
"url": "https://github.com/DrMoriarty",
"donate": "https://ko-fi.com/drmoriarty"
},
"dependencies": [
],
"files": {
"scripts": "scripts"
},
"variables": {
"AppLovin/SdkKey": {
"info": "Set your SDK key here"
}
},
"autoload": {
"applovin_max": "*res://scripts/applovin_max.gd"
},
"platform_ios": {
"dependencies": [
"nativelib-export"
],
"files": {
"ios-framework/build/applovinmax.gdnlib": "addons/applovinmax-ios/",
"ios-framework/build/applovinmax.gdns": "addons/applovinmax-ios/",
"ios-framework/build/.gitignore": "addons/applovinmax-ios/",
"ios-framework/build/applovin-max.xcframework": "addons/applovinmax-ios/applovin-max.xcframework",
"nativelib-export": "addons/nativelib-export"
}
},
"platform_android": {
"files": {
"android-plugin/AppLovinMax.gdap": "android/plugins/",
"android-plugin/build/outputs/aar/AppLovinMax.release.aar": "android/plugins/"
}
}
}