Skip to content

Cannot read com.apple.Safari #1

@JimDabell

Description

@JimDabell

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions