NetNewsWire/Technotes/Dependencies.markdown

18 lines
603 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)
2023-06-26 19:14:21 +02:00
Used to collect crash reports and send them to Brent. Mac only.
## [Sparkle](https://github.com/sparkle-project/Sparkle)
2023-06-26 19:14:21 +02:00
Used to provide application updates to users. Mac only.
2023-06-26 19:14:21 +02:00
## [Zip](https://github.com/marmelroy/Zip)
Used to unzip NetNewsWire theme files.