Hi,
Is it possible to create a Helper in Xojo with SMAppService (replacing the AuthorizationMBS class) in order to give sudo rights to the various functions that require them in my Xojo application?
Or is it necessary to use Swift/Xcode to write the Helper and install it in /Library/PrivilegedHelperTools/?
Thanks
It seems that this is the new approach recommended by Apple, and I am indeed seeing more and more recent programs that use âHelpersâ and ask for the sudo password to be entered when the app is launched.
Look in your â/Library/PrivilegedHelperTools/â folder.