← back to Nineoh Guide
apps/mobile/app.json
26 lines
{
"expo": {
"name": "Unofficial 90210 Guide",
"slug": "nineoh-guide",
"version": "0.1.0",
"orientation": "portrait",
"scheme": "nineohguide",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"bundleIdentifier": "com.abrams.nineohguide",
"supportsTablet": true,
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false
}
},
"extra": {
"apiBaseUrl": "https://nineoh-guide.vercel.app",
"eas": {
"projectId": "d1c16075-337b-4f74-b818-582a9bac7f67"
}
},
"owner": "agentabrams"
}
}