Documentation Archive Developer
Search

CoreServices Changes for Objective-C

CoreServices

DictionaryServices.h

Declaration
From
CFStringRef DCSCopyTextDefinition (
    DCSDictionaryRef dictionary,
    CFStringRef textString,
    CFRange range
);
To
CFStringRef _Nullable DCSCopyTextDefinition (
    DCSDictionaryRef _Nullable dictionary,
    CFStringRef _Nonnull textString,
    CFRange range
);

Declaration
From
CFRange DCSGetTermRangeInString (
    DCSDictionaryRef dictionary,
    CFStringRef textString,
    CFIndex offset
);
To
CFRange DCSGetTermRangeInString (
    DCSDictionaryRef _Nullable dictionary,
    CFStringRef _Nonnull textString,
    CFIndex offset
);

FSEvents.h

Declaration
From
CFUUIDRef FSEventsCopyUUIDForDevice (
    dev_t dev
);
To
CFUUIDRef _Nullable FSEventsCopyUUIDForDevice (
    dev_t dev
);

Declaration
From
CFStringRef FSEventStreamCopyDescription (
    ConstFSEventStreamRef streamRef
);
To
CFStringRef _Nonnull FSEventStreamCopyDescription (
    ConstFSEventStreamRef _Nonnull streamRef
);

Declaration
From
CFArrayRef FSEventStreamCopyPathsBeingWatched (
    ConstFSEventStreamRef streamRef
);
To
CFArrayRef _Nonnull FSEventStreamCopyPathsBeingWatched (
    ConstFSEventStreamRef _Nonnull streamRef
);

Declaration
From
FSEventStreamRef FSEventStreamCreate (
    CFAllocatorRef allocator,
    FSEventStreamCallback callback,
    FSEventStreamContext *context,
    CFArrayRef pathsToWatch,
    FSEventStreamEventId sinceWhen,
    CFTimeInterval latency,
    FSEventStreamCreateFlags flags
);
To
FSEventStreamRef _Nullable FSEventStreamCreate (
    CFAllocatorRef _Nullable allocator,
    FSEventStreamCallback _Nonnull callback,
    FSEventStreamContext * _Nullable context,
    CFArrayRef _Nonnull pathsToWatch,
    FSEventStreamEventId sinceWhen,
    CFTimeInterval latency,
    FSEventStreamCreateFlags flags
);

Declaration
From
FSEventStreamRef FSEventStreamCreateRelativeToDevice (
    CFAllocatorRef allocator,
    FSEventStreamCallback callback,
    FSEventStreamContext *context,
    dev_t deviceToWatch,
    CFArrayRef pathsToWatchRelativeToDevice,
    FSEventStreamEventId sinceWhen,
    CFTimeInterval latency,
    FSEventStreamCreateFlags flags
);
To
FSEventStreamRef _Nullable FSEventStreamCreateRelativeToDevice (
    CFAllocatorRef _Nullable allocator,
    FSEventStreamCallback _Nonnull callback,
    FSEventStreamContext * _Nullable context,
    dev_t deviceToWatch,
    CFArrayRef _Nonnull pathsToWatchRelativeToDevice,
    FSEventStreamEventId sinceWhen,
    CFTimeInterval latency,
    FSEventStreamCreateFlags flags
);

Declaration
From
FSEventStreamEventId FSEventStreamFlushAsync (
    FSEventStreamRef streamRef
);
To
FSEventStreamEventId FSEventStreamFlushAsync (
    FSEventStreamRef _Nonnull streamRef
);

Declaration
From
void FSEventStreamFlushSync (
    FSEventStreamRef streamRef
);
To
void FSEventStreamFlushSync (
    FSEventStreamRef _Nonnull streamRef
);

Declaration
From
dev_t FSEventStreamGetDeviceBeingWatched (
    ConstFSEventStreamRef streamRef
);
To
dev_t FSEventStreamGetDeviceBeingWatched (
    ConstFSEventStreamRef _Nonnull streamRef
);

Declaration
From
FSEventStreamEventId FSEventStreamGetLatestEventId (
    ConstFSEventStreamRef streamRef
);
To
FSEventStreamEventId FSEventStreamGetLatestEventId (
    ConstFSEventStreamRef _Nonnull streamRef
);

Declaration
From
void FSEventStreamInvalidate (
    FSEventStreamRef streamRef
);
To
void FSEventStreamInvalidate (
    FSEventStreamRef _Nonnull streamRef
);

Declaration
From
void FSEventStreamRelease (
    FSEventStreamRef streamRef
);
To
void FSEventStreamRelease (
    FSEventStreamRef _Nonnull streamRef
);

Declaration
From
void FSEventStreamRetain (
    FSEventStreamRef streamRef
);
To
void FSEventStreamRetain (
    FSEventStreamRef _Nonnull streamRef
);

Declaration
From
void FSEventStreamScheduleWithRunLoop (
    FSEventStreamRef streamRef,
    CFRunLoopRef runLoop,
    CFStringRef runLoopMode
);
To
void FSEventStreamScheduleWithRunLoop (
    FSEventStreamRef _Nonnull streamRef,
    CFRunLoopRef _Nonnull runLoop,
    CFStringRef _Nonnull runLoopMode
);

Declaration
From
void FSEventStreamSetDispatchQueue (
    FSEventStreamRef streamRef,
    dispatch_queue_t q
);
To
void FSEventStreamSetDispatchQueue (
    FSEventStreamRef _Nonnull streamRef,
    dispatch_queue_t _Nullable q
);

Declaration
From
Boolean FSEventStreamSetExclusionPaths (
    FSEventStreamRef streamRef,
    CFArrayRef pathsToExclude
);
To
Boolean FSEventStreamSetExclusionPaths (
    FSEventStreamRef _Nonnull streamRef,
    CFArrayRef _Nonnull pathsToExclude
);

Declaration
From
void FSEventStreamShow (
    ConstFSEventStreamRef streamRef
);
To
void FSEventStreamShow (
    ConstFSEventStreamRef _Nonnull streamRef
);

Declaration
From
Boolean FSEventStreamStart (
    FSEventStreamRef streamRef
);
To
Boolean FSEventStreamStart (
    FSEventStreamRef _Nonnull streamRef
);

Declaration
From
void FSEventStreamStop (
    FSEventStreamRef streamRef
);
To
void FSEventStreamStop (
    FSEventStreamRef _Nonnull streamRef
);

Declaration
From
void FSEventStreamUnscheduleFromRunLoop (
    FSEventStreamRef streamRef,
    CFRunLoopRef runLoop,
    CFStringRef runLoopMode
);
To
void FSEventStreamUnscheduleFromRunLoop (
    FSEventStreamRef _Nonnull streamRef,
    CFRunLoopRef _Nonnull runLoop,
    CFStringRef _Nonnull runLoopMode
);

LSInfo.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Modified #def kLSInvalidExtensionIndex
Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Modified kLSUnknownKindID
DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Declaration
From
OSStatus LSCanURLAcceptURL (
    CFURLRef inItemURL,
    CFURLRef inTargetURL,
    LSRolesMask inRoleMask,
    LSAcceptanceFlags inFlags,
    Boolean *outAcceptsItem
);
To
OSStatus LSCanURLAcceptURL (
    CFURLRef _Nonnull inItemURL,
    CFURLRef _Nonnull inTargetURL,
    LSRolesMask inRoleMask,
    LSAcceptanceFlags inFlags,
    Boolean * _Nonnull outAcceptsItem
);

Declaration
From
CFArrayRef LSCopyAllHandlersForURLScheme (
    CFStringRef inURLScheme
);
To
CFArrayRef _Nullable LSCopyAllHandlersForURLScheme (
    CFStringRef _Nonnull inURLScheme
);

Declaration
From
CFArrayRef LSCopyAllRoleHandlersForContentType (
    CFStringRef inContentType,
    LSRolesMask inRole
);
To
CFArrayRef _Nullable LSCopyAllRoleHandlersForContentType (
    CFStringRef _Nonnull inContentType,
    LSRolesMask inRole
);

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Declaration
From
CFArrayRef LSCopyApplicationURLsForBundleIdentifier (
    CFStringRef inBundleIdentifier,
    CFErrorRef *outError
);
To
CFArrayRef _Nullable LSCopyApplicationURLsForBundleIdentifier (
    CFStringRef _Nonnull inBundleIdentifier,
    CFErrorRef  _Nullable * _Nullable outError
);

Declaration
From
CFArrayRef LSCopyApplicationURLsForURL (
    CFURLRef inURL,
    LSRolesMask inRoleMask
);
To
CFArrayRef _Nullable LSCopyApplicationURLsForURL (
    CFURLRef _Nonnull inURL,
    LSRolesMask inRoleMask
);

Declaration
From
CFURLRef LSCopyDefaultApplicationURLForContentType (
    CFStringRef inContentType,
    LSRolesMask inRoleMask,
    CFErrorRef *outError
);
To
CFURLRef _Nullable LSCopyDefaultApplicationURLForContentType (
    CFStringRef _Nonnull inContentType,
    LSRolesMask inRoleMask,
    CFErrorRef  _Nullable * _Nullable outError
);

Declaration
From
CFURLRef LSCopyDefaultApplicationURLForURL (
    CFURLRef inURL,
    LSRolesMask inRoleMask,
    CFErrorRef *outError
);
To
CFURLRef _Nullable LSCopyDefaultApplicationURLForURL (
    CFURLRef _Nonnull inURL,
    LSRolesMask inRoleMask,
    CFErrorRef  _Nullable * _Nullable outError
);

Declaration
From
CFStringRef LSCopyDefaultHandlerForURLScheme (
    CFStringRef inURLScheme
);
To
CFStringRef _Nullable LSCopyDefaultHandlerForURLScheme (
    CFStringRef _Nonnull inURLScheme
);

Declaration
From
CFStringRef LSCopyDefaultRoleHandlerForContentType (
    CFStringRef inContentType,
    LSRolesMask inRole
);
To
CFStringRef _Nullable LSCopyDefaultRoleHandlerForContentType (
    CFStringRef _Nonnull inContentType,
    LSRolesMask inRole
);

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Modified LSKindID
DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Declaration
From
OSStatus LSRegisterURL (
    CFURLRef inURL,
    Boolean inUpdate
);
To
OSStatus LSRegisterURL (
    CFURLRef _Nonnull inURL,
    Boolean inUpdate
);

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Declaration
From
OSStatus LSSetDefaultHandlerForURLScheme (
    CFStringRef inURLScheme,
    CFStringRef inHandlerBundleID
);
To
OSStatus LSSetDefaultHandlerForURLScheme (
    CFStringRef _Nonnull inURLScheme,
    CFStringRef _Nonnull inHandlerBundleID
);

Declaration
From
OSStatus LSSetDefaultRoleHandlerForContentType (
    CFStringRef inContentType,
    LSRolesMask inRole,
    CFStringRef inHandlerBundleID
);
To
OSStatus LSSetDefaultRoleHandlerForContentType (
    CFStringRef _Nonnull inContentType,
    LSRolesMask inRole,
    CFStringRef _Nonnull inHandlerBundleID
);

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

LSInfoDeprecated.h (Added)

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Modified #def kLSInvalidExtensionIndex
Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Modified kLSUnknownKindID
DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Modified LSKindID
DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

DeprecationHeader
From--LaunchServices/LSInfo.h
ToOS X 10.11LaunchServices/LSInfoDeprecated.h

Header
FromLaunchServices/LSInfo.h
ToLaunchServices/LSInfoDeprecated.h

LSOpen.h

DeprecationHeader
From--LaunchServices/LSOpen.h
ToOS X 10.11LaunchServices/LSOpenDeprecated.h

DeprecationHeader
From--LaunchServices/LSOpen.h
ToOS X 10.11LaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Declaration
From
OSStatus LSOpenCFURLRef (
    CFURLRef inURL,
    CFURLRef *outLaunchedURL
);
To
OSStatus LSOpenCFURLRef (
    CFURLRef _Nonnull inURL,
    CFURLRef  _Nullable * _Nullable outLaunchedURL
);

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Declaration
From
OSStatus LSOpenFromURLSpec (
    const LSLaunchURLSpec *inLaunchSpec,
    CFURLRef *outLaunchedURL
);
To
OSStatus LSOpenFromURLSpec (
    const LSLaunchURLSpec * _Nonnull inLaunchSpec,
    CFURLRef  _Nullable * _Nullable outLaunchedURL
);

Modified LSOpenFSRef()
Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

LSOpenDeprecated.h (Added)

DeprecationHeader
From--LaunchServices/LSOpen.h
ToOS X 10.11LaunchServices/LSOpenDeprecated.h

DeprecationHeader
From--LaunchServices/LSOpen.h
ToOS X 10.11LaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Modified LSOpenFSRef()
Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

Header
FromLaunchServices/LSOpen.h
ToLaunchServices/LSOpenDeprecated.h

LSSharedFileList.h (Added)

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

LSSharedFileList.h (Removed)

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

Header
FromLaunchServices/LSSharedFileList.h
ToSharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

DeprecationHeader
From--LaunchServices/LSSharedFileList.h
ToOS X 10.11SharedFileList/LSSharedFileList.h

MDItem.h

SystemSound.h (Removed)

Removed AlertSoundPlay()
Removed AlertSoundPlayCustomSound()
Removed DisposeSystemSoundCompletionUPP()
Removed #def DisposeSystemSoundCompletionUPP
Removed InvokeSystemSoundCompletionUPP()
Removed #def InvokeSystemSoundCompletionUPP
Removed kSystemSoundClientTimedOutError
Removed kSystemSoundNoError
Removed kSystemSoundUnspecifiedError
Removed NewSystemSoundCompletionUPP()
Removed #def NewSystemSoundCompletionUPP
Removed SystemSoundActionID
Removed SystemSoundCompletionProcPtr
Removed SystemSoundCompletionUPP
Removed SystemSoundGetActionID()
Removed SystemSoundPlay()
Removed SystemSoundRemoveActionID()
Removed SystemSoundRemoveCompletionRoutine()
Removed SystemSoundSetCompletionRoutine()

TextCommon.h

UTCoreTypes.h

UTType.h

Declaration
From
CFStringRef UTCreateStringForOSType (
    OSType inOSType
);
To
CFStringRef _Nonnull UTCreateStringForOSType (
    OSType inOSType
);

Declaration
From
OSType UTGetOSTypeFromString (
    CFStringRef inString
);
To
OSType UTGetOSTypeFromString (
    CFStringRef _Nonnull inString
);

Declaration
From
Boolean UTTypeConformsTo (
    CFStringRef inUTI,
    CFStringRef inConformsToUTI
);
To
Boolean UTTypeConformsTo (
    CFStringRef _Nonnull inUTI,
    CFStringRef _Nonnull inConformsToUTI
);

Declaration
From
CFArrayRef UTTypeCopyAllTagsWithClass (
    CFStringRef inUTI,
    CFStringRef inTagClass
);
To
CFArrayRef _Nullable UTTypeCopyAllTagsWithClass (
    CFStringRef _Nonnull inUTI,
    CFStringRef _Nonnull inTagClass
);

Declaration
From
CFDictionaryRef UTTypeCopyDeclaration (
    CFStringRef inUTI
);
To
CFDictionaryRef _Nullable UTTypeCopyDeclaration (
    CFStringRef _Nonnull inUTI
);

Declaration
From
CFURLRef UTTypeCopyDeclaringBundleURL (
    CFStringRef inUTI
);
To
CFURLRef _Nullable UTTypeCopyDeclaringBundleURL (
    CFStringRef _Nonnull inUTI
);

Declaration
From
CFStringRef UTTypeCopyDescription (
    CFStringRef inUTI
);
To
CFStringRef _Nullable UTTypeCopyDescription (
    CFStringRef _Nonnull inUTI
);

Declaration
From
CFStringRef UTTypeCopyPreferredTagWithClass (
    CFStringRef inUTI,
    CFStringRef inTagClass
);
To
CFStringRef _Nullable UTTypeCopyPreferredTagWithClass (
    CFStringRef _Nonnull inUTI,
    CFStringRef _Nonnull inTagClass
);

Declaration
From
CFArrayRef UTTypeCreateAllIdentifiersForTag (
    CFStringRef inTagClass,
    CFStringRef inTag,
    CFStringRef inConformingToUTI
);
To
CFArrayRef _Nullable UTTypeCreateAllIdentifiersForTag (
    CFStringRef _Nonnull inTagClass,
    CFStringRef _Nonnull inTag,
    CFStringRef _Nullable inConformingToUTI
);

Declaration
From
CFStringRef UTTypeCreatePreferredIdentifierForTag (
    CFStringRef inTagClass,
    CFStringRef inTag,
    CFStringRef inConformingToUTI
);
To
CFStringRef _Nullable UTTypeCreatePreferredIdentifierForTag (
    CFStringRef _Nonnull inTagClass,
    CFStringRef _Nonnull inTag,
    CFStringRef _Nullable inConformingToUTI
);

Modified UTTypeEqual()
Declaration
From
Boolean UTTypeEqual (
    CFStringRef inUTI1,
    CFStringRef inUTI2
);
To
Boolean UTTypeEqual (
    CFStringRef _Nonnull inUTI1,
    CFStringRef _Nonnull inUTI2
);

Declaration
From
Boolean UTTypeIsDeclared (
    CFStringRef inUTI
);
To
Boolean UTTypeIsDeclared (
    CFStringRef _Nonnull inUTI
);

Declaration
From
Boolean UTTypeIsDynamic (
    CFStringRef inUTI
);
To
Boolean UTTypeIsDynamic (
    CFStringRef _Nonnull inUTI
);