Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ kotlin {
binaryOption("bundleId", "composeApp")
}

// See https://github.com/getsentry/sentry-kotlin-multiplatform?tab=readme-ov-file#cocoa-sdk-version-compatibility-table
pod("Sentry") {
version = "~> 8.45.0"
version = "8.49.0"
linkOnly = true
extraOpts += listOf("-compiler-option", "-fmodules")
}
Expand Down
2 changes: 1 addition & 1 deletion composeApp/composeApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.vendored_frameworks = 'build/cocoapods/framework/composeApp.framework'
spec.libraries = 'c++'
spec.ios.deployment_target = '14.0'
spec.dependency 'Sentry', '~> 8.45.0'
spec.dependency 'Sentry', '8.49.0'

if !Dir.exist?('build/cocoapods/framework/composeApp.framework') || Dir.empty?('build/cocoapods/framework/composeApp.framework')
raise "
Expand Down
12 changes: 6 additions & 6 deletions iosApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
PODS:
- composeApp (1.0.0):
- Sentry (~> 8.45.0)
- Sentry (= 8.49.0)
- libcrypto (2025.06.13-092717)
- libevent (2025.06.13-092717)
- libssl (2025.06.13-092717)
- libtor (2025.06.13-092717)
- libz (2025.06.13-092717)
- oonimkall (2025.06.13-092717)
- Sentry (8.45.0):
- Sentry/Core (= 8.45.0)
- Sentry/Core (8.45.0)
- Sentry (8.49.0):
- Sentry/Core (= 8.49.0)
- Sentry/Core (8.49.0)
- Siren (6.1.3)
- sqlite3 (3.42.0):
- sqlite3/common (= 3.42.0)
Expand Down Expand Up @@ -49,14 +49,14 @@ EXTERNAL SOURCES:
:podspec: https://github.com/ooni/probe-cli/releases/download/v3.26.0/oonimkall.podspec

SPEC CHECKSUMS:
composeApp: 434bfe1a3ef0a4cdb34672a63aeef2ff56edb47e
composeApp: afe79a98424987d419f75377de870450189d7e16
libcrypto: 3edd5907d554b58d5cbae144ba9b7694a9567eb5
libevent: 01e5baf3c5e24cd5f3ceea95d998a47ffc2ba8e6
libssl: 96a0d727ae59f586c5f024ca6a1fca9157b68216
libtor: d9ef84dda99744a3daa1ac06d78f1a7f910e2011
libz: 6fab771009d7e0d7149848a56259ef045c85617d
oonimkall: 62737f11029c47d7b1b78a0c6a190734676f5e7a
Sentry: f7c0c4b82e2f7e5909a660544dfaff84e35d5e03
Sentry: 5eda2559a20fa0c377b695ed9d7c178a47122891
Siren: c0f6012f61196b73455202db07730f6454a4beb0
sqlite3: f163dbbb7aa3339ad8fc622782c2d9d7b72f7e9c

Expand Down
Loading