progrium / darwinkit

Native Mac APIs for Go. Previously known as MacDriver
MIT License
4.99k stars 158 forks source link

How does macdriver call the SCPreferencesPathSetValue function? I want to set up a system proxy #175

Open dean2021 opened 1 year ago

dean2021 commented 1 year ago

How does macdriver call the SCPreferencesPathSetValue function? I want to set up a system proxy

progrium commented 1 year ago

We don't generate bindings for functions yet. I can put the System Configuration framework on my list. Tell me more about your use case?

progrium commented 1 year ago

We have a plan for functions, which you can track here: https://github.com/progrium/macdriver/issues/151