Re: Tiger documentation update
Re: Tiger documentation update
- Subject: Re: Tiger documentation update
- From: m <email@hidden>
- Date: Sun, 8 May 2005 14:07:29 -0700
Sweet! Thanks for this. Works great!
_murat
On May 8, 2005, at 10:59 AM, Charles Srstka wrote:
You're gonna love this - Spotlight is hard-wired to ignore the /
Developer/ADC Reference Library folder when indexing.
[snip]
Fortunately, there seems to be a more elegant way to override this
- in the hidden /.Spotlight-V100 folder, there's a file called
_rules.plist. Editing it to look like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EXCLUDE</key>
<array/>
<key>INCLUDE</key>
<array>
<string>/Developer/ADC Reference Library</string>
</array>
<key>NOTE</key>
<string>Specify paths to include or exclude, preceeding rules
which target user-homes with ~/</string>
</dict>
</plist>
and then running this command after rebooting:
mdimport /Developer/ADC\ Reference\ Library
should cause the developer docs to be searchable.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden