ios-scripts icon indicating copy to clipboard operation
ios-scripts copied to clipboard

Change script to allow XCode versions after the required one.

Open florenciarosental opened this issue 7 years ago • 1 comments

For example, if the required version is 9.0, allow any developer to use any XCode version that came after that, like 9.2

florenciarosental avatar Apr 18 '18 15:04 florenciarosental

That would be cool!. Do you feel like submitting a PR with this change? You should add the change here. This script is written in ruby. installed_xcode_version and required_xcode_version are the variables that store the versions to be compared. Currently is just a string comparison. You should probably compare minor and patch versions if mayor version are equal.

guidomb avatar Apr 18 '18 15:04 guidomb