Where do I find the latest Source Code of Objective-C 2.0 runtime?

Well I guess at http://www.opensource.apple.com/source/objc4/ but where exactly? objc4 doesn't sound much like Objective-C 2.0.

Upvotes: 2

Views: 1204

Answers (2)

NSResponder
NSResponder

Reputation: 16861

That "4" refers to the build train of the compiler, not the version of the language.

Upvotes: 0

Chuck
Chuck

Reputation: 237060

If you read the source code in that directory, it sounds a lot like Objective-C 2.0. Based on the included release notes, it appears to be the version from 10.5.

Upvotes: 3

Related Questions