Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.14.1 (#2740)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Oct 19, 2023
1 parent 7d4d579 commit f8a81a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

### Dependencies

- Bump Cocoa SDK from v8.13.0 to v8.13.1 ([#2722](https://github.com/getsentry/sentry-dotnet/pull/2722))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8131)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.13.1)
- Bump Cocoa SDK from v8.13.0 to v8.14.1 ([#2722](https://github.com/getsentry/sentry-dotnet/pull/2722), [#2740](https://github.com/getsentry/sentry-dotnet/pull/2740))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8141)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.13.0...8.14.1)
- Bump Java SDK from v6.30.0 to v6.32.0 ([#2723](https://github.com/getsentry/sentry-dotnet/pull/2723), [#2741](https://github.com/getsentry/sentry-dotnet/pull/2741))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6320)
- [diff](https://github.com/getsentry/sentry-java/compare/6.30.0...6.32.0)
Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa
Submodule sentry-cocoa updated 83 files
+40 −0 .github/workflows/build.yml
+2 −2 .github/workflows/test.yml
+20 −0 CHANGELOG.md
+1 −1 Makefile
+4 −4 Samples/iOS-Swift/iOS-Swift.xcodeproj/project.pbxproj
+1 −1 Samples/iOS-Swift/iOS-Swift/ExtraViewController.swift
+3 −3 Sentry.podspec
+664 −22 Sentry.xcodeproj/project.pbxproj
+3 −0 Sentry.xcodeproj/xcshareddata/xcschemes/Sentry.xcscheme
+1 −1 SentryPrivate.podspec
+2 −2 SentrySwiftUI.podspec
+6 −0 SentryTestUtils/SentryTestUtils-ObjC-BridgingHeader.h
+1 −1 Sources/Configuration/Sentry.xcconfig
+1 −1 Sources/Configuration/SentryPrivate.xcconfig
+42 −5 Sources/Sentry/PrivateSentrySDKOnly.mm
+17 −1 Sources/Sentry/Public/SentryDefines.h
+16 −5 Sources/Sentry/Public/SentryOptions.h
+26 −2 Sources/Sentry/SentryAppStartMeasurement.m
+1 −0 Sources/Sentry/SentryAppStartTracker.m
+3 −2 Sources/Sentry/SentryAppStateManager.m
+15 −1 Sources/Sentry/SentryAutoBreadcrumbTrackingIntegration.m
+2 −0 Sources/Sentry/SentryBaseIntegration.m
+16 −19 Sources/Sentry/SentryBreadcrumbTracker.m
+0 −4 Sources/Sentry/SentryClient.m
+1 −1 Sources/Sentry/SentryCrashIntegration.m
+45 −2 Sources/Sentry/SentryDependencyContainer.m
+7 −3 Sources/Sentry/SentryDevice.mm
+3 −2 Sources/Sentry/SentryExtraContextProvider.m
+0 −2 Sources/Sentry/SentryFramesTracker.m
+1 −1 Sources/Sentry/SentryMeta.m
+8 −4 Sources/Sentry/SentryNSNotificationCenterWrapper.m
+80 −1 Sources/Sentry/SentryOptions.m
+4 −4 Sources/Sentry/SentrySDK.m
+27 −5 Sources/Sentry/SentryScreenFrames.m
+1 −0 Sources/Sentry/SentryScreenshot.m
+3 −5 Sources/Sentry/SentrySessionTracker.m
+7 −1 Sources/Sentry/SentrySubClassFinder.m
+6 −5 Sources/Sentry/SentrySwizzleWrapper.m
+5 −14 Sources/Sentry/SentrySystemEventBreadcrumbs.m
+2 −0 Sources/Sentry/SentryTimeToDisplayTracker.m
+2 −0 Sources/Sentry/SentryUIApplication.m
+11 −11 Sources/Sentry/SentryUIDeviceWrapper.m
+0 −1 Sources/Sentry/SentryUIEventTracker.m
+1 −0 Sources/Sentry/SentryUIViewControllerPerformanceTracker.m
+2 −0 Sources/Sentry/SentryUIViewControllerSwizzling.m
+1 −2 Sources/Sentry/SentryViewHierarchy.m
+0 −1 Sources/Sentry/SentryWatchdogTerminationLogic.m
+0 −4 Sources/Sentry/SentryWatchdogTerminationTracker.m
+0 −34 Sources/Sentry/UIView+Sentry.m
+1 −1 Sources/Sentry/UIViewController+Sentry.m
+21 −3 Sources/Sentry/include/HybridPublic/PrivateSentrySDKOnly.h
+6 −2 Sources/Sentry/include/HybridPublic/SentryAppStartMeasurement.h
+4 −4 Sources/Sentry/include/HybridPublic/SentryDependencyContainer.h
+6 −2 Sources/Sentry/include/HybridPublic/SentryScreenFrames.h
+2 −0 Sources/Sentry/include/SentryBreadcrumbTracker.h
+7 −0 Sources/Sentry/include/SentryInternalDefines.h
+1 −1 Sources/Sentry/include/SentryNSNotificationCenterWrapper.h
+2 −0 Sources/Sentry/include/SentrySubClassFinder.h
+3 −6 Sources/Sentry/include/SentrySwizzleWrapper.h
+4 −4 Sources/Sentry/include/SentrySystemEventBreadcrumbs.h
+1 −2 Sources/Sentry/include/SentryTimeToDisplayTracker.h
+4 −1 Sources/Sentry/include/SentryUIApplication.h
+4 −4 Sources/Sentry/include/SentryUIDeviceWrapper.h
+3 −3 Sources/Sentry/include/SentryUIViewControllerPerformanceTracker.h
+0 −17 Sources/Sentry/include/UIView+Sentry.h
+1 −1 Sources/Sentry/include/UIViewController+Sentry.h
+22 −16 Sources/SentryCrash/Recording/Monitors/SentryCrashMonitor_System.m
+9 −7 Sources/SentryCrash/Recording/SentryCrash.m
+0 −36 Sources/SentryCrash/Recording/SentryCrashSystemCapabilities.h
+1 −1 Tests/HybridSDKTest/HybridPod.podspec
+38 −38 Tests/SentryTests/Categories/UIViewControllerSentryTests.swift
+0 −30 Tests/SentryTests/Categories/UIViewRecursiveDescriptionTests.swift
+4 −4 Tests/SentryTests/Helper/SentrySwizzleWrapperTests.swift
+4 −1 Tests/SentryTests/Integrations/Breadcrumbs/SentryAutoBreadcrumbTrackingIntegration+Test.h
+28 −12 Tests/SentryTests/Integrations/Breadcrumbs/SentryAutoBreadcrumbTrackingIntegrationTests.swift
+1 −1 Tests/SentryTests/Integrations/Screenshot/SentryScreenshotIntegrationTests.swift
+2 −2 Tests/SentryTests/SentryCrash/SentryCrashInstallationTests.m
+1 −2 Tests/SentryTests/SentryTests-Bridging-Header.h
+10 −0 develop-docs/README.md
+35 −0 scripts/check-uikit-linkage.sh
+3 −3 scripts/no-changes-in-high-risk-files.sh
+1 −1 scripts/set-device-tests-environment.patch
+34 −13 scripts/xcode-test.sh

0 comments on commit f8a81a3

Please sign in to comment.