Files
musicland/app.json
T
Philip Cesar Garay 643e8054ac update
2025-08-11 21:10:08 +08:00

117 lines
3.4 KiB
JSON

{
"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
}
]
],
"extra": {
"eas": {
"projectId": "00bf388b-0a08-49fb-8d3c-85bd14e2feac"
}
}
}
}