| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace URLForApplicationToOpenURL:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace URLForApplicationToOpenContentType:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace URLsForApplicationsWithBundleIdentifier:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace URLsForApplicationsToOpenURL:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace URLForApplicationToOpenContentType:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace URLsForApplicationsToOpenContentType:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace setDefaultApplicationAtURL:toOpenContentType:completionHandler:] instead. |
| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none |
| To | Deprecated | Use -[NSWorkspace setDefaultApplicationAtURL:toOpenURLsWithScheme:completionHandler:] instead. |
| Declaration | |
|---|---|
| From | typedef void (*LSSharedFileListChangedProcPtr)(LSSharedFileListRef inList, void *context) |
| To | typedef void (*LSSharedFileListChangedProcPtr)(LSSharedFileListRef inList, void *context) |
| Declaration | |
|---|---|
| From | LSSharedFileListRef LSSharedFileListCreate(CFAllocatorRef inAllocator, CFStringRef inListType, CFTypeRef listOptions) |
| To | LSSharedFileListRef LSSharedFileListCreate(CFAllocatorRef inAllocator, CFStringRef inListType, CFTypeRef listOptions) |
| Declaration | |
|---|---|
| From | OSStatus LSSharedFileListSetAuthorization(LSSharedFileListRef inList, AuthorizationRef inAuthorization) |
| To | OSStatus LSSharedFileListSetAuthorization(LSSharedFileListRef inList, AuthorizationRef inAuthorization) |
| Declaration | |
|---|---|
| From | void LSSharedFileListAddObserver(LSSharedFileListRef inList, CFRunLoopRef inRunloop, CFStringRef inRunloopMode, LSSharedFileListChangedProcPtr callback, void *context) |
| To | void LSSharedFileListAddObserver(LSSharedFileListRef inList, CFRunLoopRef inRunloop, CFStringRef inRunloopMode, LSSharedFileListChangedProcPtr callback, void *context) |
| Declaration | |
|---|---|
| From | void LSSharedFileListRemoveObserver(LSSharedFileListRef inList, CFRunLoopRef inRunloop, CFStringRef inRunloopMode, LSSharedFileListChangedProcPtr callback, void *context) |
| To | void LSSharedFileListRemoveObserver(LSSharedFileListRef inList, CFRunLoopRef inRunloop, CFStringRef inRunloopMode, LSSharedFileListChangedProcPtr callback, void *context) |
| Declaration | |
|---|---|
| From | UInt32 LSSharedFileListGetSeedValue(LSSharedFileListRef inList) |
| To | UInt32 LSSharedFileListGetSeedValue(LSSharedFileListRef inList) |
| Declaration | |
|---|---|
| From | CFTypeRef LSSharedFileListCopyProperty(LSSharedFileListRef inList, CFStringRef inPropertyName) |
| To | CFTypeRef LSSharedFileListCopyProperty(LSSharedFileListRef inList, CFStringRef inPropertyName) |
| Declaration | |
|---|---|
| From | OSStatus LSSharedFileListSetProperty(LSSharedFileListRef inList, CFStringRef inPropertyName, CFTypeRef inPropertyData) |
| To | OSStatus LSSharedFileListSetProperty(LSSharedFileListRef inList, CFStringRef inPropertyName, CFTypeRef inPropertyData) |
| Declaration | |
|---|---|
| From | CFArrayRef LSSharedFileListCopySnapshot(LSSharedFileListRef inList, UInt32 *outSnapshotSeed) |
| To | CFArrayRef LSSharedFileListCopySnapshot(LSSharedFileListRef inList, UInt32 *outSnapshotSeed) |
| Declaration | |
|---|---|
| From | LSSharedFileListItemRef LSSharedFileListInsertItemURL(LSSharedFileListRef inList, LSSharedFileListItemRef insertAfterThisItem, CFStringRef inDisplayName, IconRef inIconRef, CFURLRef inURL, CFDictionaryRef inPropertiesToSet, CFArrayRef inPropertiesToClear) |
| To | LSSharedFileListItemRef LSSharedFileListInsertItemURL(LSSharedFileListRef inList, LSSharedFileListItemRef insertAfterThisItem, CFStringRef inDisplayName, IconRef inIconRef, CFURLRef inURL, CFDictionaryRef inPropertiesToSet, CFArrayRef inPropertiesToClear) |
| Declaration | |
|---|---|
| From | LSSharedFileListItemRef LSSharedFileListInsertItemFSRef(LSSharedFileListRef inList, LSSharedFileListItemRef insertAfterThisItem, CFStringRef inDisplayName, IconRef inIconRef, const FSRef *inFSRef, CFDictionaryRef inPropertiesToSet, CFArrayRef inPropertiesToClear) |
| To | LSSharedFileListItemRef LSSharedFileListInsertItemFSRef(LSSharedFileListRef inList, LSSharedFileListItemRef insertAfterThisItem, CFStringRef inDisplayName, IconRef inIconRef, const FSRef *inFSRef, CFDictionaryRef inPropertiesToSet, CFArrayRef inPropertiesToClear) |
| Declaration | |
|---|---|
| From | OSStatus LSSharedFileListItemMove(LSSharedFileListRef inList, LSSharedFileListItemRef inItem, LSSharedFileListItemRef inMoveAfterItem) |
| To | OSStatus LSSharedFileListItemMove(LSSharedFileListRef inList, LSSharedFileListItemRef inItem, LSSharedFileListItemRef inMoveAfterItem) |
| Declaration | |
|---|---|
| From | OSStatus LSSharedFileListItemRemove(LSSharedFileListRef inList, LSSharedFileListItemRef inItem) |
| To | OSStatus LSSharedFileListItemRemove(LSSharedFileListRef inList, LSSharedFileListItemRef inItem) |
| Declaration | |
|---|---|
| From | OSStatus LSSharedFileListRemoveAllItems(LSSharedFileListRef inList) |
| To | OSStatus LSSharedFileListRemoveAllItems(LSSharedFileListRef inList) |
| Declaration | |
|---|---|
| From | UInt32 LSSharedFileListItemGetID(LSSharedFileListItemRef inItem) |
| To | UInt32 LSSharedFileListItemGetID(LSSharedFileListItemRef inItem) |
| Declaration | |
|---|---|
| From | IconRef LSSharedFileListItemCopyIconRef(LSSharedFileListItemRef inItem) |
| To | IconRef LSSharedFileListItemCopyIconRef(LSSharedFileListItemRef inItem) |
| Declaration | |
|---|---|
| From | CFStringRef LSSharedFileListItemCopyDisplayName(LSSharedFileListItemRef inItem) |
| To | CFStringRef LSSharedFileListItemCopyDisplayName(LSSharedFileListItemRef inItem) |
| Declaration | |
|---|---|
| From | OSStatus LSSharedFileListItemResolve(LSSharedFileListItemRef inItem, LSSharedFileListResolutionFlags inFlags, CFURLRef *outURL, FSRef *outRef) |
| To | OSStatus LSSharedFileListItemResolve(LSSharedFileListItemRef inItem, LSSharedFileListResolutionFlags inFlags, CFURLRef _Nullable *outURL, FSRef *outRef) |
| Declaration | |
|---|---|
| From | CFURLRef LSSharedFileListItemCopyResolvedURL(LSSharedFileListItemRef inItem, LSSharedFileListResolutionFlags inFlags, CFErrorRef *outError) |
| To | CFURLRef LSSharedFileListItemCopyResolvedURL(LSSharedFileListItemRef inItem, LSSharedFileListResolutionFlags inFlags, CFErrorRef _Nullable *outError) |
| Declaration | |
|---|---|
| From | CFTypeRef LSSharedFileListItemCopyProperty(LSSharedFileListItemRef inItem, CFStringRef inPropertyName) |
| To | CFTypeRef LSSharedFileListItemCopyProperty(LSSharedFileListItemRef inItem, CFStringRef inPropertyName) |
| Declaration | |
|---|---|
| From | OSStatus LSSharedFileListItemSetProperty(LSSharedFileListItemRef inItem, CFStringRef inPropertyName, CFTypeRef inPropertyData) |
| To | OSStatus LSSharedFileListItemSetProperty(LSSharedFileListItemRef inItem, CFStringRef inPropertyName, CFTypeRef inPropertyData) |