This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
forked from opentraildata/OpenTrails-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathios.json
91 lines (91 loc) · 3.18 KB
/
ios.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"prepare_queue": {
"installed": [],
"uninstalled": []
},
"config_munge": {
"files": {
"config.xml": {
"parents": {
"/*": [
{
"xml": "<feature name=\"CanOpen\"><param name=\"ios-package\" value=\"CanOpen\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"Geolocation\"><param name=\"ios-package\" value=\"CDVLocation\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"InAppBrowser\"><param name=\"ios-package\" value=\"CDVInAppBrowser\" /></feature>",
"count": 1
},
{
"xml": "<feature name=\"SplashScreen\"><param name=\"ios-package\" value=\"CDVSplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
"count": 1
}
],
"/widget": [
{
"xml": "<feature name=\"TestFlightSDK\"><param name=\"ios-package\" value=\"CDVTestFlight\" /></feature>",
"count": 1
}
]
}
},
"framework": {
"parents": {
"libz.dylib": [
{
"xml": "false",
"count": 1
}
],
"CoreLocation.framework": [
{
"xml": "false",
"count": 1
}
],
"CoreGraphics.framework": [
{
"xml": "false",
"count": 2
}
]
}
},
"*-Info.plist": {
"parents": {
"NSLocationWhenInUseUsageDescription": [
{
"xml": "<string />",
"count": 1
}
]
}
}
}
},
"installed_plugins": {
"com.philmerrell.cordova.canopen": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"com.testflightapp.cordova-plugin": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"org.apache.cordova.geolocation": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"org.apache.cordova.inappbrowser": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"org.apache.cordova.splashscreen": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
},
"org.apache.cordova.statusbar": {
"PACKAGE_NAME": "com.trailheadlabs.opentrails"
}
},
"dependent_plugins": {}
}