about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app.config.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js
index fa9735dc2..2a1100b9e 100644
--- a/app.config.js
+++ b/app.config.js
@@ -145,6 +145,18 @@ module.exports = function (config) {
       ].filter(Boolean),
       extra: {
         eas: {
+          build: {
+            experimental: {
+              ios: {
+                appExtensions: [
+                  {
+                    targetName: 'Share-with-Bluesky',
+                    bundleIdentifier: 'xyz.blueskyweb.app.Share-with-Bluesky',
+                  },
+                ],
+              },
+            },
+          },
           projectId: '55bd077a-d905-4184-9c7f-94789ba0f302',
         },
       },