forked from shootismoke/mobile-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.example.json
59 lines (59 loc) · 1.6 KB
/
app.example.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
{
"expo": {
"android": {
"config": {
"googleMaps": {
"apiKey": "YOUR_KEY"
}
},
"icon": "assets/logos/android/playstore-icon.png",
"package": "com.shitismoke.app",
"permissions": ["ACCESS_FINE_LOCATION"],
"versionCode": 10
},
"assetBundlePatterns": ["assets/**/*"],
"extra": {
"algoliaApiKey": "YOUR_KEY",
"algoliaApplicationId": "YOUR_KEY",
"amplitudeApiKey": "YOUR_KEY",
"sentryPublicDsn": "YOUR_KEY",
"waqiToken": "YOUR_KEY"
},
"githubUrl": "https://github.com/amaurymartiny/shoot-i-smoke",
"hooks": {
"postPublish": [
{
"file": "sentry-expo/upload-sourcemaps",
"config": {
"organization": "YOUR_SENTRY_ORG",
"project": "YOUR_SENTRY_PROJECT",
"authToken": "YOUR_KEY"
}
}
]
},
"icon": "assets/logos/ios/iTunesArtwork@3x.png",
"ios": {
"buildNumber": "1.5.0",
"bundleIdentifier": "com.shitismoke.app",
"config": {
"googleMapsApiKey": "YOUR_KEY"
},
"icon": "assets/logos/ios/iTunesArtwork@3x.png",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "This app uses your location to find the air quality level near you."
},
"loadJSInBackgroundExperimental": true
},
"name": "Sh**t! I Smoke",
"primaryColor": "#EBE7DD",
"privacy": "public",
"sdkVersion": "35.0.0",
"slug": "shoot-i-smoke",
"splash": {
"backgroundColor": "#ebe7dd",
"image": "assets/logos/splash.png"
},
"version": "1.5.0"
}
}