Re: LSBackgroundOnly Cached?
Re: LSBackgroundOnly Cached?
- Subject: Re: LSBackgroundOnly Cached?
- From: Andreas Mayer <email@hidden>
- Date: Wed, 30 Mar 2005 06:05:53 +0200
Am 30. Mrz 2005 um 05:50 Uhr schrieb Dominic Feira:
Is the value of LSUIElement cached somewhere in the system? And how
can I prevent this?
You need to 'touch' the application bundle:
[[NSFileManager defaultManager] changeFileAttributes:[NSDictionary
dictionaryWithObject:[NSDate date] forKey:NSFileModificationDate]
atPath:[[NSBundle mainBundle] bundlePath]];
Andreas
_______________________________________________
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