Hi Lars,
[email protected] wrote:
/*
Cocoa.h
Cocoa Framework
Copyright (c) 2000-2015, Apple Inc.
All rights reserved.
This file should be included by all Cocoa application source
files for easy building. Using this file is preferred over importing
individual files because it will use a precompiled version.
Tools with no UI and no AppKit dependencies may prefer to
include just <Foundation/Foundation.h>.
*/
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
#import <CoreData/CoreData.h>
Cocoa.h (END)
MBP15:Headers lars$ uname -a
Darwin MBP15.local 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1
20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64 x86_64
MBP15:Headers lars$
Hth and clears things up.
sure. Originally, there was no CoreData, so it was really just
Foundation+AppKit. However it still remains quite basic, I got a false
impression then.
Interesting is that Cocoa is just a Marketing gag.
At the end, https://developer.apple.com/documentation/ doesn't list
Cocoa, it just all the split Kits.
Riccardo