Skip to content
Open
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
6 changes: 3 additions & 3 deletions mac/Keyman4MacIM/Podfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Uncomment the next line to define a global platform for your project
platform :osx, '10.13'
platform :osx, '11.0'
use_frameworks!

target 'Keyman' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

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

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

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

EXTERNAL SOURCES:
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 8.38.0
:tag: 8.57.3

CHECKOUT OPTIONS:
Sentry:
:git: https://github.com/getsentry/sentry-cocoa.git
:tag: 8.38.0
:tag: 8.57.3

SPEC CHECKSUMS:
Sentry: 4d6027fbfde9ddc35e5c368292843097d039db5f
Sentry: c643eb180df401dd8c734c5036ddd9dd9218daa6

PODFILE CHECKSUM: 19b128c35d9c5e59f90d09522c053de65096696a
PODFILE CHECKSUM: d45d4bde6c75c2c91314777c88c421e5e604d84d

COCOAPODS: 1.15.2