lindegroup / autopkgr

AutoPkgr is a free Mac app that makes it easy to install and configure AutoPkg.
http://www.lindegroup.com/autopkgr
Apache License 2.0
528 stars 52 forks source link

Allow .plist and .yaml recipe endings #673

Closed grahampugh closed 2 years ago

grahampugh commented 2 years ago

Since AutoPkg 2.3, recipes can be called .recipe, .recipe.yaml or .recipe.plist. This small change should address this so that the new valid recipes are seen in AutoPkgr.

shawnhonsberger commented 2 years ago

As we discussed, the file extension is unfortunately not the core issue. I hope to find a way to allow YAML parsing in ObjC without affecting other aspects of AutoPkgr, as it is built as dependent on XML. I am still researching. I will keep looking into it, but I'm going to this PR for now. Thank you for your patience with this, and me @grahampugh! 😄