-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
98 lines (98 loc) · 3.4 KB
/
app.json
File metadata and controls
98 lines (98 loc) · 3.4 KB
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
92
93
94
95
96
97
98
{
"expo": {
"name": "Red Grid MGRS",
"slug": "redgrid-tactical",
"version": "3.3.4",
"scheme": "redgrid",
"orientation": "default",
"userInterfaceStyle": "dark",
"backgroundColor": "#000000",
"splash": {
"image": "./assets/icons/splash_ios.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
"android": {
"package": "com.redgrid.redgridtactical",
"versionCode": 17,
"adaptiveIcon": {
"foregroundImage": "./assets/icons/adaptive_foreground.png",
"backgroundColor": "#000000"
},
"permissions": [
"ACCESS_FINE_LOCATION",
"ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION"
],
"icon": "./assets/icons/icon.png"
},
"ios": {
"bundleIdentifier": "com.redgrid.redgridtactical",
"buildNumber": "63",
"infoPlist": {
"CFBundleDisplayName": "Red Grid MGRS",
"NSLocationWhenInUseUsageDescription": "Red Grid MGRS uses your location to display your current grid coordinates. No location data is stored or transmitted.",
"NSBluetoothAlwaysUsageDescription": "Red Grid MGRS uses Bluetooth to connect to Meshtastic radios for off-grid mesh networking. No data is transmitted over the internet.",
"NSBluetoothPeripheralUsageDescription": "Red Grid MGRS uses Bluetooth to connect to Meshtastic radios for off-grid mesh networking. No data is transmitted over the internet.",
"SKAdNetworkItems": [],
"ITSAppUsesNonExemptEncryption": false
},
"icon": "./assets/icons/icon.png"
},
"plugins": [
[
"expo-location",
{
"locationWhenInUsePermission": "Red Grid MGRS uses your location to display your current grid coordinates. No data is stored or transmitted."
}
],
"expo-iap",
[
"expo-image-picker",
{
"cameraPermission": "Red Grid MGRS uses your camera to take geotagged photos. Photos are stamped with your MGRS grid and saved to your device only.",
"photosPermission": "Red Grid MGRS accesses your photo library to select images for geostamping. No photos are uploaded or transmitted."
}
],
[
"expo-media-library",
{
"photosPermission": "Red Grid MGRS saves geostamped photos to your photo library. No photos are uploaded or transmitted.",
"isAccessMediaLocationEnabled": true
}
],
[
"expo-build-properties",
{
"android": {
"targetSdkVersion": 35,
"compileSdkVersion": 35,
"buildToolsVersion": "35.0.0",
"minSdkVersion": 24,
"kotlinVersion": "1.9.25"
}
}
],
"expo-localization",
[
"react-native-ble-plx",
{
"isBackgroundEnabled": false,
"modes": [
"central"
],
"bluetoothAlwaysPermission": "Red Grid MGRS uses Bluetooth to connect to Meshtastic radios for off-grid mesh networking. No data is transmitted over the internet."
}
]
],
"extra": {
"eas": {
"projectId": "c55caaee-6950-4b8c-850b-f0d2d402cc09"
},
"privacyPolicyUrl": "https://redgridtactical.com/privacy.html",
"supportUrl": "https://redgridtactical.com/mgrs.html"
},
"icon": "./assets/icons/icon.png"
}
}