Remove iCloud and NewsBlur from the available account types until we move 5.1 to mac-candidate
This commit is contained in:
parent
ce33184502
commit
7480e42455
|
@ -19,7 +19,7 @@ class AccountsAddViewController: NSViewController {
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .feedWrangler, .freshRSS, .cloudKit, .newsBlur]
|
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .feedWrangler, .freshRSS, .cloudKit, .newsBlur]
|
||||||
#else
|
#else
|
||||||
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly, .cloudKit, .newsBlur]
|
private var addableAccountTypes: [AccountType] = [.onMyMac, .feedbin, .feedly]
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
|
|
Loading…
Reference in New Issue