Skip to content

Commit

Permalink
Update README.md with cocoa version compat (#290)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
buenaflor authored Oct 29, 2024
1 parent 77ea64d commit 20ac449
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ that can be used on Kotlin Multiplatform.
| watchOS | <ul><li>`watchosArm32`</li><li>`watchosArm64`</li><li>`watchosX64`</li><li>`watchosSimulatorArm64`</li></ul> |
| tvOS | <ul><li>`tvosArm64`</li><li>`tvosX64`</li><li>`tvosSimulatorArm64`</li></ul> |

### Cocoa SDK Version Compatibility Table

Every version of our Kotlin Multiplatform SDK is compiled with a specific version of the [Sentry Cocoa SDK](https://github.com/getsentry/sentry-cocoa/).
Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table below to ensure the best compatibility and stability.

| Kotlin Multiplatform SDK Version | Cocoa SDK Version |
| -------------------------------- | ----------------- |
| 0.6.0 | 8.25.0 |
| 0.7.0, 0.7.1 | 8.26.0 |
| 0.8.0, 0.9.0 | 8.36.0 |
| 0.10.0 | 8.38.0 |

## Usage

For detailed usage, check out the [Kotlin Multiplatform Documentation](https://docs.sentry.io/platforms/kotlin-multiplatform/).
Expand Down

0 comments on commit 20ac449

Please sign in to comment.