Closed
Description
New Issue Checklist
- I have read and understood the CONTRIBUTING guide
- I have read the Documentation
- I have searched for a similar issue in the project and found none
Issue Info
Info | Value |
---|---|
Platform Name | macOS (UIKit) |
Platform Version | 10.15.0 |
SDWebImage Version | 5.0.5 |
Integration Method | all |
Xcode Version | Xcode 11 |
Issue Description and Steps
See the documentation: Creating a Mac Version of Your iPad App
Seems there are a new macro to detect the UIKit for macOS. TARGET_OS_UIKITFORMAC
. We can use this to the SD_UIKIT
and fix for platform detection.
Maybe this also need CocoaPods support . But at least, we can support Carthage user first.