Re: PB -> Xcode 1.1
Re: PB -> Xcode 1.1
- Subject: Re: PB -> Xcode 1.1
- From: Markus Hitter <email@hidden>
- Date: Wed, 21 Jan 2004 09:46:10 +0100
Am 21.01.2004 um 02:55 schrieb Nick Zitzmann:
On Jan 20, 2004, at 3:05 PM, Chuck Soper wrote:
Does this imply that Cocoa and other frameworks were changing from
10.2 to 10.2.8?
Yes; several of the point releases shipped with bug fixes for AppKit
and Foundation. The big change, though, was in 10.2.[78], or earlier
versions with Safari 1.0 installed, which added a bunch of Web and
URL-related classes to Foundation, as well as the whole WebKit
framework.
So if you want to build a project that uses them, you need to check
for a certain Foundation version number
As usual, you shouldn't check for some version numbers but for the
presence of those specific features (e.g. -[... respondsToSelector]).
Gives you the chance to make your software working at least partially
on older systems, too.
Have fun,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.