How to create a helper application for Mac App to start it on user login?

前端 未结 4 1100
遥遥无期
遥遥无期 2020-12-24 09:17

In fact, I read the following document:

Applications can contain a helper application as a full application bundle, stored inside the main application bundle in the

4条回答
  •  一生所求
    2020-12-24 09:52

    I've never used LSRegisterURL, I can answer the first question: to set the LSUIElement bit you just simply open the .plist and add the row "Application is agent (UIElement)", then set the value to TRUE.

提交回复
热议问题