Skip to content

Commit 6bcee63

Browse files
web-flowgithub-actions[bot]
authored andcommittedFeb 14, 2025·
chore: update scripts/update-cocoa.sh to 8.45.0
1 parent f22d5c9 commit 6bcee63

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Cocoa SDK from v8.44.0 to v8.45.0 ([#335](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/335))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0)
10+
311
## 0.11.0
412

513
### Fixes

‎buildSrc/src/main/java/Config.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object Config {
3636
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3737
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3838

39-
val sentryCocoaVersion = "8.44.0"
39+
val sentryCocoaVersion = "8.45.0"
4040
val sentryCocoa = "Sentry"
4141

4242
object Samples {

‎sentry-kotlin-multiplatform-gradle-plugin/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ id=io.sentry.kotlin.multiplatform.gradle
22
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
33
versionName=0.11.0
44
group=io.sentry
5-
sentryCocoaVersion=8.44.0
5+
sentryCocoaVersion=8.45.0
66

77
# publication pom properties
88
POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin

‎sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.osx.deployment_target = '10.13'
1313
spec.tvos.deployment_target = '11.0'
1414
spec.watchos.deployment_target = '4.0'
15-
spec.dependency 'Sentry', '8.44.0'
15+
spec.dependency 'Sentry', '8.45.0'
1616

1717
if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework')
1818
raise "
@@ -50,4 +50,4 @@ Pod::Spec.new do |spec|
5050
}
5151
]
5252

53-
end
53+
end

0 commit comments

Comments
 (0)