68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Calcom",
|
|
"slug": "calcom-companion",
|
|
"scheme": "expo-wxt-app",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"newArchEnabled": true,
|
|
"splash": {
|
|
"image": "./assets/splash-icon.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"deploymentTarget": "18.0",
|
|
"bundleIdentifier": "com.cal.companion",
|
|
"infoPlist": {
|
|
"ITSAppUsesNonExemptEncryption": false
|
|
},
|
|
"entitlements": {
|
|
"com.apple.developer.default-data-protection": "NSFileProtectionComplete"
|
|
},
|
|
"icon": "./assets/cal-logo.icon"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"package": "com.calcom.companion",
|
|
"softwareKeyboardLayoutMode": "pan",
|
|
"usesCleartextTraffic": false
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png",
|
|
"bundler": "metro"
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "f5e97f6f-1e95-44ac-bfa4-f737ef90f198"
|
|
}
|
|
},
|
|
"owner": "calcoms-organization",
|
|
"plugins": [
|
|
"expo-router",
|
|
"expo-secure-store",
|
|
"expo-web-browser",
|
|
"expo-image",
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"backgroundColor": "#ffffff",
|
|
"image": "./assets/splash-icon.png",
|
|
"imageWidth": 200
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
}
|
|
}
|
|
}
|