From e1616b9ceedd081feba53a04e33b75ae1750b098 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 10 May 2025 03:18:37 +0000 Subject: [PATCH] chore: update flutter/scripts/update-cocoa.sh to 8.50.1 --- CHANGELOG.md | 8 ++++++++ flutter/ios/sentry_flutter.podspec | 2 +- flutter/ios/sentry_flutter/Package.swift | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f00f31f7..cd69a1284b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased + +### Dependencies + +- Bump Cocoa SDK from v8.49.2 to v8.50.1 ([#2927](https://github.com/getsentry/sentry-dart/pull/2927)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8501) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.49.2...8.50.1) + ## 9.0.0-RC ### Various fixes & improvements diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index b4677b6bfb..1d577fa750 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -16,7 +16,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'sentry_flutter/Sources/**/*' s.public_header_files = 'sentry_flutter/Sources/**/*.h' - s.dependency 'Sentry/HybridSDK', '8.49.2' + s.dependency 'Sentry/HybridSDK', '8.50.1' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '12.0' diff --git a/flutter/ios/sentry_flutter/Package.swift b/flutter/ios/sentry_flutter/Package.swift index 84adb69a00..3b3425e076 100644 --- a/flutter/ios/sentry_flutter/Package.swift +++ b/flutter/ios/sentry_flutter/Package.swift @@ -13,7 +13,7 @@ let package = Package( .library(name: "sentry-flutter", targets: ["sentry_flutter", "sentry_flutter_objc"]) ], dependencies: [ - .package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.49.2") + .package(url: "https://github.com/getsentry/sentry-cocoa", from: "8.50.1") ], targets: [ .target(