After 7 years I have finally parsed a new batch of macOS Cocoa headers. The main reason this took so long is because Apple added generics to Objective-C and this of course totally broke my naive regex based parser.
Besides some new frameworks and APIs cblock's are finally supported. I think this means the headers requires FPC 3.0.2+ but that should be assumed anyways.
I didn't parse every single framework in the SDK but if I'm missing an important one please let me know and I'll add it. Since the parser is error prone and mistakes will be made across version please submit pull requests for changes that break existing projects.
https://github.com/genericptr/MacOS_11_0Because some frameworks were deprecated or likely not to change I have included them into a new merged repository which will contain a mix of older and newer frameworks. Currently this is just the most recent 11.3 SDK and a number of older frameworks from the FPC RTL CocoaAll which is based on 10.10.
https://github.com/genericptr/CocoaAll