I'm creating a command line program written in the C language in the usual way — compiling with gcc on the command line etc. I want my program to be able to use Hypervisor.framework. In order to do this it needs the com.apple.security.hypervisor
entitlement. How can I add this entitlement to my compiled binary in order to allow it to run?
↧
How to add entitlements to a command line program written in C
↧