root3nl / SupportApp

The Support App is developed by Root3, specialized in managing Apple devices. Root3 offers consultancy and support for organizations to get the most out of their Apple devices and is based in The Netherlands (Halfweg).
https://www.root3.nl
MIT License
585 stars 60 forks source link

Two Support.app processes running at same time #143

Closed EdBascom closed 7 months ago

EdBascom commented 1 year ago

what is the launch mechanism for starting the support app - I have two apps running simultaneously. killing one and restarting the computer just starts up two processes again.

jordywitteman commented 1 year ago

Hi @EdBascom if you use the regular PKG installer, it included a LaunchAgent to automatically launch the app and keepalive (if user would close it). There is no need to programmatically launch the app using scripts/commands. The ZIP containing the .app bundle does not include this so this is a suitable solution if you want to create your own launch mechanism. Please check here for more info: https://github.com/root3nl/SupportApp#download

jordywitteman commented 7 months ago

Will close this issue but feel free to reopen if there is anything unclear