|
7 | 7 | "icon": "./assets/icon.png", |
8 | 8 | "userInterfaceStyle": "automatic", |
9 | 9 | "scheme": "myapp", |
10 | | - "assetBundlePatterns": ["**/*"], |
| 10 | + "assetBundlePatterns": [ |
| 11 | + "**/*" |
| 12 | + ], |
11 | 13 | "ios": { |
12 | 14 | "supportsTablet": true, |
13 | 15 | "bundleIdentifier": "com.bwees.reveille-rides", |
|
16 | 18 | "resizeMode": "cover", |
17 | 19 | "backgroundColor": "#fbffff", |
18 | 20 | "dark": { |
19 | | - "image": "./assets/splash.png", |
20 | | - "resizeMode": "cover", |
21 | | - "backgroundColor": "#191919" |
| 21 | + "image": "./assets/splash.png", |
| 22 | + "resizeMode": "cover", |
| 23 | + "backgroundColor": "#191919" |
22 | 24 | } |
23 | 25 | }, |
24 | 26 | "privacyManifests": { |
25 | 27 | "NSPrivacyAccessedAPITypes": [ |
26 | 28 | { |
27 | 29 | "NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategorySystemBootTime", |
28 | | - "NSPrivacyAccessedAPITypeReasons": ["35F9.1"] |
| 30 | + "NSPrivacyAccessedAPITypeReasons": [ |
| 31 | + "35F9.1" |
| 32 | + ] |
29 | 33 | }, |
30 | 34 | { |
31 | 35 | "NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryDiskSpace", |
32 | | - "NSPrivacyAccessedAPITypeReasons": ["85F4.1"] |
| 36 | + "NSPrivacyAccessedAPITypeReasons": [ |
| 37 | + "85F4.1" |
| 38 | + ] |
33 | 39 | }, |
34 | 40 | { |
35 | 41 | "NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryFileTimestamp", |
36 | | - "NSPrivacyAccessedAPITypeReasons": ["DDA9.1"] |
| 42 | + "NSPrivacyAccessedAPITypeReasons": [ |
| 43 | + "DDA9.1" |
| 44 | + ] |
37 | 45 | }, |
38 | 46 | { |
39 | 47 | "NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryUserDefaults", |
40 | | - "NSPrivacyAccessedAPITypeReasons": ["CA92.1"] |
| 48 | + "NSPrivacyAccessedAPITypeReasons": [ |
| 49 | + "CA92.1" |
| 50 | + ] |
41 | 51 | } |
42 | 52 | ] |
43 | 53 | }, |
|
52 | 62 | }, |
53 | 63 | "config": { |
54 | 64 | "googleMaps": { |
55 | | - "apiKey": "{{GOOGLE_MAPS_KEY}}" |
| 65 | + "apiKey": "{{GOOGLE_MAPS_KEY}}" |
56 | 66 | } |
57 | 67 | }, |
58 | 68 | "splash": { |
59 | 69 | "image": "./assets/splash.png", |
60 | 70 | "resizeMode": "cover", |
61 | 71 | "backgroundColor": "#fbffff", |
62 | 72 | "dark": { |
63 | | - "image": "./assets/splash.png", |
64 | | - "resizeMode": "cover", |
65 | | - "backgroundColor": "#191919" |
| 73 | + "image": "./assets/splash.png", |
| 74 | + "resizeMode": "cover", |
| 75 | + "backgroundColor": "#191919" |
66 | 76 | } |
67 | 77 | }, |
68 | 78 | "package": "com.maroonrides.maroonrides" |
|
72 | 82 | "bundler": "metro" |
73 | 83 | }, |
74 | 84 | "plugins": [ |
75 | | - "@config-plugins/detox", |
76 | | - ["@bacons/apple-targets", |
| 85 | + "@config-plugins/detox", |
| 86 | + [ |
| 87 | + "@bacons/apple-targets", |
77 | 88 | { |
78 | 89 | "appleTeamId": "65AMD2STXG" |
79 | 90 | } |
|
85 | 96 | "locationAlwaysPermission": "Allow location for map display and route planning", |
86 | 97 | "locationWhenInUsePermission": "Allow location for map display and route planning" |
87 | 98 | } |
88 | | - ] |
| 99 | + ], |
| 100 | + ["expo-build-properties", { |
| 101 | + "android": { |
| 102 | + "compileSdkVersion": 35, |
| 103 | + "targetSdkVersion": 35, |
| 104 | + "buildToolsVersion": "35.0.0" |
| 105 | + }, |
| 106 | + "ios": { |
| 107 | + "deploymentTarget": "13.4" |
| 108 | + } |
| 109 | + }] |
89 | 110 | ] |
90 | 111 | } |
91 | 112 | } |
0 commit comments