Tones/app.json
2025-08-25 15:05:05 -04:00

52 lines
1.2 KiB
JSON

{
"expo": {
"name": "Tones",
"slug": "tones",
"version": "1.0.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"entitlements": {
"aps-environment": "production"
},
"infoPlist": {
"UIBackgroundModes": ["remote-notification"]
},
"supportsTablet": true,
"bundleIdentifier": "com.mattdimegs.tones",
"googleServicesFile": "./GoogleServices/GoogleService-Info.plist"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.mattdimegs.tones",
"googleServicesFile": "./GoogleServices/google-services.json"
},
"plugins": [
"expo-router",
"expo-font",
"expo-web-browser"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "6903a306-dafd-42ab-b010-f0c8205269ad"
}
},
"owner": "tones-bd"
}
}