Skip to content

Commit d6c46d1

Browse files
buenaflorclaude
andauthored
chore(deps): update Cocoa SDK to v8.58.2 (#550)
* chore(deps): update Cocoa SDK to v8.58.2 Bumps sentry-cocoa from 8.57.3 to 8.58.2. Also updates the SPM sample from the stale 8.57.1 pin and the SentryFrameworkArchitectureTest pinned version. - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8582) - [diff](getsentry/sentry-cocoa@8.57.3...8.58.2) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Update CHANGELOG for Cocoa SDK version bump Updated dependencies section to reflect Cocoa SDK bump to v8.58.2. --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent bf1beb7 commit d6c46d1

9 files changed

Lines changed: 24 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.57.3 to v8.58.2 ([#550](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/550))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8582)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.57.3...8.58.2)
10+
311
## 0.25.0
412

513
### Features

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ object Config {
3737
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3838
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3939

40-
val sentryCocoaVersion = "8.57.3"
40+
val sentryCocoaVersion = "8.58.2"
4141
val sentryCocoa = "Sentry"
4242

4343
object Samples {

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

Lines changed: 1 addition & 1 deletion
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.25.0
44
group=io.sentry
5-
sentryCocoaVersion=8.57.3
5+
sentryCocoaVersion=8.58.2
66

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

sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SentryFrameworkArchitectureTest {
2121
fun cocoaVersions(): List<Arguments> = listOf(
2222
Arguments.of("8.37.0"),
2323
Arguments.of("8.38.0"),
24-
Arguments.of("8.57.3")
24+
Arguments.of("8.58.2")
2525
// Arguments.of("latest"),
2626
// TODO: Latest is already v9 which is currently failing - let's fix this when we bump to v9
2727
)

sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

Lines changed: 2 additions & 2 deletions
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.57.3'
15+
spec.dependency 'Sentry', '8.58.2'
1616

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

57-
end
57+
end

sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Sentry (8.57.3):
3-
- Sentry/Core (= 8.57.3)
4-
- Sentry/Core (8.57.3)
2+
- Sentry (8.58.2):
3+
- Sentry/Core (= 8.58.2)
4+
- Sentry/Core (8.58.2)
55
- shared (1.0):
6-
- Sentry (= 8.57.3)
6+
- Sentry (= 8.58.2)
77

88
DEPENDENCIES:
99
- shared (from `../shared`)
@@ -17,8 +17,8 @@ EXTERNAL SOURCES:
1717
:path: "../shared"
1818

1919
SPEC CHECKSUMS:
20-
Sentry: c643eb180df401dd8c734c5036ddd9dd9218daa6
21-
shared: 19ea1c4273b1e75b6260ae717ad49a29fa9bf2e1
20+
Sentry: de29b881e83bd91cf99a927f82f1fd86bfb39db2
21+
shared: 231af8f1be94bceff674026ca7dcacf0a666be6d
2222

2323
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424

sentry-samples/kmp-app-cocoapods/shared/shared.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99
spec.vendored_frameworks = 'build/cocoapods/framework/shared.framework'
1010
spec.libraries = 'c++'
1111
spec.ios.deployment_target = '14.1'
12-
spec.dependency 'Sentry', '8.57.3'
12+
spec.dependency 'Sentry', '8.58.2'
1313

1414
if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework')
1515
raise "
@@ -51,4 +51,4 @@ Pod::Spec.new do |spec|
5151
}
5252
]
5353

54-
end
54+
end

sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
425425
requirement = {
426426
kind = exactVersion;
427-
version = 8.57.1;
427+
version = 8.58.2;
428428
};
429429
};
430430
/* End XCRemoteSwiftPackageReference section */

sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)