Skip to content

Commit

Permalink
updated version of Sentry to 8.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgschantz committed Apr 26, 2024
1 parent ebb6631 commit 99be7c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions mac/Keyman4MacIM/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ target 'Keyman' do
# use_frameworks!

# Pods for Keyman
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '5.2.1'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.24.0'

target 'KeymanTests' do
inherit! :search_paths
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '5.2.1'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.24.0'
use_frameworks!
# Pods for testing
end
Expand Down
18 changes: 9 additions & 9 deletions mac/Keyman4MacIM/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
PODS:
- Sentry (5.2.1):
- Sentry/Core (= 5.2.1)
- Sentry/Core (5.2.1)
- Sentry (8.24.0):
- Sentry/Core (= 8.24.0)
- Sentry/Core (8.24.0)

DEPENDENCIES:
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `5.2.1`)
- Sentry (from `https://github.com/getsentry/sentry-cocoa.git`, tag `8.24.0`)

EXTERNAL SOURCES:
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 5.2.1
:tag: 8.24.0

CHECKOUT OPTIONS:
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 5.2.1
:tag: 8.24.0

SPEC CHECKSUMS:
Sentry: 7d075cae43a9a518fdd51e258b6212f0527c51cd
Sentry: 2f6baed15a3f8056b875fc903dc3dcb2903117f4

PODFILE CHECKSUM: d1e1f991bca05599c1667234a03e9f365d109ed0
PODFILE CHECKSUM: 483593d0b294fc5751c2490061e01211db3f9ecc

COCOAPODS: 1.11.2
COCOAPODS: 1.15.2

0 comments on commit 99be7c9

Please sign in to comment.