Bart Reardon
Bart Reardon
I like that reasoning to make `sfsymbols` fetch the current non-beta release. Quick and easy way would be to assume the "current" version will be listed last so `curl -fs...
Just adding my vote to this request. My current workflow is to copy a generic nopkg to my repo then modify in munkiadmin but having direct capability to add one...
I use the [MarkdownUI framework](https://github.com/gonzalezreal/MarkdownUI) which might not be something you want to attach. macOS 12 attributed strings can use some limited markdown (cmark standard, although only partial, e.g. no...
This is as close as I got to getting it working. Works in macOS 11 but due to changes in the way DND is implemented in macOS 12 (essentially it's...
I might have found a way to check focus mode under macOS 12 using the `Intents` framework and checking `INFocusStatusCenter`. https://developer.apple.com/documentation/sirikit/infocusstatus requires adding the `Communications Notifications` entitlement and a config...
Minor update to this - once Xcode supports the `INFocusStatusCenter` frameworks again (it was in xcode beta but taken out for the release) then adding DND should be trivial. There...
I made a proof of concept app that reports back DND status on macOS 11 and 12 https://github.com/bartreardon/infocus - waiting for the prod release of xcode 13 with these frameworks...
yeah, that's a fair assessment. As far as implementation is concerned, the dropdown and radio buttons are the same code just with a different style attached to it. Will add...
Good suggestion. This has been on my want/todo list for a while
@motionbug and @robatjamf check the v2.0 [preview release](https://github.com/bartreardon/swiftDialog/releases/tag/v2.0Preview1). I released a new build today that includes a web view. Let me know what you think.