[AltStore] Adds redesigned AppViewController to view/download AltStore apps

This commit is contained in:
Riley Testut
2019-07-24 12:23:54 -07:00
parent 711dd69b74
commit fc44dfb19c
37 changed files with 1583 additions and 399 deletions

View File

@@ -49,6 +49,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
{
self.isLaunching = true
self.setTintColor()
ServerManager.shared.startDiscovering()
DatabaseManager.shared.start { (error) in
@@ -93,6 +95,14 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}
}
private extension AppDelegate
{
func setTintColor()
{
self.window?.tintColor = .altGreen
}
}
extension AppDelegate
{
private func prepareForBackgroundFetch()