2023-03-13 22:01:43 +01:00
|
|
|
{
|
|
|
|
"expo": {
|
2023-04-10 03:02:44 +02:00
|
|
|
"name": "Bluesky",
|
2023-03-13 22:01:43 +01:00
|
|
|
"slug": "bluesky",
|
2023-05-04 23:18:27 +02:00
|
|
|
"scheme": "bluesky",
|
2023-04-10 03:02:44 +02:00
|
|
|
"owner": "blueskysocial",
|
2023-06-10 00:32:40 +02:00
|
|
|
"version": "1.31.0",
|
2023-06-02 22:27:59 +02:00
|
|
|
"runtimeVersion": {
|
|
|
|
"policy": "appVersion"
|
|
|
|
},
|
2023-03-13 22:01:43 +01:00
|
|
|
"orientation": "portrait",
|
|
|
|
"icon": "./assets/icon.png",
|
2023-06-05 18:40:13 +02:00
|
|
|
"userInterfaceStyle": "automatic",
|
2023-03-13 22:01:43 +01:00
|
|
|
"splash": {
|
2023-03-14 23:30:15 +01:00
|
|
|
"image": "./assets/cloud-splash.png",
|
2023-04-10 03:02:44 +02:00
|
|
|
"resizeMode": "cover",
|
2023-03-13 22:01:43 +01:00
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
},
|
|
|
|
"ios": {
|
2023-06-02 22:38:49 +02:00
|
|
|
"buildNumber": "1",
|
2023-03-13 22:01:43 +01:00
|
|
|
"supportsTablet": false,
|
2023-04-10 03:02:44 +02:00
|
|
|
"bundleIdentifier": "xyz.blueskyweb.app",
|
|
|
|
"config": {
|
|
|
|
"usesNonExemptEncryption": false
|
|
|
|
},
|
|
|
|
"infoPlist": {
|
|
|
|
"UIBackgroundModes": [
|
|
|
|
"fetch",
|
|
|
|
"processing"
|
|
|
|
],
|
|
|
|
"BGTaskSchedulerPermittedIdentifiers": [
|
|
|
|
"com.transistorsoft.fetch"
|
2023-05-01 20:13:58 +02:00
|
|
|
],
|
|
|
|
"NSCameraUsageDescription": "Used for profile pictures, posts, and other kinds of content.",
|
|
|
|
"NSMicrophoneUsageDescription": "Used for posts and other kinds of content.",
|
|
|
|
"NSPhotoLibraryAddUsageDescription": "Used to save images to your library.",
|
|
|
|
"NSPhotoLibraryUsageDescription": "Used for profile pictures, posts, and other kinds of content"
|
2023-05-04 23:18:27 +02:00
|
|
|
},
|
|
|
|
"associatedDomains": ["applinks:bsky.app", "applinks:staging.bsky.app"]
|
2023-04-10 03:02:44 +02:00
|
|
|
},
|
|
|
|
"androidStatusBar": {
|
|
|
|
"barStyle": "dark-content",
|
|
|
|
"backgroundColor": "#ffffff"
|
2023-03-13 22:01:43 +01:00
|
|
|
},
|
|
|
|
"android": {
|
2023-06-10 00:32:40 +02:00
|
|
|
"versionCode": 17,
|
2023-03-13 22:01:43 +01:00
|
|
|
"adaptiveIcon": {
|
|
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
},
|
2023-05-04 23:18:27 +02:00
|
|
|
"package": "xyz.blueskyweb.app",
|
|
|
|
"intentFilters": [
|
|
|
|
{
|
|
|
|
"action": "VIEW",
|
|
|
|
"autoVerify": true,
|
|
|
|
"data": [
|
|
|
|
{
|
|
|
|
"scheme": "https",
|
|
|
|
"host": "bsky.app"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"category": ["BROWSABLE", "DEFAULT"]
|
|
|
|
}
|
|
|
|
]
|
2023-03-13 22:01:43 +01:00
|
|
|
},
|
|
|
|
"web": {
|
|
|
|
"favicon": "./assets/favicon.png"
|
2023-03-22 19:23:12 +01:00
|
|
|
},
|
2023-06-02 22:27:59 +02:00
|
|
|
"updates": {
|
|
|
|
"enabled": true,
|
|
|
|
"fallbackToCacheTimeout": 1000,
|
|
|
|
"url": "https://u.expo.dev/55bd077a-d905-4184-9c7f-94789ba0f302"
|
|
|
|
},
|
2023-03-22 19:23:12 +01:00
|
|
|
"plugins": [
|
2023-04-10 03:02:44 +02:00
|
|
|
"expo-localization",
|
|
|
|
"react-native-background-fetch",
|
2023-06-02 22:27:59 +02:00
|
|
|
"sentry-expo",
|
2023-04-10 03:02:44 +02:00
|
|
|
[
|
|
|
|
"expo-build-properties",
|
|
|
|
{
|
|
|
|
"android": {
|
|
|
|
"kotlinVersion": "1.8.0"
|
|
|
|
}
|
|
|
|
}
|
2023-04-11 21:14:28 +02:00
|
|
|
],
|
|
|
|
[
|
|
|
|
"expo-updates",
|
|
|
|
{
|
|
|
|
"username": "blueskysocial"
|
|
|
|
}
|
2023-06-02 22:27:59 +02:00
|
|
|
]
|
2023-04-10 03:02:44 +02:00
|
|
|
],
|
|
|
|
"extra": {
|
|
|
|
"eas": {
|
|
|
|
"projectId": "55bd077a-d905-4184-9c7f-94789ba0f302"
|
|
|
|
}
|
2023-05-01 21:42:31 +02:00
|
|
|
},
|
|
|
|
"hooks": {
|
|
|
|
"postPublish": [
|
|
|
|
{
|
|
|
|
"file": "sentry-expo/upload-sourcemaps",
|
|
|
|
"config": {
|
|
|
|
"organization": "blueskyweb",
|
|
|
|
"project": "react-native"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2023-04-10 03:02:44 +02:00
|
|
|
}
|
2023-03-13 22:01:43 +01:00
|
|
|
}
|
|
|
|
}
|