CoreServices macOS 10.12 to 10.13 API Differences

../Frameworks/AE.framework/Headers/AEDataModel.h
../Frameworks/CarbonCore.framework/Headers/TextCommon.h
../Frameworks/FSEvents.framework/Headers/FSEvents.h
Declaration
Fromtypedef void (*FSEventStreamCallback)(ConstFSEventStreamRef _Nonnull streamRef, void * _Nullable clientCallBackInfo, size_t numEvents, void * _Nonnull eventPaths, const FSEventStreamEventFlags [] eventFlags, const FSEventStreamEventId [] eventIds)
Totypedef void (*FSEventStreamCallback)(ConstFSEventStreamRef _Nonnull streamRef, void * _Nullable clientCallBackInfo, size_t numEvents, void * _Nonnull eventPaths, const FSEventStreamEventFlags * _Nonnull eventFlags, const FSEventStreamEventId * _Nonnull eventIds)

../Frameworks/LaunchServices.framework/Headers/IconsCore.h
AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedUse -[NSWorkspace iconForFile:] instead.

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedYou do not need to register .icns files to use them with -[NSImage initWithContentsOfURL:].

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedYou do not need to unregister icons.

AvailabilityDeprecation Message
FromAvailablenone
ToDeprecatedUse -[NSWorkspace iconForFile:] instead.