Incorrect Comment about `[NSApplication setServicesProvider:]`.

Originator:jdhealy
Number:rdar://20677343 Date Originated:23-Apr-2015 07:56 PM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 6.3.1 (6D1002)
Classification:Other Bug Reproducible:Always
 
Summary and Steps to Reproduce:
1. In a Swift file in Xcode, type and Command-Option-Click `NSApp`.
2. ⌘F for `setServicesProvider`.
3. See `func NSRegisterServicesProvider(provider: AnyObject!, name: String!) // apps should use -setServicesProvider`

Expected Results:
Comment should reflect the library.

Actual Results:
`[NSApplication setServicesProvider:]` was removed in 10.10.
See https://developer.apple.com/library/mac/documentation/General/Reference/APIDiffsMacOSX10_10SeedDiff/frameworks/AppKit.html

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!