Skip to content

Commit 2db6953

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Cocoa SDK to v8.17.2 (#163)
* chore: update scripts/update-cocoa.sh to 8.17.2 * Pod Update --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: GIancarlo Buenaflor <[email protected]>
1 parent fb911de commit 2db6953

File tree

6 files changed

+21
-15
lines changed

6 files changed

+21
-15
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.1)
1313
- Bump Kotlin version from v1.8.0 to v1.9.21 ([#146](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146))
1414

15+
### Features
16+
17+
- Bump Cocoa SDK from v8.17.1 to v8.17.2 ([#163](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/163))
18+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8172)
19+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.1...8.17.2)
20+
1521
## 0.3.0
1622

1723
### Features

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ buildAppleSamples:
4242
# cd ./sentry-samples/kmp-app-mvvm-di/iosApp && touch iosApp.xcconfig
4343
sudo xcode-select --switch /Applications/Xcode.app && /usr/bin/xcodebuild -version
4444
./gradlew ":sentry-samples:kmp-app-cocoapods:shared:podInstall"
45-
cd ./sentry-samples/kmp-app-cocoapods/iosApp; pod install
45+
cd ./sentry-samples/kmp-app-cocoapods/iosApp; pod update;
4646
xcodebuild -workspace ./sentry-samples/kmp-app-cocoapods/iosApp/iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -arch arm64
4747
# xcodebuild -project ./sentry-samples/kmp-app-mvvm-di/iosApp.xcodeproj -scheme iosApp -configuration Debug -sdk iphonesimulator -arch arm64
4848

Diff for: buildSrc/src/main/java/Config.kt

+1-1
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.17.1"
39+
val sentryCocoaVersion = "8.17.2"
4040
val sentryCocoa = "Sentry"
4141

4242
object Samples {

Diff for: sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

+2-2
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.17.1'
15+
spec.dependency 'Sentry', '8.17.2'
1616

1717
if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework')
1818
raise "
@@ -50,4 +50,4 @@ Pod::Spec.new do |spec|
5050
}
5151
]
5252

53-
end
53+
end

Diff for: sentry-samples/kmp-app-cocoapods/iosApp/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
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)
2+
- Sentry (8.17.2):
3+
- Sentry/Core (= 8.17.2)
4+
- SentryPrivate (= 8.17.2)
5+
- Sentry/Core (8.17.2):
6+
- SentryPrivate (= 8.17.2)
7+
- SentryPrivate (8.17.2)
88
- shared (1.0):
9-
- Sentry (= 8.17.1)
9+
- Sentry (= 8.17.2)
1010

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

2323
SPEC CHECKSUMS:
24-
Sentry: d9f99f9cc13777c5d938650c1e1c85047bb4f0d1
25-
SentryPrivate: 839b1e58addf58624087a80b2628e543193fa8ef
26-
shared: 0feb26c3a0ba09396b373b6b7595521635bc0e72
24+
Sentry: 64a9f9c3637af913adcf53deced05bbe452d1410
25+
SentryPrivate: 024c6fed507ac39ae98e6d087034160f942920d5
26+
shared: f681f4f7985339115141ec3c60e7b9ae150e0a16
2727

2828
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
2929

Diff for: sentry-samples/kmp-app-cocoapods/shared/shared.podspec

+1-1
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.17.1'
12+
spec.dependency 'Sentry', '8.17.2'
1313

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

0 commit comments

Comments
 (0)