-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I can read com.apple.safari
using defaults, but not with defaults-rs:
$ defaults read com.apple.safari | wc
610 1560 28043
$ drs read com.apple.safari
{
}
For some users, there is no content at all, for others, there’s just something tiny:
$ drs read com.apple.safari
{
IIO_LaunchInfo = -2;
}
I can reproduce this with a brand new user account. It doesn’t matter if I use uppercase or lowercase for Safari
.
- macOS Sequoia 15.5 (24F74)
- defaults-rs 0.2.3
Metadata
Metadata
Assignees
Labels
No labels