From ffeef8fd49da590a4b5f7bb8b0418ec3b94709c9 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 27 Feb 2024 20:54:12 -0800 Subject: update config (#3012) --- app.config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app.config.js') 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', }, }, -- cgit 1.4.1