Skip to content

Commit

Permalink
Fix bundle id
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kirkland committed Nov 22, 2024
1 parent 8a53e5f commit ac6f214
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.macOSTestAppXcFramework.macOSTestAppXcFramework;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.fixtures.macOSTestApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = ../shared/Bridge_InternalAPI.h;
Expand Down Expand Up @@ -1090,7 +1090,7 @@
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.macOSTestAppXcFramework.macOSTestAppXcFramework;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.fixtures.macOSTestApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = ../shared/Bridge_InternalAPI.h;
Expand Down

0 comments on commit ac6f214

Please sign in to comment.