mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-17 02:33:27 +01:00
[AltStore] Adds redesigned BrowseViewController to browse and install apps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user