-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnitro.json
More file actions
30 lines (30 loc) · 744 Bytes
/
nitro.json
File metadata and controls
30 lines (30 loc) · 744 Bytes
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
{
"$schema": "https://nitro.margelo.com/nitro.schema.json",
"cxxNamespace": ["performancetoolkit"],
"ios": {
"iosModuleName": "PerformanceToolkit"
},
"android": {
"androidNamespace": ["performancetoolkit"],
"androidCxxLibName": "PerformanceToolkit"
},
"autolinking": {
"PerformanceToolkit": {
"ios": {
"language": "swift",
"implementationClassName": "HybridPerformanceToolkit"
},
"android": {
"language": "kotlin",
"implementationClassName": "HybridPerformanceToolkit"
}
},
"JsFpsTracking": {
"all": {
"language": "c++",
"implementationClassName": "HybridJsFpsTracking"
}
}
},
"ignorePaths": ["**/node_modules"]
}