Merge branch 'mac-release'

This commit is contained in:
Maurice Parker
2019-09-25 17:09:21 -05:00
9 changed files with 25 additions and 14 deletions

View File

@@ -146,7 +146,7 @@ class ScriptableFeed: NSObject, UniqueIdScriptingObject, ScriptingObjectContaine
@objc(opmlRepresentation)
var opmlRepresentation:String {
return self.feed.OPMLString(indentLevel:0)
return self.feed.OPMLString(indentLevel:0, strictConformance: true)
}
// MARK: --- scriptable elements ---