Task #1869
using python-biplist to process Adium's plist files
Status: | New | Start date: | 09/12/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.4 | |||
Component: |
Description
Currently, the code uses the Mac OS X utility plutil
to convert the binary plist format to XML, so we can read it. plutil
is only for Mac OS X, and someone on GNU/Linux, Windows, etc might want to import their Adium files on their new non-Mac OS X machine.
python-biplist should be able to do this conversion for us in a cross-platform, pure python way:
https://pypi.python.org/pypi/biplist/
Related issues
Associated revisions
only run Apple's plutil if actually running on Mac OS X
This lets us run the test script on GNU/Linux, since we include an XML
Accounts.plist file which does not need to be converted.
refs #1869
only run Apple's plutil if actually running on Mac OS X
This lets us run the test script on GNU/Linux, since we include an XML
Accounts.plist file which does not need to be converted.
refs #1869
History
#1 Updated by hans over 4 years ago
- Target version set to 0.3
#2 Updated by hans over 4 years ago
- Target version changed from 0.3 to 0.4
#3 Updated by abeluck about 4 years ago
patch contribution by jeremybmerrill