diff --git a/AltServer/AppDelegate.swift b/AltServer/AppDelegate.swift index cda869a6..15210162 100644 --- a/AltServer/AppDelegate.swift +++ b/AltServer/AppDelegate.swift @@ -126,6 +126,8 @@ private extension AppDelegate @objc func sideloadIPA(to device: ALTDevice) { + NSRunningApplication.current.activate(options: .activateIgnoringOtherApps) + let openPanel = NSOpenPanel() openPanel.canChooseDirectories = false openPanel.allowsMultipleSelection = false