Re: Recursive Search path 'special' directories
Re: Recursive Search path 'special' directories
- Subject: Re: Recursive Search path 'special' directories
- From: Philip Aker <email@hidden>
- Date: Fri, 26 Oct 2007 05:55:22 -0700
On 2007-26-10, at 02:39, email@hidden wrote:
According to
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
XcodeUserGuide/Contents/Resources/en.lproj/05_04_bs_build_settings/
chapter_32_section_5.html :
"
Note: Xcode does not search the contents of certain bundle
structures and other special directories. These
are .nib, .lproj, .framework, .gch, .xcodeproj, CVS
and .svndirectories, as well as any directory whose name is in
parentheses.
"
Is there any way to add to the list of directory names that should
not be searched (either per-project or globally to Xcode)?
(Wrapping the unwanted directory names in parentheses is not an
option)
Maybe you could set it in an xcconfig file or in the project build
settings. Here I add *.dont
EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES=*.nib *.lproj
*.framework *.gch (*) CVS .svn *.xcodeproj *.xcode *.pbproj *.pbxproj
*.dont
Philip Aker
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden