-
Notifications
You must be signed in to change notification settings - Fork 0
/
nativeapi.json
68 lines (68 loc) · 2.47 KB
/
nativeapi.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
{
"NativeFunctionAPI": {
"iOS": {
"11.0": {
"Kony_FileStorage-iOS-11.0": {
"title": "Kony_FileStorage",
"platform": "iOS",
"os": "11.0",
"isDefault": true,
"filepath": "flame\\nativebindings\\iOS\\11.0\\Kony_FileStorage-iOS-11.0.zip",
"nfiversion": "2.0",
"enable": true
},
"Kony_SyncV2-iOS-11.0": {
"title": "Kony_SyncV2",
"platform": "iOS",
"os": "11.0",
"isDefault": true,
"filepath": "flame\\nativebindings\\iOS\\11.0\\Kony_SyncV2-iOS-11.0.zip",
"nfiversion": "2.0",
"enable": true
},
"Kony_SDKCommons-iOS-11.0": {
"title": "Kony_SDKCommons",
"platform": "iOS",
"os": "11.0",
"isDefault": true,
"filepath": "flame\\nativebindings\\iOS\\11.0\\Kony_SDKCommons-iOS-11.0.zip",
"nfiversion": "2.0",
"enable": true
}
}
},
"Android": {
"4.0": {
"Kony_FileStorage-Android-4.0": {
"title": "Kony_FileStorage",
"platform": "Android",
"os": "4.0",
"isDefault": true,
"filepath": "flame\\nativebindings\\Android\\4.0\\Kony_FileStorage-Android-4.0.zip",
"enable": true
},
"Kony_SDKCommons-Android-4.0": {
"title": "Kony_SDKCommons",
"platform": "Android",
"os": "4.0",
"isDefault": true,
"filepath": "flame\\nativebindings\\Android\\4.0\\Kony_SDKCommons-Android-4.0.zip",
"enable": true
},
"Kony_SyncV2-Android-4.0": {
"title": "Kony_SyncV2",
"platform": "Android",
"os": "4.0",
"isDefault": true,
"filepath": "flame\\nativebindings\\Android\\4.0\\Kony_SyncV2-Android-4.0.zip",
"enable": true
}
}
}
},
"Metadata": {
"Version": {
"iOS": "2.0"
}
}
}