Re: Detect legacy OSX
Re: Detect legacy OSX
- Subject: Re: Detect legacy OSX
- From: Dave Fernandes <email@hidden>
- Date: Sat, 25 Aug 2007 20:22:48 -0400
Thanks for the tip. Rebuilding the LS database didn't work, but I now
know a new trick.
If I set LSMinimumSystemVersion = 10.4.9, then the app runs on my
10.4.10 system, but if I set it to 10.4.10, then the app won't launch.
On Aug 25, 2007, at 2:59 AM, Philip Q wrote:
On 25/08/07, Dave Fernandes <email@hidden> wrote:
I tried putting LSMinimumSystemVersion in my info.plist, and it works
as expected - when I set it to 10.4.11, my application will not open.
Only problem is... when I set it back to 10.4.10, the application
still won't open. I tried removing all copies of the app, rebuilding,
and rebooting. Where is the system caching this information?
Launch Services is caching this data, it should automatically update
if the modification date is different to the one it its database.
You can use the lsregister tool to force it to re-scan your app:
<http://www.carbondev.com/site/?page=lsregister>
-Phil
_______________________________________________
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