Commit 6d0d067
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
Submodule bugsnag-cocoa updated 57 files
- .buildkite/pipeline.full.yml+147-310
- .buildkite/pipeline.yml+342-572
- .github/workflows/pull_request.yml+3-3
- .github/workflows/scorecard.yml+3-3
- .github/workflows/update_docs.yml+2-2
- .jazzy.yaml+2-2
- Bugsnag.podspec.json+2-2
- Bugsnag.xcodeproj/project.pbxproj+56-22
- Bugsnag.xcodeproj/xcshareddata/xcschemes/Bugsnag-macOS.xcscheme+9-11
- Bugsnag/Bugsnag.m+32-4
- Bugsnag/BugsnagInternals.h+11
- Bugsnag/Client/BugsnagClient+Private.h+2
- Bugsnag/Client/BugsnagClient.m+178-54
- Bugsnag/Delivery/BSGEventUploadOperation.h+1-1
- Bugsnag/Delivery/BSGEventUploader.h+4
- Bugsnag/Delivery/BSGEventUploader.m+54-3
- Bugsnag/KSCrash/Source/KSCrash/Recording/Tools/BSG_KSMachHeaders.c+2-1
- Bugsnag/Payload/BugsnagCaptureOptions.m+47
- Bugsnag/Payload/BugsnagEvent.m+65
- Bugsnag/Payload/BugsnagNotifier.m+1-1
- Bugsnag/include/Bugsnag/Bugsnag.h+49-5
- Bugsnag/include/Bugsnag/BugsnagCaptureOptions.h+72
- Bugsnag/include/Bugsnag/BugsnagClient.h+52-7
- Bugsnag/include/Bugsnag/BugsnagEvent.h+14
- BugsnagNetworkRequestPlugin.podspec.json+3-3
- CHANGELOG.md+10
- Framework/Info.plist+1-1
- Gemfile+1-1
- Tests/BugsnagTests/BugsnagCaptureOptionsTests.m+359
- Tests/BugsnagTests/BugsnagClientMirrorTest.m+7-1
- Tests/BugsnagTests/BugsnagStackframeTest.m+23-11
- Tests/BugsnagTests/Info.plist+1-1
- Tests/TestHost-iOS/Info.plist+1-1
- VERSION+1-1
- docker-compose.yml-2
- features/fixtures/ios/iOSTestApp.xcodeproj/project.pbxproj+12
- features/fixtures/ios/iOSTestAppXcFramework.xcodeproj/project.pbxproj+4
- features/fixtures/macos-stress-test/BugsnagStressTest/main.m+2-1
- features/fixtures/macos/macOSTestApp.xcodeproj/project.pbxproj+12
- features/fixtures/macos/macOSTestApp/main.m+5-1
- features/fixtures/macos/macOSTestAppXcFramework.xcodeproj/project.pbxproj+4
- features/fixtures/shared/scenarios/CaptureOptionsScenario.swift+65
- features/fixtures/shared/scenarios/CustomerControlledDeliveryScenario.swift+54
- features/fixtures/shared/scenarios/FatalErrorOptionScenario.swift+31
- features/fixtures/shared/utils/CommandReaderThread.swift+22-17
- features/fixtures/shared/utils/Fixture.swift+3-2
- features/fixtures/shared/utils/FixtureConfig.m+1-1
- features/release/barebone_tests.feature+4-4
- features/release/capture_options.feature+222
- features/release/customer_controlled_delivery.feature+56
- features/release/enabled_error_types.feature+1-2
- features/release/session_tracking.feature-1
- features/steps/app_steps.rb+42-5
- features/steps/cocoa_steps.rb+15
- features/support/env.rb+8
- scripts/build-test-fixture.rb+2-2
- scripts/build-xcframework.sh+10
0 commit comments