Hacker News new | ask | show | jobs
by gilgoomesh 4185 days ago
As with all Mac frameworks, the full headers are embedded in the framework and the headers all have full Javadoc-style API documentation for each function. Since there are only 24 functions in the whole framework, that's probably enough to work it out.
1 comments

If only I had my mbp with be to read them :'(
You can find a copy of the MacOSX-SDKs on github, i.e. https://github.com/phracker/MacOSX-SDKs/blob/8519a1de16d8384...
thanks