macOS: 26.3.1
openboot: v0.37.0
Allow specifying the type for the macos_prefs, the way it is currently, if you try to set anything other than a string it fails.
{
"domain": "",
"key": "",
"type": "[string|int|bool]", <-- new key
"value": "",
"desc": ""
}