2

I did some research on the subject and theoretically you should be able to insert

<key>LSUIElement</key>
<true>

right before

</dict>
</plist>

at the end of a .dmg file to get the icon to hide from the dock even when it is in use. I'm not looking for a workaround like "Change the dock icon" or "Just hide the dock entirely" or something like that, I'd like to know how this sort of thing works and why it is just crashing the application rather than hiding the dock icon.

Cdhippen
  • 615
  • 1
  • 10
  • 32
  • 1
    You would add that to the Info.plist, not to the .dmg, and it generally works. What is the crash you are getting? When are you getting it? What is the crash log? The trace? Does anything log to the console? It's completely impossible to help with the dearth of information in this question. – Charles Srstka Sep 03 '17 at 23:25
  • I figured it out, LSUIElement apparently just crashes some applications, but a workaround that performs the same thing is NSUIelement instead of LSUIelement. I love that I spent hours researching this and then found the correct answer 2 minutes after asking. – Cdhippen Sep 03 '17 at 23:28

1 Answers1

2

I figured it out, LSUIElement apparently just crashes some applications, but a workaround that performs the same thing is NSUIelement instead of LSUIelement. I love that I spent hours researching this and then found the correct answer 2 minutes after asking.

Cdhippen
  • 615
  • 1
  • 10
  • 32