if
(
not exists file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist"
)
then ERROR "none" else if
(
not exists dictionary of file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist"
)
then "<No dictionary>" else if
(
(
not exists entries whose
(
exists keys of it AND exists values of it AND "JavaWebComponentVersionMinimum" = key of it
)
of dictionary of it
)
of file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist"
)
then ERROR "none" else
(
(
(
string of value of entry whose
(
exists keys of it AND exists values of it AND "JavaWebComponentVersionMinimum" = key of it
)
of dictionary of it
)
of file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist"
)
as string
)
if(not exists file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist") then ERROR "none" else if(not exists dictionary of file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist") then "<No dictionary>" else if((not exists entries whose(exists keys of it AND exists values of it AND "JavaWebComponentVersionMinimum" = key of it) of dictionary of it) of file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist") then ERROR "none" else (((string of value of entry whose(exists keys of it AND exists values of it AND "JavaWebComponentVersionMinimum" = key of it) of dictionary of it) of file "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/XProtect.meta.plist") as string)