about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-10-01 06:45:22 +0300
committerVika <vika@fireburn.ru>2025-10-01 06:59:02 +0300
commit0388147949a91f0d71c505d7feaa4db5a1bcbd35 (patch)
tree228b55def24bd9dbff7c3f5cb4362d78fb482db3 /app.config.js
parent956244d13d74808dfe33e973b956e44ed62982eb (diff)
downloadvoidsky-0388147949a91f0d71c505d7feaa4db5a1bcbd35.tar.zst
xyz.blueskyweb.app → xyz.vikanezrimaya.voidsky
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js10
1 files changed, 5 insertions, 5 deletions
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',
                   },
                 ],
               },