71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"expo": {
|
|
"name": "PearCal",
|
|
"slug": "pearcal",
|
|
"newArchEnabled": true,
|
|
"orientation": "portrait",
|
|
"scheme": "pearcal",
|
|
"icon": "./assets/images/icon.png",
|
|
"userInterfaceStyle": "dark",
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#111111"
|
|
},
|
|
"package": "com.pearcal",
|
|
"intentFilters": [
|
|
{
|
|
"action": "VIEW",
|
|
"autoVerify": false,
|
|
"data": [
|
|
{
|
|
"scheme": "pearcal",
|
|
"host": "pearcal"
|
|
}
|
|
],
|
|
"category": [
|
|
"BROWSABLE",
|
|
"DEFAULT"
|
|
]
|
|
}
|
|
],
|
|
"versionCode": 1000035,
|
|
"privacyPolicy": "https://peerloomllc.github.io/pearcal-native/privacy.html"
|
|
},
|
|
"ios": {
|
|
"bundleIdentifier": "com.pearcal",
|
|
"buildNumber": "39",
|
|
"infoPlist": {
|
|
"NSCameraUsageDescription": "Used to set your profile photo",
|
|
"NSPhotoLibraryUsageDescription": "Used to set your profile photo",
|
|
"NSMicrophoneUsageDescription": "Required by AVCaptureSession for QR scanning and camera capture",
|
|
"NSLocalNetworkUsageDescription": "PearCal connects directly to nearby devices on your Wi-Fi to sync calendars peer-to-peer.",
|
|
"NSBonjourServices": [
|
|
"_hyperswarm._udp"
|
|
],
|
|
"LSApplicationQueriesSchemes": [
|
|
"lightning"
|
|
]
|
|
}
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-router"
|
|
],
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"minSdkVersion": 29
|
|
}
|
|
}
|
|
],
|
|
"expo-secure-store"
|
|
],
|
|
"assets": [
|
|
"./assets/bare-universal.bundle"
|
|
],
|
|
"version": "1.0.35"
|
|
}
|
|
}
|