Registry / serialization / cfpropertylist

cfpropertylist

JSON →
library4.0.0rbrubygemsunverified

A module to read, write and manipulate both binary and XML property lists as defined by Apple.

gem install CFPropertyList
INSTALL
IMPORT
SIG · CFPROPERTYLIST
C
cfpropertylist
serializationrubyv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CFPropertyList
✓ require 'cfpropertylist'

Read and parse a property list file

require 'cfpropertylist' plist = CFPropertyList::List.new(file: 'example.plist') data = CFPropertyList.native_types(plist.value) puts data.inspect
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
cfpropertylist — gem install cfpropertylist · libregistry