File tree 6 files changed +21
-15
lines changed
sentry-kotlin-multiplatform
sentry-samples/kmp-app-cocoapods
6 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 12
12
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.4.0...8.17.1 )
13
13
- Bump Kotlin version from v1.8.0 to v1.9.21 ([ #146 ] ( https://github.com/getsentry/sentry-kotlin-multiplatform/pull/146 ) )
14
14
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
+
15
21
## 0.3.0
16
22
17
23
### Features
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ buildAppleSamples:
42
42
# cd ./sentry-samples/kmp-app-mvvm-di/iosApp && touch iosApp.xcconfig
43
43
sudo xcode-select --switch /Applications/Xcode.app && /usr/bin/xcodebuild -version
44
44
./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 ;
46
46
xcodebuild -workspace ./sentry-samples/kmp-app-cocoapods/iosApp/iosApp.xcworkspace -scheme iosApp -configuration Debug -sdk iphonesimulator -arch arm64
47
47
# xcodebuild -project ./sentry-samples/kmp-app-mvvm-di/iosApp.xcodeproj -scheme iosApp -configuration Debug -sdk iphonesimulator -arch arm64
48
48
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ object Config {
36
36
val sentryAndroid = " io.sentry:sentry-android:$sentryJavaVersion "
37
37
val sentryJava = " io.sentry:sentry:$sentryJavaVersion "
38
38
39
- val sentryCocoaVersion = " 8.17.1 "
39
+ val sentryCocoaVersion = " 8.17.2 "
40
40
val sentryCocoa = " Sentry"
41
41
42
42
object Samples {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
12
12
spec . osx . deployment_target = '10.13'
13
13
spec . tvos . deployment_target = '11.0'
14
14
spec . watchos . deployment_target = '4.0'
15
- spec . dependency 'Sentry' , '8.17.1 '
15
+ spec . dependency 'Sentry' , '8.17.2 '
16
16
17
17
if !Dir . exist? ( 'build/cocoapods/framework/sentry_kotlin_multiplatform.framework' ) || Dir . empty? ( 'build/cocoapods/framework/sentry_kotlin_multiplatform.framework' )
18
18
raise "
@@ -50,4 +50,4 @@ Pod::Spec.new do |spec|
50
50
}
51
51
]
52
52
53
- end
53
+ end
Original file line number Diff line number Diff line change 1
1
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 )
8
8
- shared (1.0):
9
- - Sentry (= 8.17.1 )
9
+ - Sentry (= 8.17.2 )
10
10
11
11
DEPENDENCIES:
12
12
- shared (from `../shared`)
@@ -21,9 +21,9 @@ EXTERNAL SOURCES:
21
21
:path: "../shared"
22
22
23
23
SPEC CHECKSUMS:
24
- Sentry: d9f99f9cc13777c5d938650c1e1c85047bb4f0d1
25
- SentryPrivate: 839b1e58addf58624087a80b2628e543193fa8ef
26
- shared: 0feb26c3a0ba09396b373b6b7595521635bc0e72
24
+ Sentry: 64a9f9c3637af913adcf53deced05bbe452d1410
25
+ SentryPrivate: 024c6fed507ac39ae98e6d087034160f942920d5
26
+ shared: f681f4f7985339115141ec3c60e7b9ae150e0a16
27
27
28
28
PODFILE CHECKSUM: f282da88f39e69507b0a255187c8a6b644477756
29
29
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
9
9
spec . vendored_frameworks = 'build/cocoapods/framework/shared.framework'
10
10
spec . libraries = 'c++'
11
11
spec . ios . deployment_target = '14.1'
12
- spec . dependency 'Sentry' , '8.17.1 '
12
+ spec . dependency 'Sentry' , '8.17.2 '
13
13
14
14
if !Dir . exist? ( 'build/cocoapods/framework/shared.framework' ) || Dir . empty? ( 'build/cocoapods/framework/shared.framework' )
15
15
raise "
You can’t perform that action at this time.
0 commit comments