update config (#3012)
parent
2a60faf4fe
commit
ffeef8fd49
|
@ -145,6 +145,18 @@ module.exports = function (config) {
|
||||||
].filter(Boolean),
|
].filter(Boolean),
|
||||||
extra: {
|
extra: {
|
||||||
eas: {
|
eas: {
|
||||||
|
build: {
|
||||||
|
experimental: {
|
||||||
|
ios: {
|
||||||
|
appExtensions: [
|
||||||
|
{
|
||||||
|
targetName: 'Share-with-Bluesky',
|
||||||
|
bundleIdentifier: 'xyz.blueskyweb.app.Share-with-Bluesky',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
projectId: '55bd077a-d905-4184-9c7f-94789ba0f302',
|
projectId: '55bd077a-d905-4184-9c7f-94789ba0f302',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue