forked from DrMoriarty/godot-local-notification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nativelib.json
37 lines (37 loc) · 1.19 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
{
"name": "local-notification",
"display_name": "Local/Push Notifications",
"description": "Local notification plugin for iOS/Android",
"version": "0.1.5",
"license": "MIT",
"godot_version": "3.2.3",
"url": "https://github.com/DrMoriarty/godot-local-notification.git",
"author": {
"name": "DrMoriarty",
"url": "https://github.com/DrMoriarty",
"donate": "https://ko-fi.com/drmoriarty"
},
"category": "misc",
"files": {
"scripts": "scripts"
},
"autoload": {
"localnotification": "*res://scripts/localnotification.gd"
},
"platform_ios": {
"dependencies": [
],
"files": {
"ios-framework/build/localnotification.gdnlib": "addons/localnotification-ios/",
"ios-framework/build/localnotification.gdns": "addons/localnotification-ios/",
"ios-framework/build/.gitignore": "addons/localnotification-ios/",
"ios-framework/build/localnotification.xcframework": "addons/localnotification-ios/localnotification.xcframework"
}
},
"platform_android": {
"files": {
"android-plugin/LocalNotification.gdap": "android/plugins/",
"android-plugin/build/outputs/aar/LocalNotification.release.aar": "android/plugins/"
}
}
}