in src/ConfigChanges/ConfigFile.js [256:258]
function isBinaryPlist (filename) { return readChunk.sync(filename, 0, 6).toString() === 'bplist'; }