NetNewsWire/Technotes/Dependencies.markdown

20 lines
653 B
Markdown
Raw Normal View History

# Third Party Dependencies
In addition to our own frameworks (RSCore, RSDatabase, RSParser, RSTree, and RSWeb) we use various third party frameworks.
Thank you to the authors of these!
## [FMDB](https://github.com/ccgus/fmdb)
RSDatabase uses FMDB for SQLite persistence.
## [PLCrashReporter](https://github.com/microsoft/plcrashreporter)
Used to collect crash reports and send them to Brent. Mac only.
## [Sparkle](https://github.com/sparkle-project/Sparkle)
Used to provide application updates to users. Mac only.
## [Swifter](https://github.com/httpswift/swifter)
Required by OAuthSwift as a testing dependency. Not shipped in NNW.
## [Zip]