72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Bluesky",
|
|
"slug": "bluesky",
|
|
"owner": "blueskysocial",
|
|
"version": "1.21.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"splash": {
|
|
"image": "./assets/cloud-splash.png",
|
|
"resizeMode": "cover",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"buildNumber": "1",
|
|
"supportsTablet": false,
|
|
"bundleIdentifier": "xyz.blueskyweb.app",
|
|
"config": {
|
|
"usesNonExemptEncryption": false
|
|
},
|
|
"infoPlist": {
|
|
"UIBackgroundModes": [
|
|
"fetch",
|
|
"processing"
|
|
],
|
|
"BGTaskSchedulerPermittedIdentifiers": [
|
|
"com.transistorsoft.fetch"
|
|
]
|
|
}
|
|
},
|
|
"androidStatusBar": {
|
|
"barStyle": "dark-content",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"android": {
|
|
"versionCode": 6,
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "xyz.blueskyweb.app"
|
|
},
|
|
"web": {
|
|
"favicon": "./assets/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-localization",
|
|
"react-native-background-fetch",
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"kotlinVersion": "1.8.0"
|
|
}
|
|
}
|
|
],
|
|
[
|
|
"expo-updates",
|
|
{
|
|
"username": "blueskysocial"
|
|
}
|
|
]
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "55bd077a-d905-4184-9c7f-94789ba0f302"
|
|
}
|
|
}
|
|
}
|
|
}
|