You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make the actions for -project and -workspace fall back to recursive globs if there are no matches for globs in the current directory? The repo I work on has more than one .xcodeproj/.xcworkspace, and they're structured into nested directories.
The text was updated successfully, but these errors were encountered:
kastiglione
changed the title
Nested project, workspaces
Subdirectory project, workspaces
Feb 16, 2016
kastiglione
changed the title
Subdirectory project, workspaces
Subdirectory projects, workspaces
Feb 16, 2016
Yea, we should definitely do this! I'll try to get to this shortly. Feel free to submit a PR in the meantime. Should be an adjustment to this line and the related workspace one.
Thanks, yes I just made that change locally. However **/*.xcodeproj is too slow for my repo. What would you say about falling back to file completion when no projects are found locally?
Thanks for sharing this project!
Is it possible to make the actions for
-project
and-workspace
fall back to recursive globs if there are no matches for globs in the current directory? The repo I work on has more than one.xcodeproj
/.xcworkspace
, and they're structured into nested directories.The text was updated successfully, but these errors were encountered: