Skip to content

Commit a63ab53

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Cocoa SDK to v8.36.0 (#258)
* chore: update scripts/update-cocoa.sh to 8.36.0 * update --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: GIancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
1 parent cd59fcd commit a63ab53

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Bump Java SDK from v7.13.0 to v7.14.0 ([#253](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/253))
88
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7140)
99
- [diff](https://github.com/getsentry/sentry-java/compare/7.13.0...7.14.0)
10+
- Bump Cocoa SDK from v8.33.0 to v8.36.0 ([#258](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/258))
11+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360)
12+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.33.0...8.36.0)
1013

1114
## 0.8.0-beta.1
1215

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.33.0"
39+
val sentryCocoaVersion = "8.36.0"
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.33.0'
15+
spec.dependency 'Sentry', '8.36.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-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.33.0):
3-
- Sentry/Core (= 8.33.0)
4-
- Sentry/Core (8.33.0)
2+
- Sentry (8.36.0):
3+
- Sentry/Core (= 8.36.0)
4+
- Sentry/Core (8.36.0)
55
- shared (1.0):
6-
- Sentry (= 8.33.0)
6+
- Sentry (= 8.36.0)
77

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

1919
SPEC CHECKSUMS:
20-
Sentry: 8560050221424aef0bebc8e31eedf00af80f90a6
21-
shared: 1c9529e12292ea0370ccf66979993372af91b10e
20+
Sentry: f8374b5415bc38dfb5645941b3ae31230fbeae57
21+
shared: 2acb47666c83ce18e8d64c72ef9897f9bfc6cb1f
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.33.0'
12+
spec.dependency 'Sentry', '8.36.0'
1313

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

0 commit comments

Comments
 (0)