-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macdriver: add NSUserDefaults bindings #118
Conversation
I tried to do what you did but Macschema doesn't work for me. It always gives me this output: Which version of Macschema are you using? |
Don't use the release. It's actively being developed and updated so you have to build from main until things settle for a new release. |
@tmc Thank you very much for your help. Admittedly I was a little disappointed. I was making my own implementation of NSUserDefaults. This is how far I was:
The main.go file I made for testing:
|
This is the result of:
macschema pull foundation/nsuserdefaults
./gen/cmd/gen.go
go run ./gen/cmd
fixes #115