[AltServer] Fixes "Sideload .ipa" file picker not appearing in foreground

This commit is contained in:
Riley Testut
2021-11-10 11:44:08 -08:00
parent 6d831f3d12
commit dd8a6f209a

View File

@@ -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