Workspace ONE Support

Revised PR for Workspace ONE support.
This commit is contained in:
Mike Matter
2022-08-16 15:18:04 -05:00
parent 401d5ad138
commit 87cdb11039
3 changed files with 9 additions and 0 deletions

View File

@@ -60,6 +60,11 @@ case $LOGO in
LOGO="/Library/Intune/Microsoft Intune Agent.app/Contents/Resources/AppIcon.icns"
if [[ -z $MDMProfileName ]]; then; MDMProfileName="Management Profile"; fi
;;
ws1)
# Workspace ONE (AirWatch)
LOGO="/Applications/Workspace ONE Intelligent Hub.app/Contents/Resources/AppIcon.icns"
if [[ -z $MDMProfileName ]]; then; MDMProfileName="Device Manager"; fi
;;
esac
if [[ ! -a "${LOGO}" ]]; then
if [[ $(sw_vers -buildVersion) > "19" ]]; then