Added App Store application verification.

Ensures all listed App Store applications are installed. Otherwise, it
lists those which are not.
This commit is contained in:
Brooke Kuhlmann
2018-07-29 15:44:46 -06:00
parent cc1b7527fe
commit 5c12a47f11
2 changed files with 27 additions and 11 deletions

View File

@@ -45,6 +45,7 @@ process_option() {
'c')
verify_homebrew_formulas
verify_homebrew_casks
verify_app_store_applications
verify_applications
verify_extensions;;
'C')