diff options
author | Hailey <me@haileyok.com> | 2024-02-27 20:54:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 20:54:12 -0800 |
commit | ffeef8fd49da590a4b5f7bb8b0418ec3b94709c9 (patch) | |
tree | 05a23ec5cd32e5a76c9e002aca7af6b66d545821 | |
parent | 2a60faf4fef206ba4817c59eec46989af4a9f905 (diff) | |
download | voidsky-ffeef8fd49da590a4b5f7bb8b0418ec3b94709c9.tar.zst |
update config (#3012)
-rw-r--r-- | app.config.js | 12 |
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', }, }, |