How to get system version?
How to get system version?
- Subject: How to get system version?
- From: Giovanni Donelli <email@hidden>
- Date: Fri, 17 Oct 2003 15:52:42 +0200
Hello Gurus,
I wanna perform different code whether I'm in Jaguar or in Panther.
But keeping the same application.
can I get the system version somehow so that I can do:
if (PANTHER_INSTALLED)
{
}
else if (JAGUAR_INSTALLED)
{
}
else if (PUMA_INSTALLED)
{
}
Thanks for your help!
jmd
_______________________________________________
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.