Re: How to get system version?
Re: How to get system version?
- Subject: Re: How to get system version?
- From: Damien Pacaud <email@hidden>
- Date: Fri, 17 Oct 2003 16:16:39 +0200
http://cocoadevcentral.com/articles/000067.php
should do what you want ;)
regards
Damein Pacaud
Le vendredi, 17 oct 2003, ` 15:52 Europe/Paris, Giovanni Donelli a
icrit :
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.
_______________________________________________
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.