mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltServer] Fixes "Sideload .ipa" file picker not appearing in foreground
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user