0

Is there a way to make an application hidden from the user for an OS X application ( eg not being on the dock when it's open and only operating in the background). I know there is a way to make things like hidden Python windows but can I do it in swift?

Thomas Tempelmann
  • 11,045
  • 8
  • 74
  • 149
brimstone
  • 3,370
  • 3
  • 28
  • 49

1 Answers1

3

Add a LSUIElement key to the Info.plist and set its value to 1.

saagarjha
  • 2,221
  • 1
  • 20
  • 37