File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,9 @@ kotlin {
80
80
binaryOption(" bundleId" , " composeApp" )
81
81
}
82
82
83
+ // See https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table
83
84
pod(" Sentry" ) {
84
- version = " ~> 8.45 .0"
85
+ version = " 8.49 .0"
85
86
linkOnly = true
86
87
extraOpts + = listOf (" -compiler-option" , " -fmodules" )
87
88
}
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/composeApp.framework'
10
10
spec . libraries = 'c++'
11
11
spec . ios . deployment_target = '14.0'
12
- spec . dependency 'Sentry' , '~> 8.45 .0'
12
+ spec . dependency 'Sentry' , '8.49 .0'
13
13
14
14
if !Dir . exist? ( 'build/cocoapods/framework/composeApp.framework' ) || Dir . empty? ( 'build/cocoapods/framework/composeApp.framework' )
15
15
raise "
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- composeApp (1.0.0):
3
- - Sentry (~> 8.45 .0)
3
+ - Sentry (= 8.49 .0)
4
4
- libcrypto (2025.06.13-092717)
5
5
- libevent (2025.06.13-092717)
6
6
- libssl (2025.06.13-092717)
7
7
- libtor (2025.06.13-092717)
8
8
- libz (2025.06.13-092717)
9
9
- oonimkall (2025.06.13-092717)
10
- - Sentry (8.45 .0):
11
- - Sentry/Core (= 8.45 .0)
12
- - Sentry/Core (8.45 .0)
10
+ - Sentry (8.49 .0):
11
+ - Sentry/Core (= 8.49 .0)
12
+ - Sentry/Core (8.49 .0)
13
13
- Siren (6.1.3)
14
14
- sqlite3 (3.42.0):
15
15
- sqlite3/common (= 3.42.0)
@@ -49,14 +49,14 @@ EXTERNAL SOURCES:
49
49
:podspec: https://github.com/ooni/probe-cli/releases/download/v3.26.0/oonimkall.podspec
50
50
51
51
SPEC CHECKSUMS:
52
- composeApp: 434bfe1a3ef0a4cdb34672a63aeef2ff56edb47e
52
+ composeApp: afe79a98424987d419f75377de870450189d7e16
53
53
libcrypto: 3edd5907d554b58d5cbae144ba9b7694a9567eb5
54
54
libevent: 01e5baf3c5e24cd5f3ceea95d998a47ffc2ba8e6
55
55
libssl: 96a0d727ae59f586c5f024ca6a1fca9157b68216
56
56
libtor: d9ef84dda99744a3daa1ac06d78f1a7f910e2011
57
57
libz: 6fab771009d7e0d7149848a56259ef045c85617d
58
58
oonimkall: 62737f11029c47d7b1b78a0c6a190734676f5e7a
59
- Sentry: f7c0c4b82e2f7e5909a660544dfaff84e35d5e03
59
+ Sentry: 5eda2559a20fa0c377b695ed9d7c178a47122891
60
60
Siren: c0f6012f61196b73455202db07730f6454a4beb0
61
61
sqlite3: f163dbbb7aa3339ad8fc622782c2d9d7b72f7e9c
62
62
You can’t perform that action at this time.
0 commit comments