Sets custom system preferences.
Declarations
Type
open submodule of (plist value)Default
{ }Example
{
NSGlobalDomain = {
TISRomanSwitchState = 1;
};
"com.apple.Safari" = {
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" = true;
};
}