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

前端 未结 4 1115
遥遥无期
遥遥无期 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:36

    Basically you have to take a look at Launch Services which is just a wrapper around launchd, which you can check out by looking at man launchd in the terminal.

    or take a look at this question here at SO How do you make your App open at login?

提交回复
热议问题