Skip to content
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

convert deployment target to OS #2249

Merged
merged 10 commits into from
May 13, 2019
Merged

Conversation

compnerd
Copy link
Member

No description provided.

@compnerd compnerd force-pushed the deployment-targets branch from 996bbed to 773b303 Compare May 10, 2019 19:30
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd force-pushed the deployment-targets branch from 773b303 to b7956a7 Compare May 10, 2019 19:55
@compnerd compnerd force-pushed the deployment-targets branch from b7956a7 to b3821e4 Compare May 10, 2019 20:52
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

@swift-ci please test Linux platform

@@ -18,7 +18,7 @@
#include <CoreFoundation/CFPriv.h>
#include "CFInternal.h"

#if DEPLOYMENT_TARGET_MACOSX || DEPLOYMENT_TARGET_EMBEDDED
#if TARGET_OS_OSX || TARGET_OS_IPHONE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TARGET_OS_OSX || TARGET_OS_IPHONE is just TARGET_OS_MAC

@millenomi
Copy link
Contributor

Just the one note above, but good otherwise.

@millenomi
Copy link
Contributor

@swift-ci please test and merge

@swift-ci swift-ci merged commit 155f1ce into swiftlang:master May 13, 2019
@compnerd compnerd deleted the deployment-targets branch May 13, 2019 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants