mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Don't try to add macOS only extensions points on iOS
This commit is contained in:
@@ -57,8 +57,10 @@ final class ExtensionPointManager: FeedProviderManagerDelegate {
|
||||
var commands = activeExtensionPoints.values.compactMap({ return $0 as? SendToCommand })
|
||||
|
||||
// These two SendToCommands don't need logins and are always active
|
||||
#if os(macOS)
|
||||
commands.append(SendToMarsEditCommand())
|
||||
commands.append(SendToMicroBlogCommand())
|
||||
#endif
|
||||
|
||||
return commands
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user