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: Andrew Thompson <email@hidden>
- Date: Mon, 13 Oct 2003 09:38:52 -0400
On Monday, Oct 13, 2003, at 04:36 America/New_York, Jirome Foucher
wrote:
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.
Thanks for that. This question has come up multiple times on this list
and you're the first person to ever suggest that simple solution.
Couple of notes:
It works when the application is launched from the Finder (indeed, it
works so quickly its clear that the application is *NOT* lauching, the
Finder or LaunchServices must be displaying the dialog), but it doesn't
work if you launch the app by clicking the Run button inside of Project
Builder.
If I try to run the application from DragThing then nothing happens...
I double click and it doesn't launch but no dialog is displayed.
The dialog that comes up is particularly unhelpful:
"The application cannot be launched because this system is
incompatible".
No indication of which application, or which system version is required
:(
Perhaps there's a better dialog in Panther...
AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside
(see you later space cowboy ...)
_______________________________________________
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.