-
-
Notifications
You must be signed in to change notification settings - Fork 364
chore(deps): update Cocoa SDK to v9.25.0 #6409
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,10 +60,10 @@ | |
| # `Sentry` module. `Sentry-Dynamic.xcframework` would ship the same | ||
| # `Sentry.framework` inside but under a mismatched enclosing name, so | ||
| # CocoaPods generates `-framework Sentry-Dynamic` and fails at link. | ||
| '9.24.0' => { | ||
| 'Sentry' => 'c530edd27b20f7c151e73d84a34ee03474e3d5ddab65ffe9d30366f80149668a', | ||
| '9.25.0' => { | ||
|
Check warning on line 63 in packages/core/scripts/sentry_utils.rb
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. osx deployment target incompatible with sentry-cocoa 9.25.0
Evidence
Also found at 1 additional location
Identified by Warden · code-review, find-bugs · G5H-XSF |
||
| 'Sentry' => '766417fae6474bc83e6691164a0b5fa93f8879cc7c9721dba5f7f5bf2ef20174', | ||
| }, | ||
| }.freeze | ||
|
Check warning on line 66 in packages/core/scripts/sentry_utils.rb
|
||
|
|
||
| # Static map from xcframework slice directory name to the Xcode SDK selector | ||
| # it should be attached to. `sentry-cocoa`'s `Sentry.xcframework` layout is | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.