-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
nativelib.json
34 lines (34 loc) · 983 Bytes
/
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
{
"name": "rateme",
"display_name": "RateMe",
"description": "Plugin for asking user to rate your app",
"version": "0.2.0",
"godot_version": "3.3.0",
"license": "MIT",
"category": "misc",
"url": "https://github.com/DrMoriarty/godot-rateme.git",
"author": {
"name": "DrMoriarty",
"url": "https://github.com/DrMoriarty",
"donate": "https://ko-fi.com/drmoriarty"
},
"files": {
"scripts": "scripts"
},
"autoload": {
"rateme": "*res://scripts/rateme.gd"
},
"platform_ios": {
"files": {
"ios-plugin/bin/rateme.debug.xcframework": "ios/plugins/rateme/rateme.debug.xcframework",
"ios-plugin/bin/rateme.release.xcframework": "ios/plugins/rateme/rateme.release.xcframework",
"ios-plugin/rateme.gdip": "ios/plugins/rateme/"
}
},
"platform_android": {
"files": {
"android-plugin/RateMe.gdap": "android/plugins/",
"android-plugin/build/outputs/aar/RateMe.release.aar": "android/plugins/"
}
}
}