18 lines
603 B
Markdown
18 lines
603 B
Markdown
# 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.
|
|
|
|
## [Zip](https://github.com/marmelroy/Zip)
|
|
Used to unzip NetNewsWire theme files.
|