plist icon indicating copy to clipboard operation
plist copied to clipboard

All-purpose Property List manipulation library

Results 4 plist issues
Sort by recently updated
recently updated
newest added

The hash keys are sorted which creates problems in use cases like simply editing and saving of existing plist, whose keys (in dictionaries) are not sorted but after saving the...

> I have a problem with Plist::parse_xml when parse binary plist > (plist: https://www.dropbox.com/s/so8h9nk0x3pemwq/Info.plist?dl=0) > > /Library/Ruby/Gems/2.0.0/gems/plist-3.1.0/lib/plist/parser.rb:91:in `scan': invalid byte sequence in UTF-8 (ArgumentError) https://github.com/bleything/plist/issues/21#issuecomment-138917783

new feature
you can help!

Is it possile to parse something like this ? https://raw.github.com/kangax/textmate-js-language-syntax-file/master/JavaScript.plist

new feature

Hello, I um using Fastline with some Fastlane action, mainly Gym and Notarize to build and notarize some macOS applications. Currently, I have 2 computer: both with same XCode versions,...