Skip to content

Commit 2f324bb

Browse files
authored
Merge branch 'main' into deps/scripts/update-java.sh/7.0.0
2 parents ba2261c + 0129ccc commit 2f324bb

File tree

11 files changed

+22
-25
lines changed

11 files changed

+22
-25
lines changed

.run/iosApp-spm.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="iosApp-spm" type="KmmRunConfiguration" factoryName="iOS Application" CONFIG_VERSION="1" EXEC_TARGET_ID="0EA1F63A-00BC-4AFB-BB1E-B1970A6F8CB0" XCODE_PROJECT="$PROJECT_DIR$/sentry-samples/kmp-app-spm/iosApp.xcodeproj" XCODE_CONFIGURATION="Debug" XCODE_SCHEME="iosApp">
2+
<configuration default="false" name="iosApp-spm" type="KmmRunConfiguration" factoryName="iOS Application" CONFIG_VERSION="1" EXEC_TARGET_ID="27607109-90E2-4A98-8165-C0FF206F6E6D" XCODE_PROJECT="$PROJECT_DIR$/sentry-samples/kmp-app-spm/iosApp.xcodeproj" XCODE_CONFIGURATION="Debug" XCODE_SCHEME="iosApp">
33
<method v="2">
44
<option name="com.jetbrains.kmm.ios.BuildIOSAppTask" enabled="true" />
55
</method>

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Dependencies
66

7+
- Bump Cocoa SDK from v8.4.0 to v8.17.1 ([#158](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/158))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.1)
710
- Bump Kotlin version from v1.8.0 to v1.9.21 ([#146](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146))
811

912
### Features

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.4.0"
39+
val sentryCocoaVersion = "8.17.1"
4040
val sentryCocoa = "Sentry"
4141

4242
object Samples {

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.4.0'
15+
spec.dependency 'Sentry', '8.17.1'
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/appleMain/kotlin/io/sentry/kotlin/multiplatform/nsexception/SentryUnhandledExceptions.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
package io.sentry.kotlin.multiplatform.nsexception
1616

17-
import NSException.Sentry.NSExceptionKt_SentryCrashStackCursorCleanup
1817
import NSException.Sentry.NSExceptionKt_SentryCrashStackCursorFromNSException
1918
import NSException.Sentry.NSExceptionKt_SentryMechanismSetNotHandled
2019
import NSException.Sentry.NSExceptionKt_SentryThreadSetCrashed
@@ -115,7 +114,6 @@ private fun NSException.asSentryException(
115114
stacktrace = threadInspector?.stacktraceBuilder?.let { stacktraceBuilder ->
116115
val cursor = NSExceptionKt_SentryCrashStackCursorFromNSException(this@asSentryException)
117116
val stacktrace = stacktraceBuilder.retrieveStacktraceFromCursor(cursor)
118-
NSExceptionKt_SentryCrashStackCursorCleanup(cursor)
119117
stacktrace
120118
}
121119
}

sentry-kotlin-multiplatform/src/nativeInterop/cinterop/SentryNSException/Private/SentryCrashMonitor_NSException+NSExceptionKt.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,3 @@ SentryCrashStackCursor NSExceptionKt_SentryCrashStackCursorFromNSException(NSExc
3030
sentrycrashsc_initWithBacktrace(&cursor, callstack, (int)numFrames, 0);
3131
return cursor;
3232
}
33-
34-
void NSExceptionKt_SentryCrashStackCursorCleanup(SentryCrashStackCursor cursor) {
35-
sentrycrash_async_backtrace_decref(cursor.async_caller);
36-
}

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
2-
- Sentry (8.4.0):
3-
- Sentry/Core (= 8.4.0)
4-
- SentryPrivate (= 8.4.0)
5-
- Sentry/Core (8.4.0):
6-
- SentryPrivate (= 8.4.0)
7-
- SentryPrivate (8.4.0)
2+
- Sentry (8.17.1):
3+
- Sentry/Core (= 8.17.1)
4+
- SentryPrivate (= 8.17.1)
5+
- Sentry/Core (8.17.1):
6+
- SentryPrivate (= 8.17.1)
7+
- SentryPrivate (8.17.1)
88
- shared (1.0):
9-
- Sentry (~> 8.4.0)
9+
- Sentry (= 8.17.1)
1010

1111
DEPENDENCIES:
1212
- shared (from `../shared`)
@@ -21,9 +21,9 @@ EXTERNAL SOURCES:
2121
:path: "../shared"
2222

2323
SPEC CHECKSUMS:
24-
Sentry: 16d46dd5ca10e7f4469a2611805a3de123188add
25-
SentryPrivate: 2bb4f8d9ff558b25ac70b66c1dedc58a7c43630b
26-
shared: d37be71558369434a00872610da90714f79a1fb3
24+
Sentry: d9f99f9cc13777c5d938650c1e1c85047bb4f0d1
25+
SentryPrivate: 839b1e58addf58624087a80b2628e543193fa8ef
26+
shared: 0feb26c3a0ba09396b373b6b7595521635bc0e72
2727

2828
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2929

sentry-samples/kmp-app-cocoapods/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kotlin {
2626
ios.deploymentTarget = "14.1"
2727
podfile = project.file("../iosApp/Podfile")
2828

29-
pod("Sentry", "~> 8.4.0")
29+
pod("Sentry", Config.Libs.sentryCocoaVersion)
3030

3131
framework {
3232
baseName = "shared"

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.4.0'
12+
spec.dependency 'Sentry', '8.17.1'
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
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 52;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -421,7 +421,7 @@
421421
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
422422
requirement = {
423423
kind = exactVersion;
424-
version = 8.4.0;
424+
version = 8.17.1;
425425
};
426426
};
427427
/* End XCRemoteSwiftPackageReference section */

0 commit comments

Comments
 (0)