118 lines
3.6 KiB
JSON
118 lines
3.6 KiB
JSON
{
|
|
"expo": {
|
|
"owner": "minuitagency",
|
|
"slug": "musicland",
|
|
"name": "MusicLand",
|
|
"scheme": "musicland",
|
|
"deeplinks": ["musicland://"],
|
|
"version": "0.0.2",
|
|
"icon": "./assets/icon.png",
|
|
"backgroundColor": "#0F0C14",
|
|
"jsEngine": "hermes",
|
|
"notification": {
|
|
"iosDisplayInForeground": true
|
|
},
|
|
"updates": {
|
|
"fallbackToCacheTimeout": 0
|
|
},
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "cover",
|
|
"backgroundColor": "#000"
|
|
},
|
|
"ios": {
|
|
"googleServicesFile": "./config/GoogleService-Info.plist",
|
|
"supportsTablet": true,
|
|
"usesAppleSignIn": true,
|
|
"requireFullScreen": true,
|
|
"userInterfaceStyle": "dark",
|
|
"associatedDomains": ["applinks:musicland-one.vercel.app"],
|
|
"bundleIdentifier": "com.omedis.musicland.ai",
|
|
"infoPlist": {
|
|
"NSMicrophoneUsageDescription": "MusicLand uses the microphone to record your voice and audio so you can create and collaborate on music projects.",
|
|
"UISupportedInterfaceOrientations": [
|
|
"UIInterfaceOrientationPortrait",
|
|
"UIInterfaceOrientationPortraitUpsideDown"
|
|
],
|
|
"UISupportedInterfaceOrientations~ipad": [
|
|
"UIInterfaceOrientationLandscapeLeft",
|
|
"UIInterfaceOrientationLandscapeRight"
|
|
],
|
|
"LSApplicationQueriesSchemes": ["itms-apps", "minuit"]
|
|
},
|
|
"config": {
|
|
"usesNonExemptEncryption": false
|
|
},
|
|
"entitlements": {
|
|
"aps-environment": "development",
|
|
"com.apple.developer.applesignin": ["Default"]
|
|
},
|
|
"appleTeamId": "W2QZ9CTMYJ"
|
|
},
|
|
"android": {
|
|
"softwareKeyboardLayoutMode": "resize",
|
|
"googleServicesFile": "./config/google-services.json",
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/foreground.png",
|
|
"backgroundImage": "./assets/background.png"
|
|
},
|
|
"package": "com.omedis.musicland",
|
|
"permissions": [
|
|
"android.permission.CAMERA",
|
|
"android.permission.MODIFY_AUDIO_SETTINGS",
|
|
"android.permission.POST_NOTIFICATIONS"
|
|
]
|
|
},
|
|
"web": {
|
|
"bundler": "metro"
|
|
},
|
|
"plugins": [
|
|
"react-native-compressor",
|
|
[
|
|
"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": "MusicLand uses the microphone so you can capture audio when recording videos and musical ideas."
|
|
}
|
|
],
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"ios": {
|
|
"deploymentTarget": "15.1",
|
|
"useFrameworks": "static"
|
|
},
|
|
"android": {
|
|
"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": "MusicLand uses the microphone so you can record vocals, instruments, and other audio content inside the app.",
|
|
"recordAudioAndroid": false
|
|
}
|
|
],
|
|
"expo-audio",
|
|
"expo-video"
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "5a57617e-a8b2-41d6-8441-9bda538764a1"
|
|
}
|
|
}
|
|
}
|
|
}
|