Post

Replies

Boosts

Views

Activity

Reply to What are "Login Items Added by Apps" in Ventura?
Thanks. For posterity I'll note that in the release version of Ventura, this section (if present) is apparently titled "Allow in Background", which is not any clearer IMHO. But the WWDC session seems to indicate that this list is for launch agents and daemons, whereas plain old apps that run at login, background-only or not, are in the upper list.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’22
Reply to Strange behavior from FileManager.getRelationship(_:of:in:to)
When you're testing, do your test items like /Users/username/.Trash/foo actually exist? Maybe you're assuming that this test should be entirely path-based so it shouldn't matter, but in fact this getRelationship method returns an error if the URL does not point to an actual file/folder. Not sure why you didn't get the "Unable to get relationship..." log message; I'm an old-fashioned objective-C programmer.
Topic: App & System Services SubTopic: General Tags:
Dec ’21
Reply to SSL error on download, Sierra only
I found the page Identifying the Source of Blocked Connections about checking ATS problems with nscurl, and that shows the same errors in Sierra, without allowing insecure loads. So I guess that means it's not an error in my code. And on Big Sur, all the nscurl --ats-diagnostics tests pass, so it seems like it's not a server problem either, leaving the conclusion that it must be a Sierra bug.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’21