-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
adjust.json
35 lines (35 loc) · 980 Bytes
/
adjust.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
{
"name": "adjust",
"display_name": "Adjust SDK",
"description": "Adjust: attribution, analytics, fraud prevention",
"version": "4.29.0",
"license": "MIT",
"url": "https://github.com/DrMoriarty/godot-adjust",
"category": "misc",
"godot_version": "3.3.0",
"author": {
"name": "DrMoriarty",
"url": "https://github.com/DrMoriarty",
"donate": "https://ko-fi.com/drmoriarty"
},
"variables": {
"Adjust/AppToken": {
"info": "Set your App Token here"
}
},
"files": {
"gd": "scripts"
},
"autoload": {
"adjust": "*res://scripts/adjust.gd"
},
"platform_ios": {
"dependencies": ["ios-att"],
"files": {
"bin/adjust.debug.xcframework": "ios/plugins/adjust/adjust.debug.xcframework",
"bin/adjust.release.xcframework": "ios/plugins/adjust/adjust.release.xcframework",
"adjust/adjust.gdip": "ios/plugins/adjust/",
"adjust/AdjustSdk.framework": "ios/plugins/adjust/AdjustSdk.framework"
}
}
}