From ddf43429b304de5ad07191f4b478f2b36a07c656 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 15 Nov 2022 03:23:03 +0000 Subject: [PATCH 1/3] chore: update flutter/scripts/update-cocoa.sh to 7.31.0 --- CHANGELOG.md | 6 ++++++ flutter/ios/sentry_flutter.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 598582c8af..6550cf8e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Disable `enableUserInteractionBreadcrumbs` on Android when `enableAutoNativeBreadcrumbs` is disabled ([#1131](https://github.com/getsentry/sentry-dart/pull/1131)) +### Dependencies + +- Bump Cocoa SDK from v7.30.2 to v7.31.0 ([#1132](https://github.com/getsentry/sentry-dart/pull/1132)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7310) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/7.30.2...7.31.0) + ## 6.15.1 ### Dependencies diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 1cfbfe30af..2657b7762e 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.dependency 'Sentry/HybridSDK', '7.30.2' + s.dependency 'Sentry/HybridSDK', 7.31.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0' From e75f8291d052eed27d26dffe088bdf8a29c6e475 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:55:17 +0100 Subject: [PATCH 2/3] Update update-cocoa.sh --- flutter/scripts/update-cocoa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/scripts/update-cocoa.sh b/flutter/scripts/update-cocoa.sh index 81855174db..ebe557c405 100755 --- a/flutter/scripts/update-cocoa.sh +++ b/flutter/scripts/update-cocoa.sh @@ -18,7 +18,7 @@ get-repo) echo "https://github.com/getsentry/sentry-cocoa.git" ;; set-version) - newValue="${BASH_REMATCH[1]}$2'" + newValue="${BASH_REMATCH[1]}'$2'" echo "${content/${BASH_REMATCH[0]}/$newValue}" >$file ;; *) From bddbcabd345f26d1b66fd8b0a4ec0a26d75bd770 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:55:38 +0100 Subject: [PATCH 3/3] Update sentry_flutter.podspec --- flutter/ios/sentry_flutter.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/ios/sentry_flutter.podspec b/flutter/ios/sentry_flutter.podspec index 2657b7762e..0ed49d91ac 100644 --- a/flutter/ios/sentry_flutter.podspec +++ b/flutter/ios/sentry_flutter.podspec @@ -12,7 +12,7 @@ Sentry SDK for Flutter with support to native through sentry-cocoa. :tag => s.version.to_s } s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' - s.dependency 'Sentry/HybridSDK', 7.31.0' + s.dependency 'Sentry/HybridSDK', '7.31.0' s.ios.dependency 'Flutter' s.osx.dependency 'FlutterMacOS' s.ios.deployment_target = '9.0'