2020-12-19 05:10:57 +01:00
|
|
|
# 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!
|
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [BrightFutures](https://github.com/Thomvis/BrightFutures)
|
|
|
|
Required by OAuthSwift (through Erik) as a testing dependency. Not shipped in NNW.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [Erik](https://github.com/phimage/Erik)
|
|
|
|
Required by OAuthSwift as a testing dependency. Not shipped in NNW.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [FileKit](https://github.com/nvzqz/FileKit)
|
|
|
|
Required by OAuthSwift (through Erik) as a testing dependency. Not shipped in NNW.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [FMDB](https://github.com/ccgus/fmdb)
|
|
|
|
RSDatabase uses FMDB for SQLite persistence.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [Kanna](https://github.com/tid-kijyun/Kanna)
|
|
|
|
Required by OAuthSwift as a testing dependency. Not shipped in NNW.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [OAuthSwift](https://github.com/OAuthSwift/OAuthSwift)
|
|
|
|
Our Reddit and Twitter use the OAuth framework to authenticate with the services
|
|
|
|
and then service requests to them.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [PLCrashReporter](https://github.com/microsoft/plcrashreporter)
|
|
|
|
Used to collect crash reports and send them to Brent. Mac only.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [Sparkle](https://github.com/sparkle-project/Sparkle)
|
|
|
|
Used to provide application updates to users. Mac only.
|
2020-12-19 05:10:57 +01:00
|
|
|
|
2020-12-19 09:34:31 +01:00
|
|
|
## [Swifter](https://github.com/httpswift/swifter)
|
|
|
|
Required by OAuthSwift as a testing dependency. Not shipped in NNW.
|