Post

Replies

Boosts

Views

Activity

Reply to Will the Virtualization Framework support iCloud accounts?
I will third, forth, fifth and however many times it needs to be said to have this (Apple logins) supported in a macOS VM. It's quite pointless to have macOS support in a VM if it ends up being neutered on its most basic functionality. I encourage Apple to re-read StarPlayr's comment as many times a day as humanly possible, because they hit the nail on the head - this should've "just work[ed]" from day 1.
Oct ’22
Reply to Are LaunchdAgents deleted when the app is deleted
Question in a similar vein: if an app has installed and registered a Login Item (via SMAppService), when the application is updated (either manually or via AppStore), do the Login Items registered that are currently running processes get restarted with the newly installed update of the app's relevant executables? I can find no documentation that describes what happens or is required in the case of an application update.
Jan ’24
Reply to SIGABRT when using NSAttributedString.DocumentType.html
What's happening is that you're using NSAttributedString to get a rich text string from HTML; this causes the system to internally use the WebKit engine to parse the HTML, and during this processing causes to runloop to get run, which triggers other code leading to internal inconsistencies. Try and see if you can trigger the parsing before (or outside of) the code that alters the rows.
4w