Sets custom system preferences.
Declarations
Type
attribute set
Default
{ }
Example
{
NSGlobalDomain = {
TISRomanSwitchState = 1;
};
"com.apple.Safari" = {
"com.apple.Safari.ContentPageGroupIdentifier.WebKit2DeveloperExtrasEnabled" = true;
};
}