[AltStore] Adds redesigned BrowseViewController to browse and install apps

This commit is contained in:
Riley Testut
2019-07-16 14:25:09 -07:00
parent 800ec11ae1
commit 129ae15a54
16 changed files with 689 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ class FetchAppsOperation: ResultOperation<[App]>
{
super.main()
let appsURL = URL(string: "https://www.dropbox.com/s/z5tj1tx8zgeqbms/Apps.json?dl=1")!
let appsURL = URL(string: "https://www.dropbox.com/s/6qi1vt6hsi88lv6/Apps-Dev.json?dl=1")!
let dataTask = self.session.dataTask(with: appsURL) { (data, response, error) in
DatabaseManager.shared.persistentContainer.performBackgroundTask { (context) in