Posted on 10-04-2019 06:59 AM
Hello,
How do I check which versions I have of gatekeeper AND xprotect in macOS Catalina?
Before I use these commands to check version in older systems:
/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" /private/var/db/gkopaque.bundle/Contents/Info.plist
/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" /System/Library/CoreServices/XProtect.bundle/Contents/Info.plist
Thanks
Camelia
Solved! Go to Solution.
Posted on 09-16-2020 09:42 PM
XProtect
defaults read /Library/Apple/System/Library/CoreServices/XProtect.bundle/Contents/Info.plist CFBundleShortVersionString
MRT
defaults read /Library/Apple/System/Library/CoreServices/MRT.app/Contents/Info.plist CFBundleShortVersionString
Posted on 09-16-2020 09:42 PM
XProtect
defaults read /Library/Apple/System/Library/CoreServices/XProtect.bundle/Contents/Info.plist CFBundleShortVersionString
MRT
defaults read /Library/Apple/System/Library/CoreServices/MRT.app/Contents/Info.plist CFBundleShortVersionString