|
|
@ -37,7 +37,7 @@ class PlistParser
|
|
|
|
$this->xml = $xml;
|
|
|
|
$this->xml = $xml;
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$plist = new CFPropertyList();
|
|
|
|
$plist = new CFPropertyList();
|
|
|
|
$plist->parseBinary($content);
|
|
|
|
$plist->parse($content);
|
|
|
|
$this->plist = $plist;
|
|
|
|
$this->plist = $plist;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|