forked from DrMoriarty/godot-ios-att
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nativelib.json
32 lines (32 loc) · 841 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
{
"name": "ios-att",
"display_name": "AppTrackingTransparency",
"description": "",
"version": "1.0.0",
"license": "MIT",
"url": "https://github.com/DrMoriarty/godot-ios-att",
"category": "misc",
"godot_version": "3.3.0",
"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"
},
"autoload": {
"ATT": "*res://scripts/att.gd"
},
"platform_ios": {
"files": {
"bin/ios-att.debug.xcframework": "ios/plugins/ios-att/ios-att.debug.xcframework",
"bin/ios-att.release.xcframework": "ios/plugins/ios-att/ios-att.release.xcframework",
"ios-att.gdip": "ios/plugins/ios-att/"
}
}
}