From 0388147949a91f0d71c505d7feaa4db5a1bcbd35 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 1 Oct 2025 06:45:22 +0300 Subject: xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app.config.js') diff --git a/app.config.js b/app.config.js index 0b469a986..8e573d6c7 100644 --- a/app.config.js +++ b/app.config.js @@ -45,7 +45,7 @@ module.exports = function (_config) { primaryColor: '#1083fe', ios: { supportsTablet: false, - bundleIdentifier: 'xyz.blueskyweb.app', + bundleIdentifier: 'xyz.vikanezrimaya.voidsky', config: { usesNonExemptEncryption: false, }, @@ -149,7 +149,7 @@ module.exports = function (_config) { backgroundColor: '#1185FE', }, googleServicesFile: './google-services.json', - package: 'xyz.blueskyweb.app', + package: 'xyz.vikanezrimaya.voidsky', intentFilters: [ { action: 'VIEW', @@ -370,7 +370,7 @@ module.exports = function (_config) { appExtensions: [ { targetName: 'Share-with-Bluesky', - bundleIdentifier: 'xyz.blueskyweb.app.Share-with-Bluesky', + bundleIdentifier: 'xyz.vikanezrimaya.voidsky.Share-with-Bluesky', entitlements: { 'com.apple.security.application-groups': [ 'group.app.bsky', @@ -379,7 +379,7 @@ module.exports = function (_config) { }, { targetName: 'BlueskyNSE', - bundleIdentifier: 'xyz.blueskyweb.app.BlueskyNSE', + bundleIdentifier: 'xyz.vikanezrimaya.voidsky.BlueskyNSE', entitlements: { 'com.apple.security.application-groups': [ 'group.app.bsky', @@ -388,7 +388,7 @@ module.exports = function (_config) { }, { targetName: 'BlueskyClip', - bundleIdentifier: 'xyz.blueskyweb.app.AppClip', + bundleIdentifier: 'xyz.vikanezrimaya.voidsky.AppClip', }, ], }, -- cgit 1.4.1