2

I have a Xamarin.Mac C# application that needs to run as a hidden daemon.
How do I tell my app to not show it's icon in the OS X dock?

Thanks!

EV

4

1 回答 1

3

您可以在您的项目中编辑Info.plist文件,在“Application is agent (UIElement)”的Source选项卡上新建一个属性,并将其设置为字符串“1”。

这与在文本编辑器中手动将 LSUIElement 设置为 1 并告诉 OS X 作为代理启动应用程序相同。

于 2013-07-12T23:12:22.990 回答