aysiu

Results 10 comments of aysiu

@hjuutilainen Would it be super difficult to also remember the sort for the list of items (left-most tab)?

https://github.com/macadmins/nudge/issues/437 https://github.com/macadmins/nudge/issues/386

Not sure how difficult it would be to port to Nudge, but I think these are the relevant bits for how Munki handles things: https://github.com/munki/munki/blob/4e35f56b9c19d3dff3dc1bd85c634cbc1b507938/code/apps/Managed%20Software%20Center/Managed%20Software%20Center/MunkiItems.swift#L958-L959 https://github.com/munki/munki/blob/4e35f56b9c19d3dff3dc1bd85c634cbc1b507938/code/apps/Managed%20Software%20Center/Managed%20Software%20Center/munki.swift#L300-L308

I believe, based the Munki code I posted above, that Munki just chops the `z` off the end, and then assumes local time. It's still in the XML, but the...

Not really sure how to add this download recipe for FileZilla and test it, but the code signature verification should be: `identifier "de.filezilla" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6]...

Tried to address it with this PR: https://github.com/autopkg/keeleysam-recipes/pull/92

Of course, that might mean the .munki recipe's unarchiver processor may be redundant: https://github.com/autopkg/keeleysam-recipes/blob/master/FileZilla/FileZilla.munki.recipe#L37-L49

There's a lot of extra potential for Nudge admin user error, too. Right now, you could have targeted OS version rules that say everyone has to be on 13.3.1, whether...

For what it's worth, I just did an Erase All Content and Setting on 13.3.1 (a), and it's still on 13.3.1 (a), but the rest I fully agree with.

I think one of the technical challenges here is that Nudge seems to be leveraging a built-in property called [OperatingSystemVersion](https://developer.apple.com/documentation/foundation/operatingsystemversion) The Apple Developer documentation doesn't seem to have that include...