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: Jérome Foucher <email@hidden>
- Date: Mon, 13 Oct 2003 10:36:10 +0200
Just add the following key in your Info.plist file :
LSMinimumSystemVersion = 10.1.4
And when the user attempts to launch your app, the system will display
an alert saying the it is not compatible with this software.
Alas, you cannot customize the look of this alert. But it's a solution
to your problem.
Hope this helps,
Jerome
_______________________________________________
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.