From 12e1b1ddf683b319ded7dc4d8606d8bc59a69f3f Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Sun, 30 Aug 2020 12:23:04 -0700 Subject: [PATCH] App: attempt to remove RxCoca `RxCocoa` has a dependency on `UIWebView` which is deprecated for security issues. Attempt to remove the `RxCocoa` dependency, `RxSwift` should be sufficient for our needs. --- Steps4Impact/App/Cache.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Steps4Impact/App/Cache.swift b/Steps4Impact/App/Cache.swift index fd7ad5e4..5bbee306 100644 --- a/Steps4Impact/App/Cache.swift +++ b/Steps4Impact/App/Cache.swift @@ -29,7 +29,6 @@ import Foundation import RxSwift -import RxCocoa class Cache { static let shared = Cache()