mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 20:23: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)
|
@objc func sideloadIPA(to device: ALTDevice)
|
||||||
{
|
{
|
||||||
|
NSRunningApplication.current.activate(options: .activateIgnoringOtherApps)
|
||||||
|
|
||||||
let openPanel = NSOpenPanel()
|
let openPanel = NSOpenPanel()
|
||||||
openPanel.canChooseDirectories = false
|
openPanel.canChooseDirectories = false
|
||||||
openPanel.allowsMultipleSelection = false
|
openPanel.allowsMultipleSelection = false
|
||||||
|
|||||||
Reference in New Issue
Block a user