-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappinfo.json
89 lines (89 loc) · 2.57 KB
/
appinfo.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
{
"arcgisRuntime": 0,
"capabilities": {
"audio": true,
"backgroundLocation": true,
"biometricAuthentication": false,
"bluetooth": false,
"camera": true,
"fileSharing": true,
"highAccuracyLocation": false,
"localnotification": false,
"location": true,
"microphone": false,
"network": true,
"storage": true,
"vibration": true
},
"deployment": {
"android": {
"packageName": "com.esri.quickcapture"
},
"arcgisRuntimeExtensionsLicense": "",
"arcgisRuntimeLicense": "",
"clientId": "szPLpbtSx4esGX0X",
"ios": {
"bundleId": "com.esri.quickcapture",
"codeSignIdentity": ""
},
"macos": {
"bundleId": "com.esri.quickcapture",
"codeSignIdentity": ""
},
"publisherName": "",
"uwp": {
"packageName": "",
"productID": "",
"publisherID": ""
},
"winphone": {
"packageDisplayName": ""
}
},
"devicesTypes": [
"desktop",
"tablet",
"phone"
],
"display": {
"desktop": {
"minimumHeight": 0,
"minimumWidth": 0,
"windowMode": "default"
},
"enableHighDpi": true,
"phone": {
"landscape": false,
"portrait": true,
"showStatusBar": true
},
"tablet": {
"landscape": true,
"portrait": true,
"showStatusBar": true
}
},
"environment": {
},
"mainFile": "QuickCapture.qml",
"projectFile": "QuickCapture.qmlproject",
"properties": {
},
"resources": {
"appIcon": "appicon.png",
"launchImageBackground": "launchimage-background.png",
"launchImageBackgroundColor": "#77ba2f",
"launchImageOverlay": "launchimage-overlay.png"
},
"type": "app",
"urlScheme": "arcgis-quickcapture",
"usageDescriptionKeys": {
"cameraUsageDescription": "QuickCapture uses the camera to take photos for use in the collected records.",
"locationAlwaysUsageDescription": "QuickCapture uses your location when the app is running or in the background to capture your current position for use in the collected records.",
"locationWhenInUseUsageDescription": "QuickCapture uses your location when the app is in use to capture your current position for use in the collected records."
},
"version": {
"major": 1,
"micro": 60
}
}