Skip to main content

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

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


Reply