Disable Twitter Extension Point for Developer Build.

This commit is contained in:
Maurice Parker
2020-04-22 14:16:50 -05:00
parent 7b37f51f59
commit 0ac5a6dbca
5 changed files with 11 additions and 5 deletions

View File

@@ -14,7 +14,8 @@ import RSCore
final class SendToMicroBlogCommand: ExtensionPoint, SendToCommand {
static var isSinglton: Bool = true
static var isSinglton = true
static var isDeveloperBuildRestricted = false
static var title: String = NSLocalizedString("Micro.blog", comment: "Micro.blog")
static var templateImage = AppAssets.extensionPointMicroblog
static var description: NSAttributedString = {