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: Scott Anguish <email@hidden>
- Date: Tue, 14 Oct 2003 16:42:03 -0400
On Oct 14, 2003, at 6:35 AM, Bill Cheeseman wrote:
I know there are other techniques. But they're all harder than this one
promised to be.
Eventually, I intend to write a generic, reusable Xcode project
template
that has a tiny, run-on-all-systems app to check the system version and
either fail gracefully or launch the "real" app.
This does assume that the only solution is to stop the entire
application from running, rather than eliminating the specific feature
on 10.x.
The other solution is to load frameworks after knowing what version of
the OS you're running on, and not using any linked classes in the main
bundle.
_______________________________________________
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.