Skip to content

Fix builder factory to handle Swift version 4.2 correctly #293

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

Merged
merged 3 commits into from
Nov 30, 2018

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Nov 29, 2018

Currently if both major and minor versions as specified minor would
be stripped out and only major gets set in actual xcodebuild flags,
but 4.2 is a valid version which has to be supported.

Currently if both major and minor versions as specified minor would
be stripped out and only major gets set in actual `xcodebuild` flags,
but `4.2` is a valid version which has to be supported.
@xedin
Copy link
Contributor Author

xedin commented Nov 29, 2018

@swift-ci please test

@shahmishal
Copy link
Member

#292

@clackary
Copy link
Contributor

This test run looks better than the other. Closing #292 in favor of this.

@xedin
Copy link
Contributor Author

xedin commented Nov 29, 2018

@clackary @shahmishal Looks like Alamofire, Evergreen, Kickstarter and LaunchScreenSnapshot all have to be marked as 4.0 instead of 4.2 because they use obsoleted APIs.

…hot as compatible with 4.0 instead of 4.2

Because of all the aforementioned projects use APIs obsoleted in 4.2
@xedin
Copy link
Contributor Author

xedin commented Nov 30, 2018

@swift-ci please test

@xedin
Copy link
Contributor Author

xedin commented Nov 30, 2018

Looks like tests are green, going to merge in the morning if nobody objects.

@shahmishal shahmishal merged commit c4b84a7 into swiftlang:master Nov 30, 2018
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