Google Reader API Account Provider and initial integration

* Creation of account classes (based on FeedBin)
* Integration on Mac side into account dialog
* Initial authentication call works and extracts auth token, but no where to put it right now.
This commit is contained in:
Jeremy Beker
2019-05-28 13:08:15 -04:00
parent 6b93576f37
commit 84dbdf25e2
19 changed files with 2537 additions and 7 deletions

View File

@@ -138,6 +138,8 @@ class ScriptableAccount: NSObject, UniqueIdScriptingObject, ScriptingObjectConta
osType = "FWrg"
case .newsBlur:
osType = "NBlr"
case .googleReaderCompatible:
osType = "Grdr"
}
return osType.fourCharCode()
}