Skip to content

Commit

Permalink
chore: update sentry to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Oct 30, 2024
1 parent 65ba2ab commit c70c40c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '9.0'
platform :ios, '12.0'
use_frameworks!
inhibit_all_warnings!

Expand Down Expand Up @@ -28,7 +28,7 @@ target 'ooniprobe' do
pod 'DateTools'
pod 'OCMapper', '2.0'
pod 'Countly'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '6.1.4'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.35.0'
pod 'Harpy'
end

Expand Down
16 changes: 8 additions & 8 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ PODS:
- RHMarkdownLabel (0.0.1):
- TTTAttributedLabel
- XNGMarkdownParser
- Sentry (6.1.4):
- Sentry/Core (= 6.1.4)
- Sentry/Core (6.1.4)
- Sentry (8.35.0):
- Sentry/Core (= 8.35.0)
- Sentry/Core (8.35.0)
- SharkORM (2.3.67)
- Toast (4.0.0)
- TTTAttributedLabel (2.0.0)
Expand All @@ -42,7 +42,7 @@ DEPENDENCIES:
- OCMapper (= 2.0)
- oonimkall (from `https://github.com/ooni/probe-cli/releases/download/v3.23.0/oonimkall.podspec`)
- RHMarkdownLabel
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `6.1.4`)
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `8.35.0`)
- SharkORM (from `https://github.com/sharksync/sharkorm`, tag `v2.3.67`)
- Toast (~> 4.0.0)

Expand Down Expand Up @@ -76,15 +76,15 @@ EXTERNAL SOURCES:
:podspec: https://github.com/ooni/probe-cli/releases/download/v3.23.0/oonimkall.podspec
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 6.1.4
:tag: 8.35.0
SharkORM:
:git: https://github.com/sharksync/sharkorm
:tag: v2.3.67

CHECKOUT OPTIONS:
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 6.1.4
:tag: 8.35.0
SharkORM:
:git: https://github.com/sharksync/sharkorm
:tag: v2.3.67
Expand All @@ -105,12 +105,12 @@ SPEC CHECKSUMS:
OCMapper: 9b4d542543794c42adc01f1493d894f53e193cb0
oonimkall: e1ac8071f47a30241440d1fc7389900af5e71972
RHMarkdownLabel: 81d6772768e621be57302b7fd5212ad4f78fb0bd
Sentry: 9d055e2de30a77685e86b219acf02e59b82091fc
Sentry: 451743df9c904fa394eaa8ddb25abbedbdea2289
SharkORM: 252e4411923110ac1b524a993ee2b3fa13eed7c4
Toast: 91b396c56ee72a5790816f40d3a94dd357abc196
TTTAttributedLabel: 8cffe8e127e4e82ff3af1e5386d4cd0ad000b656
XNGMarkdownParser: aed98c14f0c0eb20064184ddf9bac26c482722b2

PODFILE CHECKSUM: 1c989436c6f59c4d0c12e5ed796327ed8153a9af
PODFILE CHECKSUM: 39906063e904c044fa228aa7f6e3ffcfabfd17fd

COCOAPODS: 1.15.2

0 comments on commit c70c40c

Please sign in to comment.