CFPropertyList icon indicating copy to clipboard operation
CFPropertyList copied to clipboard

PHP Implementation of Apple's PList (binary and xml)

Results 15 CFPropertyList issues
Sort by recently updated
recently updated
newest added

Can I directly use plist data in variables instead of reading plist data in files

**Describe the bug** Parsing plists produced by `NSKeyedArchiver` produces a tree of dependencies where references are marked with `CF$UID` pointing to the main tree. The library squashes these into integers...

PHP 8.1 introduced [return type declarations](https://wiki.php.net/rfc/internal_method_return_types) for most internal methods. Several classes in this library implement various built-in interfaces such as `Iterator` and `ArrayAccess`. These classes currently cause deprecation warnings...

Style fxes

documentation
hacktoberfest
style

**Describe the bug** When using a locale that uses commas (,) instead of points (.) as decimal delimiter, the output of CFPropertyList::toXML() uses this charater for ``s which is invalid...

bug

Floats must be represented in XML using the American format. fix #67

### Changes description Wrong PHPdoc for `CFPropertyList::getValue` boolean argument.

Fix tests failure on code style

style

- [x] Continuous integration - [ ] Continuous deployment - [ ] Continuous delivery - [ ] Changelog - [ ] Test reports - [ ] Coverage reports - [...

build
ci
documentation
hacktoberfest

thanks for the plist reader! I am using a form to have users submit their itunes.xml plist to the site, which then parses the data and displays statistics about their...

bug
hacktoberfest