-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
38 lines (38 loc) · 1.21 KB
/
app.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
{
"name": "Pokeet",
"displayName": "Pokeet",
"orientation": "portrait",
"userInterfaceStyle": "dark",
"version": "1.3.0",
"assetBundlePatterns": ["assets/images/*"],
"expo": {
"icon": "./assets/images/icon.png",
"splash": {
"resizeMode": "cover",
"backgroundColor": "#000",
"image": "./assets/images/splash.png"
},
"android": {
"versionCode": 10,
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#FFF"
},
"permissions": ["CAMERA"],
"package": "co.pokeet.vibes",
"googleServicesFile": "./google-services.json"
},
"ios": {
"buildNumber": "1.3.0",
"bundleIdentifier": "co.pokeet.vibes",
"googleServicesFile": "./GoogleService-Info.plist",
"infoPlist": {
"NSFaceIDUsageDescription": "Pokeet needs to use Face ID / Touch ID to authenticate you"
}
},
"name": "Pokeet",
"slug": "pokeet",
"version": "1.3.0",
"description": "A birthday give-away application."
}
}