-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
60 lines (60 loc) · 2.39 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"expo": {
"name": "SocialSquare",
"slug": "SocialSquare",
"version": "0.0.1",
"owner": "squaretabledevelopment",
"orientation": "portrait",
"icon": "./assets/NewLogo_WithBackground.png",
"splash": {
"image": "./assets/Splash_Screen.png",
"resizeMode": "cover",
"backgroundColor": "#3B4252"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"userInterfaceStyle": "automatic",
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.squaretabledevelopment.socialsquare",
"userInterfaceStyle": "automatic",
"config": {
"googleMobileAdsAppId": "ca-app-pub-6980968247752885~4685804835"
},
"infoPlist": {
"NSFaceIDUsageDescription": "SocialSquare will use FaceID to unlock SocialSquare when you open the app.",
"NSCameraUsageDescription": "Camera permissions allows you to do things like posting photos taken directly from your camera and sending photos from your camera to friends and family.",
"NSMicrophoneUsageDescription": "Microphone permissions allows you to do things like record and post videos taken from your camera with sound, and to send voice snippets to friends and family or post voice snippets.",
"NSPhotoLibraryUsageDescription": "Photo Library permissions allows you to do things like post photos and video from your photo library or sending photos to family and friends.",
"NSPhotoLibraryAddUsageDescription": "If allowed, SocialSquare can save images to your photo library when you want, like saving a profile picture or a photo a friend sent you."
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"userInterfaceStyle": "automatic",
"config": {
"googleMobileAdsAppId": "ca-app-pub-6980968247752885~2757645493"
},
"package": "com.squaretabledevelopment.socialsquare"
},
"web": {
"favicon": "./assets/favicon.png"
},
"description": "SquareTable Social Media Platform",
"githubUrl": "https://github.com/SquareTable/SocialSquare-App",
"plugins": [
"expo-secure-store"
]
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-6980968247752885~2757645493",
"ios_app_id": "ca-app-pub-6980968247752885~4685804835"
}
}