You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sky Kelsey (JIRA)" <ji...@apache.org> on 2016/08/10 23:39:20 UTC

[jira] [Commented] (CONFIGURATION-262) Binary property list format

    [ https://issues.apache.org/jira/browse/CONFIGURATION-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15416208#comment-15416208 ] 

Sky Kelsey commented on CONFIGURATION-262:
------------------------------------------

This is a pretty annoying issue, but mostly it's annoying because it fails to modify binary plists silently. Can you please at least log an error when a plist can't be modified?

If you encounter this problem, you can convert your plist to XML format like this:

{{plutil -convert xml1 Info.plis}}

This utility is available on Mac OS X 10.2+

> Binary property list format
> ---------------------------
>
>                 Key: CONFIGURATION-262
>                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-262
>             Project: Commons Configuration
>          Issue Type: New Feature
>          Components: Format
>            Reporter: Emmanuel Bourg
>            Priority: Minor
>             Fix For: 2.x
>
>         Attachments: CFBinaryPList.c
>
>
> With OS X 10.4 Apple introduced a variant of the plist format that is compressed using a binary format. That would be nice to support this format with a BinaryPropertyListConfiguration class.
> I haven't found the specification of this format. 
> The plutil tool can be used to convert between xml and binary plist files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)