Rename Account.type to Account.accountType.

This commit is contained in:
Brent Simmons
2024-06-09 22:53:19 -07:00
parent 96fefbc800
commit c1f6026495
16 changed files with 35 additions and 32 deletions

View File

@@ -156,7 +156,7 @@ import Core
@objc(accountType)
var accountType:OSType {
var osType:String = ""
switch self.account.type {
switch self.account.accountType {
case .onMyMac:
osType = "Locl"
case .cloudKit: