-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathnativelib.json
49 lines (49 loc) · 1.34 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
47
48
49
{
"name": "appsflyer",
"display_name": "AppsFlyer",
"description": "AppsFlyer SDK. Attribution data you can trust.",
"version": "0.2.3",
"godot_version": "3.2.3",
"license": "MIT",
"category": "misc",
"url": "https://github.com/DrMoriarty/godot-appsflyer.git",
"author": {
"name": "DrMoriarty",
"url": "https://github.com/DrMoriarty",
"donate": "https://ko-fi.com/drmoriarty"
},
"dependencies": [
"nativelib-export"
],
"files": {
"scripts": "scripts",
"nativelib-export": "addons/nativelib-export"
},
"variables": {
"AppsFlyer/DevKey": {
"info": "Set your DevKey here"
},
"AppsFlyer/APP_ID": {
"info": "Set your Apple App ID here"
}
},
"autoload": {
"appsflyer": "*res://scripts/appsflyer.gd"
},
"platform_ios": {
"dependencies": [
],
"files": {
"ios-framework/build/appsflyer.gdnlib": "addons/appsflyer-ios/",
"ios-framework/build/appsflyer.gdns": "addons/appsflyer-ios/",
"ios-framework/build/.gitignore": "addons/appsflyer-ios/",
"ios-framework/build/appsflyer-godot.xcframework": "addons/appsflyer-ios/appsflyer-godot.xcframework"
}
},
"platform_android": {
"files": {
"android-plugin/AppsFlyer.gdap": "android/plugins/",
"android-plugin/build/outputs/aar/AppsFlyer.release.aar": "android/plugins/"
}
}
}