``` for (const auto& path : apps) { if (!...
# macos
k
Copy code
for (const auto& path : apps) {
    if (!osquery::parsePlist(path, tree).ok()) {
      TLOG << "Error parsing application plist: " << path;
      continue;
    }