-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.pro.json
47 lines (47 loc) · 1.21 KB
/
app.pro.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
{
"expo": {
"owner": "storytics",
"privacy": "hidden",
"name": "Diary",
"description": "Reflect on your daily events and save beautiful moments with Diary by Storytics.",
"slug": "diary-by-storytics",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"backgroundColor": "#ffffff",
"primaryColor": "#276EF1",
"extra": {
"appType": "pro"
},
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#276EF1"
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": false,
"infoPlist": {
"NSFaceIDUsageDescription": "This app uses FaceID to protect user personal information like books and pages"
}
},
"android": {
"versionCode": 11,
"backgroundColor": "#ffffff",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#276EF1"
},
"package": "pt.storytics.diary",
"permissions": [
"USE_BIOMETRIC",
"USE_FINGERPRINT",
"ACCESS_NETWORK_STATE",
"ACCESS_WIFI_STATE"
]
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}