Skip to content

Commit 90c1e5e

Browse files
vveerrggclaude
andcommitted
fix: align macOS bundle ID with iOS for unified App Store listing
Changed macOS targets from com.nostrkey.plugin to com.nostrkey and com.nostrkey.plugin.Extension to com.nostrkey.Extension to match the iOS bundle IDs. Required for both platforms to appear under the same App Store Connect listing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3be4495 commit 90c1e5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

dev/apple/NostrKey.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
"-framework",
972972
SafariServices,
973973
);
974-
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey.plugin.Extension;
974+
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey.Extension;
975975
PRODUCT_NAME = "NostrKey Extension";
976976
SDKROOT = macosx;
977977
SKIP_INSTALL = YES;
@@ -1005,7 +1005,7 @@
10051005
"-framework",
10061006
SafariServices,
10071007
);
1008-
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey.plugin.Extension;
1008+
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey.Extension;
10091009
PRODUCT_NAME = "NostrKey Extension";
10101010
SDKROOT = macosx;
10111011
SKIP_INSTALL = YES;
@@ -1055,7 +1055,7 @@
10551055
"-framework",
10561056
WebKit,
10571057
);
1058-
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey.plugin;
1058+
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey;
10591059
PRODUCT_NAME = NostrKey;
10601060
SDKROOT = macosx;
10611061
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -1104,7 +1104,7 @@
11041104
"-framework",
11051105
WebKit,
11061106
);
1107-
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey.plugin;
1107+
PRODUCT_BUNDLE_IDENTIFIER = com.nostrkey;
11081108
PRODUCT_NAME = NostrKey;
11091109
SDKROOT = macosx;
11101110
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)