Re: Preferences caching?
Re: Preferences caching?
- Subject: Re: Preferences caching?
- From: Michael Nickerson <email@hidden>
- Date: Thu, 28 Nov 2013 11:40:00 -0500
> On Nov 28, 2013, at 5:27 AM, Graham Cox <email@hidden> wrote:
>> On 28 Nov 2013, at 1:14 am, Shane Stanley <email@hidden> wrote:
>>
>> Or write a one-line AppleScript script:
>>
>> do shell script "defaults delete ..."
>>
>> Save it as a code-signed app, send it to them, and tell them to double-click. A lot easier than navigating Library folders for the average user.
>
> Good idea. I’ll make sure we have these available if such a support issue ever comes up. Thanks for the suggestion.
As an alternative, you could test for some key combo held down on launch, like iPhoto or iTunes does to allow one to pick a different library to load from. See the key combo at launch time, and you can go down a different code path that doesn't access the preferences at all and resets/deletes them, then continue on to normal launch after that.
_________________
Michael Nickerson
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden