[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 0397db51f7
commit 706229640f

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