How do I enable location services for a particular app from command line?
I've created an .app python application and I need to enable location services for it from command line, because in my setup there is no access to GUI.
So basically, I wan't to achieve doing
System Preferences > Security & Privacy > Privacy > Location Services and tick <app_name>
from command line. How do I do that?