Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(mac): support Xcode 16 build #12554

Merged
merged 1 commit into from
Oct 21, 2024
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
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 => '8.24.0'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.38.0'

target 'KeymanTests' do
inherit! :search_paths
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.24.0'
pod 'Sentry', :git => 'https://github.com/getsentry/sentry-cocoa.git', :tag => '8.38.0'
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.24.0):
- Sentry/Core (= 8.24.0)
- Sentry/Core (8.24.0)
- Sentry (8.38.0-beta.1):
- Sentry/Core (= 8.38.0-beta.1)
- Sentry/Core (8.38.0-beta.1)

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

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

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

SPEC CHECKSUMS:
Sentry: 2f6baed15a3f8056b875fc903dc3dcb2903117f4
Sentry: 4d6027fbfde9ddc35e5c368292843097d039db5f

PODFILE CHECKSUM: 483593d0b294fc5751c2490061e01211db3f9ecc
PODFILE CHECKSUM: 19b128c35d9c5e59f90d09522c053de65096696a

COCOAPODS: 1.15.2
Loading