mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add comment about deprecation warning that we can’t do anything about.
This commit is contained in:
@@ -200,6 +200,9 @@ private extension TimelineViewController {
|
||||
|
||||
let sortedArticles = articles.sortedByDate(.orderedAscending)
|
||||
let items = sortedArticles.map { ArticlePasteboardWriter(article: $0) }
|
||||
|
||||
// There’s no replacement for the deprecated `NSSharingService.sharingServices` —
|
||||
// and we need it in order to create a custom menu.
|
||||
let standardServices = NSSharingService.sharingServices(forItems: items)
|
||||
let customServices = SharingServicePickerDelegate.customSharingServices(for: items)
|
||||
let services = standardServices + customServices
|
||||
|
||||
Reference in New Issue
Block a user