-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
85 lines (85 loc) · 3.17 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
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
{
"expo": {
"name": "Tie Break",
"description": "L'application de rencontre du tennis",
"slug": "tiebreakprod",
"privacy": "public",
"sdkVersion": "30.0.0",
"version": "1.1.5",
"scheme": "tiebreakapp",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "./assets/icons/AppIcon.appiconset/Icon-v2.png",
"notification": {
"icon": "./assets/icons/AppIcon.appiconset/iconPushColor.png"
},
"splash": {
"image": "./assets/icons/Welcome/Splash.imageset/group.png",
"resizeMode": "contain",
"backgroundColor": "#01503c"
},
"packagerOpts": {
"assetExts": ["ttf", "mp4"]
},
"facebookAppId":"233912777050369",
"facebookDisplayName":"Tie Break",
"facebookScheme":"fb233912777050369",
"assetBundlePatterns": [
"./assets/icons/AppSpecific/Logo.imageset/logoBlack.png",
"./assets/icons/AppSpecific/Header.imageset/header_bg.png",
"./assets/icons/AppSpecific/HeaderMin.imageset/header_bg.png",
"./assets/icons/Menu/Profile.imageset/icProfile.png",
"./assets/icons/Menu/Messages.imageset/icMessageBig.png",
"./assets/icons/AppSpecific/Footer.imageset/group3.png",
"./assets/icons/AppSpecific/OrangeCircle.imageset/btn3Copy.png",
"./assets/icons/Buy/Buy.imageset/buy.png",
"./assets/icons/General/ArrowRightBlack.imageset/fill72.png",
"./assets/icons/Add/Add.imageset/combinedShape.png",
"./assets/icons/AppSpecific/BigYellowBall.imageset/icTennisBallBig.png",
"./assets/icons/AppSpecific/BallYellow.imageset/combinedShapeCopy.png",
"./assets/icons/AppIcon.appiconset/iconPushColor.png",
"./assets/icons/Decathlon/Logo_DECATHLON.png",
"./assets/icons/TennisActu/Logo.png",
"./assets/fonts/AvenirNext.ttf",
"./assets/fonts/Avenir.ttf",
"./assets/fonts/SevenOneEight-Ultra.ttf"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "com.tiebreakapp.tiebreak",
"buildNumber": "1.0.19",
"loadJSInBackgroundExperimental": true,
"appStoreUrl": "https://itunes.apple.com/fr/app/tie-break/id1183915697",
"config": {
"branch": {
"apiKey": "key_live_ogSdixer7P4zq8LBXLM3GgeatCio7oAq"
},
},
"infoPlist":{
"NSCameraUsageDescription": "Tie Break uses the camera to take user's profile pictures.",
"NSLocationWhenInUseUsageDescription": "Tie Break uses location to match tennis players together.",
"NSPhotoLibraryUsageDescription": "Tie Break accesses Library to get user's profile picture."
}
},
"android": {
"package": "com.tiebreak.tiebreak",
"googleServicesFile": "./google-services.json",
"config": {
"branch": {
"apiKey": "key_live_ogSdixer7P4zq8LBXLM3GgeatCio7oAq"
},
},
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
"CAMERA",
"VIBRATE",
"com.majeur.launcher.permission.UPDATE_BADGE",
"com.sec.android.provider.badge.permission.READ",
"com.sec.android.provider.badge.permission.WRITE",
"com.sonyericsson.home.permission.BROADCAST_BADGE"
],
"versionCode":14
}
}
}