I use AutoPkg for multiple workflows, and as a result I have developed a lot of custom shared processors. As with most code, I often have to update my shared processors as I find bugs or scale up and factor in additional edge cases. Often times these shared processors feature...
Apple made it possible to install iPhone and iPad apps to Apple Silicon Macs as soon as they were released. Since version 10.30 it has been possible to deploy these apps via Jamf Pro. The method of adding an iPhone/iPad app to Jamf Pro for distribution to Macs is, however,...
On 21 October 2021, at 02:00 PM CDT (21:00 Central European Time), I am proud to be co-presenting with Anthony Reimer at the Virtual JNUC 2021, on the following topic: Making package uploading and deployment easier with JamfUploader AutoPkg is a community framework for capturing software installers from external or...
The longer you use AutoPkg without cleaning up the Cache folder, the more cruft you’re going to get. Much of the cruft is older downloads and any packages generated. Depending on your setup, you may be able to just delete the entire Cache folder periodically, or even after every run....
Modern System Extensions on macOS are generally installed via an application bundle. They can be bundled within the application with which they are associated (for example Microsoft Defender ATP), or in specific applications along side the main app that deliver the system extension (examples include Sophos Anti-Virus and Cisco AnyConnect)....
I was honoured to present at the Texas Apple Admins Virtual Meetup yesterday, 30 March 2021, to talk about YAML-formatted AutoPkg recipes. The presentation was not be recorded live, but I have recorded it separately, and it is available here: The slides with presenter notes are also be available here,...
Back in 2018, I published a blog post about how you can write AutoPkg recipes in yaml format, and convert them to plist-format to run them. See Writing AutoPkg recipes and other plist-formatted files in yaml. I’ve been writing all my recipes in yaml format since then. plist and yaml...
To get Adobe Creative Cloud Desktop application to work on an Apple Silicon Mac, Adobe have provided a patch for their latest installers. The current version of Adobe Creative Cloud that is downloadable from Adobe’s admin console (if you have access) at the time of writing is 5.3.2.471. The instructions...
My first post for a few months, and apologies in advance as it’s a long one… I’ve made a new set of AutoPkg processors for importing packages to Jamf Pro. After some testing, I have now begun writing and using new recipes to replace the .jss recipes we have been...
One of the major limitations of Jamf Pro in comparison to Munki when it comes to software deployment is the lack of ability to compare version strings between what is installed on a Mac client and what is available in the software repository. Munki can determine whether the installed version...