Reputation: 18149
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
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
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