-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[5.5] Add Mac Catalyst as a supported platform #3444
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
Conversation
@swift-ci please smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need Target.deploymentTarget(for:)
to return the iOS deployment target if that has been customized to > 13 but the MacCatalyst target has not been customized separately. That should also take care of backwards compatibility for pre-5.5 tools versions.
@swift-ci please test |
Looks good to me, thanks for the PR! |
rdar://60376383
@swift-ci please test |
This makes sense to me as well — I don't know the details here as well as @neonichu but looked over the diffs and they all make sense to me as well. |
@swift-ci please test linux |
@jakepetroules is this the same as #3450? if so lets have that merged first then this one |
Yep. And done! |
This adds Mac Catalyst as a support platform, so that a minimum deployment target can be specified and conditional build settings can be configured.
(just like the earlier DriverKit patch)
rdar://60376383