Skip to content

Commit 9698300

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Cocoa SDK to v8.55.1 (#455)
* chore: update scripts/update-cocoa.sh to 8.55.1 * Update * Update * Update * Update * Update --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: Giancarlo Buenaflor <giancarlobuenaflor97@gmail.com> Co-authored-by: Giancarlo Buenaflor <giancarlo.buenaflor@sentry.io>
1 parent b47599b commit 9698300

File tree

13 files changed

+25
-22
lines changed

13 files changed

+25
-22
lines changed

.github/workflows/kotlin-multiplatform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Lib: sentry-kotlin-multiplatform"
1+
name: 'Lib: sentry-kotlin-multiplatform'
22
on:
33
push:
44
branches:
@@ -9,7 +9,7 @@ on:
99
- '.github/workflows/kotlin-multiplatform.yml'
1010
- 'kotlin-multiplatform/**'
1111
- 'sentry-samples/**'
12-
- 'buildSrc/src/'
12+
- 'buildSrc/src/**'
1313
- '!**/*.md'
1414

1515
concurrency:

CHANGELOG.md

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

55
### Dependencies
66

7-
- Bump Java SDK from v8.17.0 to v8.21.1 ([#454](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/454), [#457](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/457), [#458](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/458))
8-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8211)
9-
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.21.1)
7+
- Bump Java SDK from v8.17.0 to v8.21.0 ([#454](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/454), [#457](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/457))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8210)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.21.0)
10+
- Bump Cocoa SDK from v8.53.2 to v8.55.1 ([#455](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/455))
11+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551)
12+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.55.1)
1013

1114
## 0.18.0
1215

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.53.2"
40+
val sentryCocoaVersion = "8.55.1"
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.18.0
44
group=io.sentry
5-
sentryCocoaVersion=8.53.2
5+
sentryCocoaVersion=8.55.1
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.53.2'
15+
spec.dependency 'Sentry', '8.55.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import platform.Foundation.NSException
2020
import platform.Foundation.NSNumber
2121

2222
private typealias InternalSentryEvent = Internal.Sentry.SentryEvent
23-
private typealias InternalSentrySDK = Internal.Sentry.SentrySDK
23+
private typealias InternalSentrySDK = Internal.Sentry.SentrySDKInternal
2424
private typealias InternalSentryEnvelope = Internal.Sentry.SentryEnvelope
2525
private typealias InternalSentryDependencyContainer = Internal.Sentry.SentryDependencyContainer
2626
private typealias InternalSentryEnvelopeHeader = Internal.Sentry.SentryEnvelopeHeader

sentry-kotlin-multiplatform/src/commonTest/kotlin/io/sentry/kotlin/multiplatform/SentryE2ETest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class SentryE2ETest : BaseSentryTest() {
8787
// See: https://github.com/getsentry/sentry-kotlin-multiplatform/issues/17
8888

8989
@Test
90-
fun `capture message and fetch event from Sentry`() = runTest(timeout = 30.seconds) {
90+
fun `capture message and fetch event from Sentry`() = runTest(timeout = 60.seconds) {
9191
if (platform != "Apple") {
9292
val message = "Test running on $platform"
9393
val eventId = Sentry.captureMessage(message)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language = Objective-C
22
headers = SentryClient.h SentryDebugImageProvider.h SentryEnvelope.h \ SentryHub.h SentryScope.h \
33
SentryCrashMonitor_NSException.h SentryCrashMonitor_NSException+NSExceptionKt.h \
4-
SentryCrashStackCursor.h SentryDependencyContainer.h SentryHook.h SentrySDK.h \
4+
SentryCrashStackCursor.h SentryDependencyContainer.h SentryHook.h SentrySDKInternal.h \
55
SentryStacktraceBuilder.h SentryThreadInspector.h PrivateSentrySDKOnly.h \

sentry-kotlin-multiplatform/src/nativeInterop/cinterop/SentryInternal/SentrySDK.h renamed to sentry-kotlin-multiplatform/src/nativeInterop/cinterop/SentryInternal/SentrySDKInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#import <SentryEnvelope.h>
2020
#import <SentryHub.h>
2121

22-
@interface SentrySDK : NSObject
22+
@interface SentrySDKInternal : NSObject
2323

2424
+ (void)storeEnvelope:(SentryEnvelope *_Nonnull)envelope;
2525
+ (SentryHub *_Nonnull)currentHub;

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

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

1919
SPEC CHECKSUMS:
20-
Sentry: 59993bffde4a1ac297ba6d268dc4bbce068d7c1b
21-
shared: 9b2a3232b0c4d2d6bbc43ce5b62b42e389e01c27
20+
Sentry: 6c92b12db0634612f6a66757890fea97e788fe12
21+
shared: 889fbc0d727dc0533f7fc04bee9d2d0418190291
2222

2323
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2424

0 commit comments

Comments
 (0)