SecondSonConsulting / Baseline

An MDM agnostic zero touch solution for macOS
MIT License
192 stars 22 forks source link

Update Baseline.sh #24

Closed drewdiver closed 9 months ago

drewdiver commented 12 months ago

Icons were not displaying on failure.

This requires re-checking for Icon present in plist. Since the initial array validates the icons I simple do an "if icon present, set variable."

I then append to a new variable called failListJson

I've changed the build_dialog_json_file to take two parameters, a file path and list. From here we can reuse if needed for any failures.

BigMacAdmin commented 9 months ago

There were a number of issues with this pull, which we discussed on Slack.

I've got adding icons to the fail list as an "if I have time" improvement.