-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtemplate_app.json.dist
More file actions
121 lines (121 loc) · 3.93 KB
/
template_app.json.dist
File metadata and controls
121 lines (121 loc) · 3.93 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"expo": {
"name": "Scuba SEAsons",
"slug": "divegomobile",
"scheme": ["divegomobile", ""],
"version": "1.5.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"plugins": [
"expo-image-picker",
[
"expo-screen-orientation",
{
"initialOrientation": "PORTRAIT"
}
],
"@react-native-google-signin/google-signin",
[
"react-native-fbsdk-next",
{
"appID": "",
"clientToken": "",
"displayName": "Scuba SEAsons",
"scheme": "",
"buildscript": {
"ext": {
"facebookSdkVersion": "13.1.0"
}
}
}
],
"@react-native-firebase/app",
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
],
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#e6adadff"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"buildNumber": "72",
"supportsTablet": true,
"requireFullScreen": true,
"orientation": "portrait",
"googleServicesFile": "./GoogleService-Info.plist",
"bundleIdentifier": "com.freem11.divegomobile",
"infoPlist": {
"UIBackgroundModes": ["fetch"],
"CFBundleURLTypes": [
{
"CFBundleURLSchemes": [
"com.googleusercontent.apps.498754860675-jgnfsgnuelqn1o55or5585mdgicihfl2"
]
}
],
"NSLocationUsageDescription": "We would like to use your location for 2 features: \n \n To allow the map to centre on your current location when needed \n \n 2) To allow you to use your current location as the GPS location of a dive site when you are physically at the dive site and you want to add it to the app.",
"NSLocationWhenInUseUsageDescription": "We would like to use your location for 2 features: \n \n To allow the map to centre on your current location when needed \n \n 2) To allow you to use your current location as the GPS location of a dive site when you are physically at the dive site and you want to add it to the app.",
"NSPhotoLibraryUsageDescription": "We would like access to your photos so that you can upload your photo as proof of the animal sighting you are submitting, we will use this to validate that it is correct before it is added to the app for others to view. Also in a planned future feature we would like to use submitted photos for machine learning so that future photos submissions can be identified by the system and dive users the extra effort of manually typing in the animal's name",
"UISupportedInterfaceOrientations": ["UIInterfaceOrientationPortrait"],
"UISupportedInterfaceOrientations~ipad": [
"UIDeviceOrientationPortrait"
],
"SKAdNetworkItems": [
{
"SKAdNetworkIdentifier": ""
},
{
"SKAdNetworkIdentifier": ""
}
]
},
"config": {
"googleMapsApiKey": ""
}
},
"android": {
"versionCode": 72,
"softwareKeyboardLayoutMode": "pan",
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#00FFFFFF"
},
"googleServicesFile": "./google-service.json",
"config": {
"googleMaps": {
"apiKey": ""
}
},
"permissions": [
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION",
"android.permission.RECORD_AUDIO",
"android.permission.INTERNET"
],
"package": "com.freem11.divegomobile"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": ""
}
},
"runtimeVersion": {
"policy": "sdkVersion"
},
"updates": {
"url": ""
}
}
}