mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 22:37:43 +00:00
fix(ios): rollback sentry upgrade for Xcode 26
hunch that this is causing the crash
This commit is contained in:
parent
e4bcbdc956
commit
eba2f0e402
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
github "weichsel/ZIPFoundation" ~> 0.9
|
||||
github "devicekit/DeviceKit" ~> 5.0
|
||||
github "ashleymills/Reachability.swift"
|
||||
github "getsentry/sentry-cocoa" ~> 8.58
|
||||
github "getsentry/sentry-cocoa" ~> 8.38
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
github "ashleymills/Reachability.swift" "v5.2.4"
|
||||
github "devicekit/DeviceKit" "5.7.0"
|
||||
github "getsentry/sentry-cocoa" "8.58.0"
|
||||
github "weichsel/ZIPFoundation" "0.9.20"
|
||||
github "devicekit/DeviceKit" "5.5.0"
|
||||
github "getsentry/sentry-cocoa" "8.44.0"
|
||||
github "weichsel/ZIPFoundation" "0.9.19"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue