+10
-4
app.config.js
+10
-4
app.config.js
···
374
374
ios: {
375
375
appExtensions: [
376
376
{
377
-
targetName: 'Share-with-Bluesky',
378
-
bundleIdentifier: 'xyz.blueskyweb.app.Share-with-Bluesky',
377
+
targetName: IS_DEV
378
+
? 'Share-with-Bluesky-Dev'
379
+
: 'Share-with-Bluesky',
380
+
bundleIdentifier: IS_DEV
381
+
? 'xyz.blueskyweb.app.dev.Share-with-Bluesky'
382
+
: 'xyz.blueskyweb.app.Share-with-Bluesky',
379
383
entitlements: {
380
384
'com.apple.security.application-groups': [
381
385
'group.app.bsky',
···
383
387
},
384
388
},
385
389
{
386
-
targetName: 'BlueskyNSE',
387
-
bundleIdentifier: 'xyz.blueskyweb.app.BlueskyNSE',
390
+
targetName: 'BlueskyNSE-Dev',
391
+
bundleIdentifier: IS_DEV
392
+
? 'xyz.blueskyweb.app.dev.BlueskyNSE'
393
+
: 'xyz.blueskyweb.app.BlueskyNSE',
388
394
entitlements: {
389
395
'com.apple.security.application-groups': [
390
396
'group.app.bsky',