Saturn
Saturn

Reputation: 18149

XCode 4 downloads mac os x 10.6 core library?

Well, I just got XCode 4, and at some point it starts downloading something called Mac OSX 10.6 core library. What is that, and why?

Upvotes: 3

Views: 4865

Answers (2)

Pada
Pada

Reputation: 646

You can manually download & extract all the Xcode 4 documentation, by getting the links & instructions here: http://learning2code.blogspot.com/2008/05/download-xcode-docsets-to-your-hard.html

Upvotes: 0

Lucas Derraugh
Lucas Derraugh

Reputation: 7049

It's the documentation from Apple for Mac OS X, all of the class references, etc. With it, you can look up different information about every class that Apple offers you (like if you wanted to learn more about the methods in the NSString class).

Upvotes: 5

Related Questions