Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Cocoa SDK (iOS and Mac) to v8.42.0 #716

Merged
merged 2 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- Bump Java SDK (Android) from v7.18.1 to v7.19.0 ([#709](https://github.com/getsentry/sentry-unreal/pull/709))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.1...7.19.0)
- Bump Cocoa SDK (iOS and Mac) from v8.41.0 to v8.42.0 ([#716](https://github.com/getsentry/sentry-unreal/pull/716))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8420)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.41.0...8.42.0)

## 0.21.1

Expand Down
2 changes: 1 addition & 1 deletion modules/sentry-cocoa.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=8.41.0
version=8.42.0
repo=https://github.com/getsentry/sentry-cocoa
22 changes: 22 additions & 0 deletions scripts/packaging/package-github.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,20 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/PrivatesHeader.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryAppStartMeasurement.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryAsynchronousOperation.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryAutoSessionTrackingIntegration.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryBaseIntegration.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryBinaryImageCache.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryBreadcrumb+Private.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryCrashInstallationReporter.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryCrashReportConverter.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryCrashReportSink.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDateUtils.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDebugImageProvider+HybridSDKs.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDependencyContainer.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelope.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelopeItemType.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFormatter.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFramesTracker.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryInternalSerializable.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryLog.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryNSDataUtils.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryNSDictionarySanitize.h
Expand All @@ -304,7 +312,10 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryScreenFrames.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySDK+Private.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkInfo.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration-Hybrid.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwift.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwizzle.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryUser+Private.h
Source/ThirdParty/IOS/Sentry.framework/Sentry
Source/ThirdParty/Linux/
Source/ThirdParty/Linux/bin/
Expand Down Expand Up @@ -350,27 +361,35 @@ Source/ThirdParty/Mac/include/Sentry/SentryAsynchronousOperation.h
Source/ThirdParty/Mac/include/Sentry/SentryAttachment.h
Source/ThirdParty/Mac/include/Sentry/SentryAutoSessionTrackingIntegration.h
Source/ThirdParty/Mac/include/Sentry/SentryBaggage.h
Source/ThirdParty/Mac/include/Sentry/SentryBaseIntegration.h
Source/ThirdParty/Mac/include/Sentry/SentryBinaryImageCache.h
Source/ThirdParty/Mac/include/Sentry/SentryBreadcrumb.h
Source/ThirdParty/Mac/include/Sentry/SentryBreadcrumb+Private.h
Source/ThirdParty/Mac/include/Sentry/SentryClient.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashExceptionApplication.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashInstallationReporter.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashReportConverter.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashReportSink.h
Source/ThirdParty/Mac/include/Sentry/SentryDateUtils.h
Source/ThirdParty/Mac/include/Sentry/SentryDebugImageProvider.h
Source/ThirdParty/Mac/include/Sentry/SentryDebugImageProvider+HybridSDKs.h
Source/ThirdParty/Mac/include/Sentry/SentryDebugMeta.h
Source/ThirdParty/Mac/include/Sentry/SentryDefines.h
Source/ThirdParty/Mac/include/Sentry/SentryDependencyContainer.h
Source/ThirdParty/Mac/include/Sentry/SentryDsn.h
Source/ThirdParty/Mac/include/Sentry/SentryEnvelope.h
Source/ThirdParty/Mac/include/Sentry/SentryEnvelopeItemHeader.h
Source/ThirdParty/Mac/include/Sentry/SentryEnvelopeItemType.h
Source/ThirdParty/Mac/include/Sentry/SentryError.h
Source/ThirdParty/Mac/include/Sentry/SentryEvent.h
Source/ThirdParty/Mac/include/Sentry/SentryException.h
Source/ThirdParty/Mac/include/Sentry/SentryFormatter.h
Source/ThirdParty/Mac/include/Sentry/SentryFrame.h
Source/ThirdParty/Mac/include/Sentry/SentryFramesTracker.h
Source/ThirdParty/Mac/include/Sentry/SentryGeo.h
Source/ThirdParty/Mac/include/Sentry/SentryHttpStatusCodeRange.h
Source/ThirdParty/Mac/include/Sentry/SentryHub.h
Source/ThirdParty/Mac/include/Sentry/SentryInternalSerializable.h
Source/ThirdParty/Mac/include/Sentry/SentryLog.h
Source/ThirdParty/Mac/include/Sentry/SentryMeasurementUnit.h
Source/ThirdParty/Mac/include/Sentry/SentryMechanism.h
Expand All @@ -395,17 +414,20 @@ Source/ThirdParty/Mac/include/Sentry/SentrySDK+Private.h
Source/ThirdParty/Mac/include/Sentry/SentrySdkInfo.h
Source/ThirdParty/Mac/include/Sentry/SentrySerializable.h
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration-Hybrid.h
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanContext.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanId.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanProtocol.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanStatus.h
Source/ThirdParty/Mac/include/Sentry/SentryStacktrace.h
Source/ThirdParty/Mac/include/Sentry/SentrySwift.h
Source/ThirdParty/Mac/include/Sentry/SentrySwizzle.h
Source/ThirdParty/Mac/include/Sentry/SentryThread.h
Source/ThirdParty/Mac/include/Sentry/SentryTraceContext.h
Source/ThirdParty/Mac/include/Sentry/SentryTraceHeader.h
Source/ThirdParty/Mac/include/Sentry/SentryTransactionContext.h
Source/ThirdParty/Mac/include/Sentry/SentryUser.h
Source/ThirdParty/Mac/include/Sentry/SentryUser+Private.h
Source/ThirdParty/Mac/include/Sentry/SentryUserFeedback.h
Source/ThirdParty/Mac/include/Sentry/SentryWithoutUIKit.h
Source/ThirdParty/Win64/
Expand Down
22 changes: 22 additions & 0 deletions scripts/packaging/package-marketplace.snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,20 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/PrivatesHeader.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryAppStartMeasurement.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryAsynchronousOperation.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryAutoSessionTrackingIntegration.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryBaseIntegration.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryBinaryImageCache.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryBreadcrumb+Private.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryCrashInstallationReporter.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryCrashReportConverter.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryCrashReportSink.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDateUtils.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDebugImageProvider+HybridSDKs.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryDependencyContainer.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelope.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryEnvelopeItemType.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFormatter.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryFramesTracker.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryInternalSerializable.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryLog.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryNSDataUtils.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryNSDictionarySanitize.h
Expand All @@ -301,7 +309,10 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryScreenFrames.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySDK+Private.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkInfo.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration-Hybrid.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwift.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwizzle.h
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryUser+Private.h
Source/ThirdParty/IOS/Sentry.framework/Sentry
Source/ThirdParty/Linux/
Source/ThirdParty/Linux/bin/
Expand Down Expand Up @@ -347,27 +358,35 @@ Source/ThirdParty/Mac/include/Sentry/SentryAsynchronousOperation.h
Source/ThirdParty/Mac/include/Sentry/SentryAttachment.h
Source/ThirdParty/Mac/include/Sentry/SentryAutoSessionTrackingIntegration.h
Source/ThirdParty/Mac/include/Sentry/SentryBaggage.h
Source/ThirdParty/Mac/include/Sentry/SentryBaseIntegration.h
Source/ThirdParty/Mac/include/Sentry/SentryBinaryImageCache.h
Source/ThirdParty/Mac/include/Sentry/SentryBreadcrumb.h
Source/ThirdParty/Mac/include/Sentry/SentryBreadcrumb+Private.h
Source/ThirdParty/Mac/include/Sentry/SentryClient.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashExceptionApplication.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashInstallationReporter.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashReportConverter.h
Source/ThirdParty/Mac/include/Sentry/SentryCrashReportSink.h
Source/ThirdParty/Mac/include/Sentry/SentryDateUtils.h
Source/ThirdParty/Mac/include/Sentry/SentryDebugImageProvider.h
Source/ThirdParty/Mac/include/Sentry/SentryDebugImageProvider+HybridSDKs.h
Source/ThirdParty/Mac/include/Sentry/SentryDebugMeta.h
Source/ThirdParty/Mac/include/Sentry/SentryDefines.h
Source/ThirdParty/Mac/include/Sentry/SentryDependencyContainer.h
Source/ThirdParty/Mac/include/Sentry/SentryDsn.h
Source/ThirdParty/Mac/include/Sentry/SentryEnvelope.h
Source/ThirdParty/Mac/include/Sentry/SentryEnvelopeItemHeader.h
Source/ThirdParty/Mac/include/Sentry/SentryEnvelopeItemType.h
Source/ThirdParty/Mac/include/Sentry/SentryError.h
Source/ThirdParty/Mac/include/Sentry/SentryEvent.h
Source/ThirdParty/Mac/include/Sentry/SentryException.h
Source/ThirdParty/Mac/include/Sentry/SentryFormatter.h
Source/ThirdParty/Mac/include/Sentry/SentryFrame.h
Source/ThirdParty/Mac/include/Sentry/SentryFramesTracker.h
Source/ThirdParty/Mac/include/Sentry/SentryGeo.h
Source/ThirdParty/Mac/include/Sentry/SentryHttpStatusCodeRange.h
Source/ThirdParty/Mac/include/Sentry/SentryHub.h
Source/ThirdParty/Mac/include/Sentry/SentryInternalSerializable.h
Source/ThirdParty/Mac/include/Sentry/SentryLog.h
Source/ThirdParty/Mac/include/Sentry/SentryMeasurementUnit.h
Source/ThirdParty/Mac/include/Sentry/SentryMechanism.h
Expand All @@ -392,17 +411,20 @@ Source/ThirdParty/Mac/include/Sentry/SentrySDK+Private.h
Source/ThirdParty/Mac/include/Sentry/SentrySdkInfo.h
Source/ThirdParty/Mac/include/Sentry/SentrySerializable.h
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration-Hybrid.h
Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanContext.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanId.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanProtocol.h
Source/ThirdParty/Mac/include/Sentry/SentrySpanStatus.h
Source/ThirdParty/Mac/include/Sentry/SentryStacktrace.h
Source/ThirdParty/Mac/include/Sentry/SentrySwift.h
Source/ThirdParty/Mac/include/Sentry/SentrySwizzle.h
Source/ThirdParty/Mac/include/Sentry/SentryThread.h
Source/ThirdParty/Mac/include/Sentry/SentryTraceContext.h
Source/ThirdParty/Mac/include/Sentry/SentryTraceHeader.h
Source/ThirdParty/Mac/include/Sentry/SentryTransactionContext.h
Source/ThirdParty/Mac/include/Sentry/SentryUser.h
Source/ThirdParty/Mac/include/Sentry/SentryUser+Private.h
Source/ThirdParty/Mac/include/Sentry/SentryUserFeedback.h
Source/ThirdParty/Mac/include/Sentry/SentryWithoutUIKit.h
Source/ThirdParty/Win64/
Expand Down
Loading