You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify NSImageRep-checking logic to use Bundle. (#1217)
This PR simplifies the logic we use to check if subclasses of
`NSImageRep` are likely to be thread-safe by using Foundation's `Bundle`
instead of querying dyld. AppKit always links Foundation, so there's no
need for us to roll our own logic for this check.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments