Skip to content

Commit

Permalink
chore(deps): update Cocoa SDK to v8.36.0 (#2252)
Browse files Browse the repository at this point in the history
* chore: update flutter/scripts/update-cocoa.sh to 8.36.0

* update

---------

Co-authored-by: GitHub <[email protected]>
Co-authored-by: GIancarlo Buenaflor <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 4d75417 commit 039058a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Cocoa SDK from v8.35.1 to v8.36.0 ([#2252](https:/getsentry/sentry-dart/pull/2252))
- [changelog](https:/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360)
- [diff](https:/getsentry/sentry-cocoa/compare/8.35.1...8.36.0)

## 8.8.0

### Features
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 @@ -16,7 +16,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', '8.35.1'
s.dependency 'Sentry/HybridSDK', '8.36.0'
s.ios.dependency 'Flutter'
s.osx.dependency 'FlutterMacOS'
s.ios.deployment_target = '12.0'
Expand Down

0 comments on commit 039058a

Please sign in to comment.