Skip to content

Commit

Permalink
Turn off application stripping on the xcframework fixture app
Browse files Browse the repository at this point in the history
  • Loading branch information
kstenerud committed Dec 12, 2024
1 parent 615a965 commit 169b84d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,8 @@
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.fixtures.macOSTestApp;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
STRIP_SWIFT_SYMBOLS = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = ../shared/Bridge_InternalAPI.h;
SWIFT_OBJC_INTERFACE_HEADER_NAME = "macOSTestApp-Swift.h";
Expand Down Expand Up @@ -1094,6 +1096,8 @@
MARKETING_VERSION = 1.0.3;
PRODUCT_BUNDLE_IDENTIFIER = com.bugsnag.fixtures.macOSTestApp;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
STRIP_SWIFT_SYMBOLS = NO;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_OBJC_BRIDGING_HEADER = ../shared/Bridge_InternalAPI.h;
SWIFT_OBJC_INTERFACE_HEADER_NAME = "macOSTestApp-Swift.h";
Expand Down
6 changes: 2 additions & 4 deletions features/release/barebone_tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ Feature: Barebone tests
And the error payload field "events.0.threads" is an array with 0 elements
And the "isPC" of stack frame 0 is null
And the "isLR" of stack frame 0 is null
# TODO: Skipped pending PLAT-13234
# And the "method" of stack frame 0 matches "BareboneTestHandledScenario"
And the "method" of stack frame 0 matches "BareboneTestHandledScenario"
And the stacktrace is valid for the event

And I discard the oldest error
Expand Down Expand Up @@ -144,8 +143,7 @@ Feature: Barebone tests
And the exception "type" equals "cocoa"
And the "isPC" of stack frame 0 is null
And the "isLR" of stack frame 0 is null
# TODO: Skipped pending PLAT-13234
#And the "method" of stack frame 0 matches "BareboneTestHandledScenario"
And the "method" of stack frame 0 matches "BareboneTestHandledScenario"
And the stacktrace is valid for the event

@watchos
Expand Down

0 comments on commit 169b84d

Please sign in to comment.