Hi,
I need to hide my app icon in Dock after closing the app. By default Dock shows icons of recent apps.
I can't use LSUIElement because I need this icon in Dock when the app is running. Also my app uses fullscreen mode.
Also NSApp.setActivationPolicy(.accessory) doesn't fit my needs, because I need the main menu and icon when app is running.
I need to hide my app icon in Dock after closing the app. By default Dock shows icons of recent apps.
I can't use LSUIElement because I need this icon in Dock when the app is running. Also my app uses fullscreen mode.
Also NSApp.setActivationPolicy(.accessory) doesn't fit my needs, because I need the main menu and icon when app is running.