mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Update to latest RSCore
This commit is contained in:
@@ -150,7 +150,7 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
|
||||
|
||||
@objc(opmlRepresentation)
|
||||
var opmlRepresentation:String {
|
||||
return self.account.OPMLString(indentLevel:0, strictConformance: true)
|
||||
return self.account.OPMLString(indentLevel:0, allowCustomAttributes: false)
|
||||
}
|
||||
|
||||
@objc(accountType)
|
||||
@@ -168,6 +168,6 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
|
||||
case .newsBlur:
|
||||
osType = "NBlr"
|
||||
}
|
||||
return osType.fourCharCode()
|
||||
return osType.fourCharCode
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user