Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v7.31.0 (#1132)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Ivan Dlugos <6349682+vaind@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 15, 2022
1 parent 48e79fd commit 7f2b01d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion flutter/ios/sentry_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion flutter/scripts/update-cocoa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
*)
Expand Down

0 comments on commit 7f2b01d

Please sign in to comment.