Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I filter the custom search scope to a specific workspace in Xcode (8)?

Tags:

xcode

ios

I am currently working in a workspace, and in that workspace I have multiple project files inside of it. In each of those projects I have localized files that I have already successfully filtered out when using the Find navigator by creating a custom search scope.

But I cannot figure out how to add a filter in the custom search scope to only find results in a certain project. Any help would be appreciated.

like image 539
Connor Chappell Avatar asked Feb 05 '23 07:02

Connor Chappell


1 Answers

In the Find Navigator pane, find the folder you want to set the scope to, right-click it, and select 'Create scope from selection'.

enter image description here

Then, edit the custom search scope by selecting the title, clicking edit, and setting your edit params.

enter image description here

like image 172
jungledev Avatar answered Feb 26 '23 05:02

jungledev