developertown / integratej2objc

MIT License
3 stars 4 forks source link

auto select .xcodeproject if there is only one xcodeproject in the project root #5

Open jonnolen opened 9 years ago

jonnolen commented 9 years ago

If "-x" isn't specified and there's only 1 xcodeproj in the "-p" folder, then it should pick that up automatically. That'll make it an easier command line.

jonnolen commented 9 years ago

@brunobowden, this is from your request... I think that this is negated by #9 because the project root is no longer an option and the Xcode project is expected to specified via relative path (with built in autocomplete as your shell allows).

brunobowden commented 9 years ago

That's a much better change. Please close this issue.