Couple of starter packs tweaks (#4604)
This commit is contained in:
parent
f769564edf
commit
77a512ae32
8 changed files with 57 additions and 63 deletions
|
@ -45,9 +45,7 @@ module.exports = function (config) {
|
|||
'appclips:bsky.app',
|
||||
'appclips:go.bsky.app', // Allows App Clip to work when scanning QR codes
|
||||
// When testing local services, enter an ngrok (et al) domain here. It must use a standard HTTP/HTTPS port.
|
||||
...(IS_DEV || IS_TESTFLIGHT
|
||||
? ['appclips:sptesting.haileyok.com', 'applinks:sptesting.haileyok.com']
|
||||
: []),
|
||||
...(IS_DEV || IS_TESTFLIGHT ? [] : []),
|
||||
]
|
||||
|
||||
const UPDATES_CHANNEL = IS_TESTFLIGHT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue