Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Build command: update Xcode version validation for Xcode 10+ (#351) #352

Merged
merged 2 commits into from Sep 29, 2018
Merged

Conversation

thzinc
Copy link
Contributor

@thzinc thzinc commented Sep 21, 2018

I did not see a contributor's guide, so please let me know if there are any changes needed to this work.

Thanks!

@ViachelsavGerasimenok
Copy link

Hi All, when this Pull Request will merge?

@@ -150,7 +150,8 @@

def validate_xcode_version!
version = Shenzhen::XcodeBuild.version
say_error "Shenzhen requires Xcode 4 (found #{version}). Please install or switch to the latest Xcode." and abort if version < "4.0.0"
majorVersion = version.split('.')[0].to_i
Copy link
Member

Choose a reason for hiding this comment

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

Can you fix the naming? It must be consistent with the project.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Doh, sure thing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've made the requested change. Thanks for your feedback!

@dankimio dankimio merged commit 06f0e9c into nomad-cli:master Sep 29, 2018
@dankimio
Copy link
Member

@thzinc Thanks for the PR!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants