From 9e201ca4deaaa08292aae8c9886e3dea5581d551 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 5 Nov 2024 12:44:38 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.39.0 --- CHANGELOG.md | 6 ++++++ SentryCapacitor.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f69abe8..8ed689c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ - options normalizeDepth and normalizeMaxBreadth are now being respected when adding a breadcrumb. ([#766](https://github.com/getsentry/sentry-capacitor/pull/766)) +### Dependencies + +- Bump Cocoa SDK from v8.36.0 to v8.39.0 ([#751](https://github.com/getsentry/sentry-capacitor/pull/751)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8390) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.39.0) + ## 1.0.1 ### Dependencies diff --git a/SentryCapacitor.podspec b/SentryCapacitor.podspec index 4719f9f9..e9fa1080 100644 --- a/SentryCapacitor.podspec +++ b/SentryCapacitor.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => package['repository']['url'], :tag => s.version.to_s } s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' - s.dependency 'Sentry/HybridSDK', '8.36.0' + s.dependency 'Sentry/HybridSDK', '8.39.0' s.dependency 'Capacitor' if File.exist?('../../@capacitor/core/package.json') == false