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

Migrate SupportHelper to built-in PrivilegedHelperTool #162

Open jordywitteman opened 5 months ago

jordywitteman commented 5 months ago

The current SupportHelper is a separate package and may not be the best choice to allow inter-app communication. A more suitable solution is to built-in a PrivilegedHelperTool to make it easier to deploy and more secure as we can enforce code requirements between processes.