Re: how to warn users of wrong system
Re: how to warn users of wrong system
- Subject: Re: how to warn users of wrong system
- From: Shaun Wexler <email@hidden>
- Date: Tue, 14 Oct 2003 02:38:42 -0700
On Oct 14, 2003, at 2:08 AM, Bill Cheeseman wrote:
Sadly, it isn't very robust. I set LSMinimumSystemVersion to "10.2.0"
in my
app's Info.plist and tried to launch it under 10.1.3. The icon bounced
once
in the Dock and then nothing happened -- specifically, no dialog.
I was hoping this was a solution for the problem of how to fail
gracefully
under older systems when you use symbols that were first introduced in
later
systems. No dice.
Try my NSApplication subclassing method I recently posted; it works on
all versions.
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.