Prioritizes app refresh order

Tries to refresh apps that are about to expire first, and then always refreshes AltStore itself last, since refreshing AltStore means that the app will quit.
This commit is contained in:
Riley Testut
2019-06-21 11:20:03 -07:00
parent c096fd02b4
commit 39c84e623a
21 changed files with 1016 additions and 621 deletions

View File

@@ -11,11 +11,6 @@ import Network
import AltKit
struct Server: Equatable
{
var service: NetService
}
class ServerManager: NSObject
{
static let shared = ServerManager()