-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Feature Request: Supports UIKit for macOS #2743
Comments
Interesting! |
MD5 is not supported on macOS. I believe it’s still used for hashing URLs to file paths. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this is still an issue, please make sure it is up to date and if so, add a comment that this is still an issue to keep it open. Thank you for your contributions. |
+1 |
Current Status:
|
Current working branch: project_uikit_macos |
Catalyst for macOS is supported ! Both the Carthage/SwiftPM, and even CocoaPods (It need you to tweak the code sign issue), support the UIKit for macOS. You can also use the
|
New Issue Checklist
Issue Info
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 theSD_UIKIT
and fix for platform detection.Maybe this also need CocoaPods support . But at least, we can support Carthage user first.
The text was updated successfully, but these errors were encountered: