Add SideJITServer Support for Enabling JIT on iOS 17+ in app (#630)

This commit is contained in:
stossy11
2024-06-17 09:43:25 +10:00
committed by GitHub
parent 370cafcba0
commit 68be615057
10 changed files with 366 additions and 55 deletions

View File

@@ -61,6 +61,8 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
// Register default settings before doing anything else.
UserDefaults.registerDefaults()
DatabaseManager.shared.start { (error) in
if let error = error
{