macadmins / installapplications

A tool for dynamically using installapplication
Apache License 2.0
285 stars 62 forks source link

Adds package identifier and version number finding to generatejson.py #29

Closed rickheil closed 6 years ago

rickheil commented 6 years ago

What is says on the tin. Adds three functions - one to iterate through BOM to find the proper PackageInfo path (thanks Greg / munkilib for that idea), one to extract the PackageInfo file, and one to parse it.

erikng commented 6 years ago

Thanks. generatejson.py is getting closer to being useful again.