fastlane-old / gym

Building your iOS apps has never been easier
https://fastlane.tools
645 stars 54 forks source link

Use conflicting options mechanism for workspace and project paths #205

Closed olegoid closed 8 years ago

olegoid commented 8 years ago

In this PR I added new mechanism for handling conflicts between workspace and project options + updated specs.

Feedback and comments are greatly appreciated :smiley_cat:

KrauseFx commented 8 years ago

Sounds good, thanks for the pull request :+1:

olegoid commented 8 years ago

Thanks for review @KrauseFx!

KrauseFx commented 8 years ago

This actually causes problems when values are automatically detected (e.g. when there is a workspace and a project in the current directory, both will be set I think)

KrauseFx commented 8 years ago

I don't understand this error message here: https://github.com/fastlane/gym/issues/212#issuecomment-184257134

olegoid commented 8 years ago

Hey @KrauseFx, I'll take a look later today. Thanks for highlighting it!