Updates AltStore source to use new storage backend

This commit is contained in:
Riley Testut
2019-09-17 11:51:53 -07:00
parent 3a190afa3b
commit 8bfa5c6ff3
3 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ import CoreData
extension Source
{
static let altStoreIdentifier = "com.rileytestut.AltStore"
static let altStoreSourceURL = URL(string: "https://www.dropbox.com/s/z5tj1tx8zgeqbms/Apps.json?dl=1")!
static let altStoreSourceURL = URL(string: "https://cdn.altstore.io/file/altstore/apps.json")!
}
@objc(Source)