Hello,
in macOS Mojave and Catalina entering this commands in terminal I can check the version of Gatekeeper, XProtect, and MRT
Which is the new path in macOS Big Sur to check them or How do I check if I have installed the latest versions?
Is Gatekeeper still present in macOS Big Sur?
Thanks @tywebb13 @bogdanw
Camelia
Ps: You can send me a private message if you feel more comfortable helping me with this quesions
in macOS Mojave and Catalina entering this commands in terminal I can check the version of Gatekeeper, XProtect, and MRT
Which is the new path in macOS Big Sur to check them or How do I check if I have installed the latest versions?
Is Gatekeeper still present in macOS Big Sur?
Code:
$ /usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" /private/var/db/gkopaque.bundle/Contents/Info.plist
$ defaults read /Library/Apple/System/Library/CoreServices/XProtect.bundle/Contents/Info.plist CFBundleShortVersionString
$ defaults read /Library/Apple/System/Library/CoreServices/MRT.app/Contents/Info.plist CFBundleShortVersionString
Thanks @tywebb13 @bogdanw
Camelia
Ps: You can send me a private message if you feel more comfortable helping me with this quesions