Skip to content

AutoPkg 1.3

Compare
Choose a tag to compare
@nmcspadden nmcspadden released this 04 Nov 23:19
· 671 commits to master since this release

1.3 (November 04, 2019)

FIXES:

  • autopkg repo-list wasn't respecting the --prefs option correctly (ec72223)
  • autopkg list-recipes wasn't parsing the arguments correctly when used with --prefs (8b15b73)
  • Reading in an integer value from macOS preferences and writing it out to disk was
    using incorrect formatting due to a mismatch between plistlib, FoundationPlist, and
    PyObjc data types, which caused MakeCatalogs.munki to fail. Now uses Python primitive
    types instead (8b15b73)