Change dev package name to dev.xyz.blueskyweb.app

This commit is contained in:
Nick Manos
2024-05-29 16:23:22 -04:00
committed by Samuel Newman
parent 9e041eac54
commit 1883df5f0f
20 changed files with 24 additions and 24 deletions
+4 -4
View File
@@ -47,7 +47,7 @@ module.exports = function (_config) {
ios: {
supportsTablet: false,
bundleIdentifier: IS_DEV
? 'xyz.blueskyweb.app.dev'
? 'dev.xyz.blueskyweb.app'
: 'xyz.blueskyweb.app',
config: {
usesNonExemptEncryption: false,
@@ -186,7 +186,7 @@ module.exports = function (_config) {
googleServicesFile: IS_DEV
? './google-services-dev.json'
: './google-services.json',
package: IS_DEV ? 'xyz.blueskyweb.app.dev' : 'xyz.blueskyweb.app',
package: IS_DEV ? 'dev.xyz.blueskyweb.app' : 'xyz.blueskyweb.app',
intentFilters: [
{
action: 'VIEW',
@@ -412,7 +412,7 @@ module.exports = function (_config) {
? 'Share-with-Bluesky-Dev'
: 'Share-with-Bluesky',
bundleIdentifier: IS_DEV
? 'xyz.blueskyweb.app.dev.Share-with-Bluesky'
? 'dev.xyz.blueskyweb.app.Share-with-Bluesky'
: 'xyz.blueskyweb.app.Share-with-Bluesky',
entitlements: {
'com.apple.security.application-groups': [
@@ -423,7 +423,7 @@ module.exports = function (_config) {
{
targetName: 'BlueskyNSE-Dev',
bundleIdentifier: IS_DEV
? 'xyz.blueskyweb.app.dev.BlueskyNSE'
? 'dev.xyz.blueskyweb.app.BlueskyNSE'
: 'xyz.blueskyweb.app.BlueskyNSE',
entitlements: {
'com.apple.security.application-groups': [