cleanup
This commit is contained in:
+6
-2
@@ -1,4 +1,5 @@
|
|||||||
const pkg = require('./package.json')
|
const pkg = require('./package.json')
|
||||||
|
const {IS_TEST} = require('#/env')
|
||||||
|
|
||||||
const SPLASH_CONFIG = {
|
const SPLASH_CONFIG = {
|
||||||
backgroundColor: '#ffffff',
|
backgroundColor: '#ffffff',
|
||||||
@@ -44,9 +45,9 @@ module.exports = function (config) {
|
|||||||
'applinks:staging.bsky.app',
|
'applinks:staging.bsky.app',
|
||||||
'appclips:bsky.app',
|
'appclips:bsky.app',
|
||||||
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
|
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
|
||||||
...(IS_DEV
|
...(IS_DEV || IS_TESTFLIGHT
|
||||||
? ['appclips:sptesting.haileyok.com', 'applinks:sptesting.haileyok.com']
|
? ['appclips:sptesting.haileyok.com', 'applinks:sptesting.haileyok.com']
|
||||||
: ['appclips:sptesting.haileyok.com', 'applinks:sptesting.haileyok.com']),
|
: []),
|
||||||
]
|
]
|
||||||
|
|
||||||
const UPDATES_CHANNEL = IS_TESTFLIGHT
|
const UPDATES_CHANNEL = IS_TESTFLIGHT
|
||||||
@@ -67,6 +68,9 @@ module.exports = function (config) {
|
|||||||
slug: 'bluesky',
|
slug: 'bluesky',
|
||||||
scheme: 'bluesky',
|
scheme: 'bluesky',
|
||||||
owner: 'blueskysocial',
|
owner: 'blueskysocial',
|
||||||
|
runtimeVersion: {
|
||||||
|
policy: 'appVersion',
|
||||||
|
},
|
||||||
orientation: 'portrait',
|
orientation: 'portrait',
|
||||||
icon: './assets/icon.png',
|
icon: './assets/icon.png',
|
||||||
userInterfaceStyle: 'automatic',
|
userInterfaceStyle: 'automatic',
|
||||||
|
|||||||
Reference in New Issue
Block a user