2024-10-15 08:27:18 -05:00
|
|
|
{
|
|
|
|
"expo": {
|
2024-11-01 09:54:10 -05:00
|
|
|
"name": "Wavelength",
|
|
|
|
"displayName": "Wavelength",
|
2024-10-15 08:27:18 -05:00
|
|
|
"slug": "Wavelength_App",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/images/icon.png",
|
|
|
|
"scheme": "myapp",
|
|
|
|
"userInterfaceStyle": "automatic",
|
|
|
|
"splash": {
|
|
|
|
"image": "./assets/images/splash.png",
|
|
|
|
"resizeMode": "contain",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
},
|
|
|
|
"ios": {
|
2024-10-15 15:53:05 -05:00
|
|
|
"supportsTablet": true,
|
|
|
|
"usesAppleSignIn": true,
|
|
|
|
"config": {
|
|
|
|
"usesNonExemptEncryption": false
|
|
|
|
},
|
|
|
|
"infoPList": {
|
|
|
|
"NSLocationWhenInUseUsageDescription": "This app uses your location in order to allow you to share your location in chat.",
|
|
|
|
"NSCameraUsageDescription": "This app uses your camera to take photos & send them in the chat."
|
2024-11-01 09:54:10 -05:00
|
|
|
},
|
|
|
|
"bundleIdentifier": "com.gbrown.Wavelength"
|
2024-10-15 08:27:18 -05:00
|
|
|
},
|
|
|
|
"android": {
|
|
|
|
"adaptiveIcon": {
|
|
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
|
|
"backgroundColor": "#ffffff"
|
2024-10-15 15:53:05 -05:00
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"android.permission.ACCESS_COARSE_LOCATION",
|
|
|
|
"android.permission.ACCESS_FINE_LOCATION"
|
|
|
|
]
|
2024-10-15 08:27:18 -05:00
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"bundler": "metro",
|
|
|
|
"output": "static",
|
|
|
|
"favicon": "./assets/images/favicon.png"
|
|
|
|
},
|
|
|
|
"plugins": [
|
2024-10-15 15:53:05 -05:00
|
|
|
"expo-router",
|
|
|
|
"expo-apple-authentication",
|
|
|
|
[
|
|
|
|
"expo-secure-store",
|
|
|
|
{
|
|
|
|
"faceIDPermission": "Allow $(PRODUCT_NAME) to access your Face ID biometric data."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"expo-location",
|
|
|
|
{
|
|
|
|
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
|
|
|
|
}
|
|
|
|
]
|
2024-10-15 08:27:18 -05:00
|
|
|
],
|
|
|
|
"experiments": {
|
|
|
|
"typedRoutes": true
|
2024-10-15 15:53:05 -05:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"router": {
|
|
|
|
"origin": false
|
|
|
|
},
|
|
|
|
"eas": {
|
|
|
|
"projectId": "c7056557-31c8-4f5c-a3e5-802df6a3bf7d"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"owner": "gibbyb"
|
2024-10-15 08:27:18 -05:00
|
|
|
}
|
|
|
|
}
|