forked from GameAnalytics/godot-gameanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnativelib.json
89 lines (89 loc) · 2.85 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "gameanalytics",
"display_name": "GameAnalytics",
"description": "Official Godot SDK for GameAnalytics. GameAnalytics is a free analytics platform that helps game developers understand their players' behaviour by delivering relevant insights.",
"version": "2.3.5",
"godot_version": "3.3.2",
"license": "MIT",
"category": "analytics",
"tags": [
"analytics",
"ios",
"android",
"osx"
],
"url": "https://github.com/GameAnalytics/godot-gameanalytics.git",
"readme_url": "https://github.com/GameAnalytics/godot-gameanalytics/README.md",
"icon_url": "https://github.com/GameAnalytics/godot-gameanalytics/icon/ga_icon.png",
"author": {
"name": "the1schwartz",
"url": "https://github.com/the1schwartz"
},
"files": {
"scripts": "scripts"
},
"autoload": {
"gameanalytics": "*res://scripts/gameanalytics.gd"
},
"variables": {
"GameAnalytics/AndroidGAME_KEY": {
"info": "Game key for Android"
},
"GameAnalytics/AndroidSECRET_KEY": {
"info": "Secret key for Android"
},
"GameAnalytics/iOSGAME_KEY": {
"info": "Game key for iOS"
},
"GameAnalytics/iOSSECRET_KEY": {
"info": "Secret key for iOS"
},
"GameAnalytics/OSXGAME_KEY": {
"info": "Game key for OSX"
},
"GameAnalytics/OSXSECRET_KEY": {
"info": "Secret key for OSX"
},
"GameAnalytics/CustomDimensions01": {
"info": "Available custom dimensions 01",
"default": "ninja,samurai"
},
"GameAnalytics/CustomDimensions02": {
"info": "Available custom dimensions 02",
"default": "whale,dolphin"
},
"GameAnalytics/CustomDimensions03": {
"info": "Available custom dimensions 03",
"default": "horde,alliance"
},
"GameAnalytics/ResourceCurrencies": {
"info": "Available resource currencies",
"default": "gold,gems"
},
"GameAnalytics/ResourceItemTypes": {
"info": "Available resource item types",
"default": "boost,lives"
}
},
"platform_ios": {
"files": {
"ios-plugin/bin/gameanalytics.debug.xcframework": "ios/plugins/gameanalytics/gameanalytics.debug.xcframework",
"ios-plugin/bin/gameanalytics.release.xcframework": "ios/plugins/gameanalytics/gameanalytics.release.xcframework",
"ios-plugin/gameanalytics.gdip": "ios/plugins/gameanalytics/",
"ios-plugin/lib/GameAnalytics.framework": "ios/plugins/gameanalytics/GameAnalytics.framework"
}
},
"platform_android": {
"files": {
"android/GameAnalytics.gdap": "android/plugins/",
"android/lib/GameAnalytics.release.aar": "android/plugins/"
}
},
"platform_osx": {
"files": {
"osx/lib/libgameanalytics_universal.dylib": "addons/gameanalytics-osx/",
"osx/gameanalytics/gameanalytics.gdnlib": "addons/gameanalytics-osx/",
"osx/gameanalytics/gameanalytics.gdns": "addons/gameanalytics-osx/"
}
}
}