From c74f6571efc8dd15e851fbb2b327ea1d09cc8be4 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 21 Dec 2024 03:04:38 +0000 Subject: [PATCH] chore: update scripts/update-cocoa.sh to 8.42.1 --- CHANGELOG.md | 8 ++++++++ SentryCapacitor.podspec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0921ed1a..e607aed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ > [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first. +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.36.0 to v8.42.1 ([#751](https://github.com/getsentry/sentry-capacitor/pull/751)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8421) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.36.0...8.42.1) + ## 1.0.2 ### Fixes diff --git a/SentryCapacitor.podspec b/SentryCapacitor.podspec index 4719f9f9..931c8c78 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.42.1' s.dependency 'Capacitor' if File.exist?('../../@capacitor/core/package.json') == false