{ "expo": { "owner": "minuitagency", "slug": "minuitstarter", "name": "minuit.starter", "version": "2024.04.1", "scheme": "minuit", "orientation": "portrait", "icon": "./assets/alternateIcons/4.png", "backgroundColor": "#0F0C14", "jsEngine": "hermes", "notification": { "iosDisplayInForeground": true }, "updates": { "fallbackToCacheTimeout": 0 }, "packagerOpts": { "sourceExts": [ "js", "json", "ts", "tsx", "jsx", "vue" ] }, "splash": { "image": "./assets/splash.png", "tabletImage": "./assets/tabletSplash.png", "resizeMode": "contain", "backgroundColor": "#0F0C14" }, "ios": { "googleServicesFile": "./config/GoogleService-Info.plist", "supportsTablet": true, "requireFullScreen": true, "userInterfaceStyle": "dark", "associatedDomains": [ "applinks:minuit.starter" ], "bundleIdentifier": "com.minuit.starter", "infoPlist": { "UISupportedInterfaceOrientations": [ "UIInterfaceOrientationPortrait", "UIInterfaceOrientationPortraitUpsideDown" ], "UISupportedInterfaceOrientations~ipad": [ "UIInterfaceOrientationLandscapeLeft", "UIInterfaceOrientationLandscapeRight" ], "LSApplicationQueriesSchemes": [ "itms-apps", "minuit" ] }, "config": { "usesNonExemptEncryption": false }, "entitlements": { "aps-environment": "development" }, "appleTeamId": "W2QZ9CTMYJ" }, "android": { "googleServicesFile": "./config/google-services.json", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" }, "package": "com.minuit.starter", "permissions": [ "android.permission.RECORD_AUDIO" ] }, "web": { "bundler": "metro" }, "plugins": [ "react-native-compressor", "@react-native-firebase/crashlytics", "@react-native-firebase/app", [ "expo-image-picker", { "photosPermission": "Nous avons besoin d'accéder à votre galerie pour vous permettre d'ajouter des photos à vos tâches.", "cameraPermission": "Nous avons besoin d'accéder à votre appareil photo pour vous permettre de prendre des photos de vos tâches.", "microphonePermission": "Nous avons besoin d'accéder à votre microphone pour vous permettre d'enregistrer des messages vocaux pour vos tâches." } ], [ "expo-build-properties", { "ios": { "deploymentTarget": "15.1", "useFrameworks": "static" }, "android": { "extraMavenRepos": [ "../../node_modules/@notifee/react-native/android/libs" ], "compileSdkVersion": 35, "targetSdkVersion": 35, "buildToolsVersion": "35.0.0" } } ], [ "expo-document-picker", { "iCloudContainerEnvironment": "Production" } ], "expo-font", [ "expo-camera", { "cameraPermission": "Allow $(PRODUCT_NAME) to access your camera", "microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone", "recordAudioAndroid": true } ], "expo-audio" ], "extra": { "eas": { "projectId": "00bf388b-0a08-49fb-8d3c-85bd14e2feac" } } } }