Skip to content

Commit

Permalink
chore: update scripts/update-cocoa.sh to 8.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Aug 15, 2024
1 parent 7da07f9 commit 1d708f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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.33.0 to v8.34.0 ([#254](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/254))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8340)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.33.0...8.34.0)

## 0.8.0-beta.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Config {
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"

val sentryCocoaVersion = "8.33.0"
val sentryCocoaVersion = "8.34.0"
val sentryCocoa = "Sentry"

object Samples {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = '10.13'
spec.tvos.deployment_target = '11.0'
spec.watchos.deployment_target = '4.0'
spec.dependency 'Sentry', '8.33.0'
spec.dependency 'Sentry', '8.34.0'

if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework')
raise "
Expand Down

0 comments on commit 1d708f0

Please sign in to comment.