chore(deps): update Cocoa SDK to v8.58.2#550
Merged
Merged
Conversation
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>
There was a problem hiding this comment.
Pull request overview
Updates the Sentry Cocoa SDK version used across the Kotlin Multiplatform repo (plugin, podspecs, and samples) to align on 8.58.2, including regenerating dependency lockfiles and updating the changelog entry for the unreleased 0.25.0 section.
Changes:
- Bump Sentry Cocoa SDK pin from
8.57.3/8.57.1to8.58.2across Gradle config, podspecs, and SPM sample. - Regenerate CocoaPods lockfile to reflect the new Sentry Cocoa SDK version.
- Update
SentryFrameworkArchitectureTestand add a0.25.0changelog dependency entry for the Cocoa bump.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | Updates SPM resolved pin to Sentry Cocoa 8.58.2 revision/version. |
| sentry-samples/kmp-app-spm/iosApp.xcodeproj/project.pbxproj | Updates Xcode Swift package exact version requirement to 8.58.2. |
| sentry-samples/kmp-app-cocoapods/shared/shared.podspec | Bumps CocoaPods dependency on Sentry to 8.58.2. |
| sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock | Regenerated lockfile reflecting Sentry 8.58.2 + updated checksums. |
| sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec | Bumps podspec dependency on Sentry to 8.58.2. |
| sentry-kotlin-multiplatform-gradle-plugin/src/test/java/io/sentry/kotlin/multiplatform/gradle/SentryFrameworkArchitectureTest.kt | Updates tested Cocoa version set to include 8.58.2. |
| sentry-kotlin-multiplatform-gradle-plugin/gradle.properties | Updates sentryCocoaVersion property to 8.58.2. |
| buildSrc/src/main/java/Config.kt | Updates central sentryCocoaVersion constant to 8.58.2. |
| CHANGELOG.md | Adds dependency bump entry for Cocoa SDK 8.58.2 under 0.25.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated dependencies section to reflect Cocoa SDK bump to v8.58.2.
romtsn
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps sentry-cocoa from 8.57.3 to 8.58.2.
Changelog
See sentry-cocoa 8.58.2 CHANGELOG and the full diff.
Changes
buildSrc/src/main/java/Config.kt,sentry-kotlin-multiplatform-gradle-plugin/gradle.properties, and both podspecs bumped viascripts/update-cocoa.sh set-version 8.58.2Podfile.lockregenerated viapod updateSentryFrameworkArchitectureTestpinned version bumped from 8.57.3 to 8.58.2 (same pattern as chore(deps): update Cocoa SDK to v8.57.3 #483)kmp-app-spm) also bumped — it was still pinned at the stale 8.57.1 so this brings it in line🤖 Generated with Claude Code