Create a helper app without Sandboxing

不羁的心 提交于 2020-01-17 14:08:09

问题


I've found several guides (here, here, and here) on how to create a helper app to launch a main app on login. However, as my app is not distributed through the App Store, I do NOT want to enable sandboxing, and all of the solutions I've found require both the helper app and the main app to be sandboxed.

Is there any way to create a helper app to launch a main app at login WITHOUT requiring the use of sandboxing?


回答1:


You can use [NSWorkspace launchApplication:] to launch your app from your helper.



来源:https://stackoverflow.com/questions/30580965/create-a-helper-app-without-sandboxing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!