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

Add Xcode 12 #7601

Merged
merged 4 commits into from Sep 21, 2020
Merged

Add Xcode 12 #7601

merged 4 commits into from Sep 21, 2020

Conversation

ryaneverett33
Copy link
Contributor

@ryaneverett33 ryaneverett33 commented Aug 26, 2020

Changelog: Feature: Add MacOS 11 ("Big Sur") support.
Docs: conan-io/docs#1819

Found in #7286 but doesn't wholly close out that issue, only adds Xcode 12 as a recognized compiler for apple-clang.

closes #7635

@CLAassistant
Copy link

CLAassistant commented Aug 26, 2020

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@memsharded memsharded left a comment

Choose a reason for hiding this comment

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

According to https://gist.github.com/yamaya/2924292, and https://en.wikipedia.org/wiki/Xcode#12.x_series this version is still not released? Is it still in beta stage, right?

We might want to wait until it is officially released. Specially if there is some risk that this version will change some default, like the cppstdp

@ryaneverett33
Copy link
Contributor Author

Yeah Xcode 12 is still in the beta stage (beta 6 currently) so I would totally understand if it this PR needs to wait. One complication to that worth considering is the DTKs as you have to use Xcode 12 for support for macOS on ARM. However, since we're already quite far into the beta cycle, the public Xcode 12 release might not be too far away so it might not be bad to just wait for that.
Either way, thanks for looking at this PR!

@tpruzina
Copy link

tpruzina commented Sep 4, 2020

Would you mind also adding BigSur ("11.0") to Macos section?

version: [None, "10.6", "10.7", "10.8", "10.9", "10.10", "10.11", "10.12", "10.13", "10.14", "10.15", "11.0"]

@SSE4
Copy link
Contributor

SSE4 commented Sep 5, 2020

@tpruzina yes, it should be definitely added

@ryaneverett33
Copy link
Contributor Author

@tpruzina Thanks for mentioning Big Sur; added the version numbers with the last commit.

@memsharded memsharded added this to the 1.30 milestone Sep 21, 2020
@czoido
Copy link
Contributor

czoido commented Sep 21, 2020

Hi @Changer098,
We had to release 1.29.2 quickly and I overlooked this PR, sorry. But as the support for Big Sur is not already merged I'm pushing some changes to this PR to add it to the 1.30 migration settings so that you can count as a contributor and it will be merged for 1.30 release.
Thanks a lot for the contribution!

@memsharded memsharded merged commit ad1876b into conan-io:develop Sep 21, 2020
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.

add support for apple-clang 12
6 participants