Skip to content

Commit 4132cdd

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Cocoa SDK to v8.44.0 (#321)
* chore: update scripts/update-cocoa.sh to 8.44.0 * update * fix replay api * update' --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: GIancarlo Buenaflor <[email protected]>
1 parent 1279a73 commit 4132cdd

File tree

10 files changed

+20
-17
lines changed

10 files changed

+20
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
- Bump Java SDK from v7.16.0 to v7.18.1 ([#295](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/295), [#299](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/299))
1212
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
1313
- [diff](https://github.com/getsentry/sentry-java/compare/7.16.0...7.18.1)
14+
- Bump Cocoa SDK from v8.38.0 to v8.44.0 ([#321](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/321))
15+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8440)
16+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.44.0)
1417

1518
## 0.10.0
1619

buildSrc/src/main/java/Config.kt

Lines changed: 1 addition & 1 deletion
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.38.0"
39+
val sentryCocoaVersion = "8.44.0"
4040
val sentryCocoa = "Sentry"
4141

4242
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.10.0
44
group=io.sentry
5-
sentryCocoaVersion=8.38.0
5+
sentryCocoaVersion=8.44.0
66

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

sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

Lines changed: 1 addition & 1 deletion
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.38.0'
15+
spec.dependency 'Sentry', '8.44.0'
1616

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

sentry-kotlin-multiplatform/src/iosMain/kotlin/io/sentry/kotlin/multiplatform/extensions/SentryOptionsExtensions.ios.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ internal fun SentryOptions.toIosOptionsConfiguration(): (CocoaSentryOptions?) ->
2828
kmpOptions.experimental.sessionReplay.sessionSampleRate?.let { setSessionSampleRate(it.toFloat()) }
2929
setQuality(kmpOptions.experimental.sessionReplay.quality.ordinal.toLong())
3030
}
31-
cocoaOptions.experimental().setSessionReplay(replayOptions)
31+
cocoaOptions.setSessionReplay(replayOptions)
3232
} ?: run {
3333
// Log a warning if options is null
3434
// TODO: Replace with actual logging when a logger is available

sentry-kotlin-multiplatform/src/iosTest/kotlin/io/sentry/kotlin/multiplatform/PlatformOptions.ios.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SentryIosOptionsWrapper(private val cocoaOptions: CocoaSentryOptions) : Se
2626
get() = cocoaOptions.appHangTimeoutInterval.toLong()
2727

2828
override val sessionReplay: SentryReplayOptions
29-
get() = cocoaOptions.experimental.sessionReplay()
29+
get() = cocoaOptions.sessionReplay()
3030

3131
override fun applyFromOptions(options: SentryOptions) {
3232
options.toIosOptionsConfiguration().invoke(cocoaOptions)

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.38.0):
3-
- Sentry/Core (= 8.38.0)
4-
- Sentry/Core (8.38.0)
2+
- Sentry (8.44.0):
3+
- Sentry/Core (= 8.44.0)
4+
- Sentry/Core (8.44.0)
55
- shared (1.0):
6-
- Sentry (= 8.38.0)
6+
- Sentry (= 8.44.0)
77

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

1919
SPEC CHECKSUMS:
20-
Sentry: 205813e7e758b53df157cedb8c55b31a14300645
21-
shared: 29ad91c0e6392887a08175041ce5c1ff1cb63ee7
20+
Sentry: 0f9bc9adfc0b960e7f3bb5ec67e9a3d8193f3bdb
21+
shared: 74c25c5ceba3c4351dc1bcb324c17f211def6ebf
2222

2323
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424

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

Lines changed: 1 addition & 1 deletion
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.38.0'
12+
spec.dependency 'Sentry', '8.44.0'
1313

1414
if !Dir.exist?('build/cocoapods/framework/shared.framework') || Dir.empty?('build/cocoapods/framework/shared.framework')
1515
raise "

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@
423423
isa = XCRemoteSwiftPackageReference;
424424
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
425425
requirement = {
426-
kind = upToNextMajorVersion;
427-
minimumVersion = 8.28.0;
426+
kind = exactVersion;
427+
version = 8.44.0;
428428
};
429429
};
430430
/* End XCRemoteSwiftPackageReference section */

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

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

0 commit comments

Comments
 (0)