Re: Help with help...
Re: Help with help...
- Subject: Re: Help with help...
- From: Mark Suman <email@hidden>
- Date: Wed, 31 Mar 2010 13:33:30 -0600
I found this in Apple docs or on an Apple forum somewhere. Don't have a link, though. Anyways, it's a script for resetting the Help View cache.
#!/bin/sh
/usr/bin/killall "helpd"
rm -rf ~/Library/Caches/com.apple.helpviewer
rm -rf ~/Library/Caches/com.apple.helpd
rm -rf ~/Library/Preferences/com.apple.help*.plist
defaults write com.apple.helpviewer HelpViewerDebugging -bool YES
echo Apple Help caches have been reset, and HelpViewerDebugging has been set ON to log Help Viewer errors.
Mark
_______________________________________________
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