Remove "-Dev" from iOS app extensions targetName

This commit is contained in:
Nick Manos
2024-05-29 16:35:38 -04:00
committed by Samuel Newman
parent 1883df5f0f
commit 7f9befbe59
2 changed files with 3 additions and 9 deletions
+2 -4
View File
@@ -408,9 +408,7 @@ module.exports = function (_config) {
ios: {
appExtensions: [
{
targetName: IS_DEV
? 'Share-with-Bluesky-Dev'
: 'Share-with-Bluesky',
targetName: 'Share-with-Bluesky',
bundleIdentifier: IS_DEV
? 'dev.xyz.blueskyweb.app.Share-with-Bluesky'
: 'xyz.blueskyweb.app.Share-with-Bluesky',
@@ -421,7 +419,7 @@ module.exports = function (_config) {
},
},
{
targetName: 'BlueskyNSE-Dev',
targetName: 'BlueskyNSE',
bundleIdentifier: IS_DEV
? 'dev.xyz.blueskyweb.app.BlueskyNSE'
: 'xyz.blueskyweb.app.BlueskyNSE',