Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the call to the system plutil for a python library #48

Closed
kronenthaler opened this issue May 11, 2015 · 1 comment
Closed

Replace the call to the system plutil for a python library #48

kronenthaler opened this issue May 11, 2015 · 1 comment

Comments

@kronenthaler
Copy link
Owner

Currently this project has a hard dependency on a system command (plutil) it'd be nice to have the ability to switch it a python library.
Reason 1: quick patches could be written in a non-mac computer.
Reason 2: travis automation could be not running on a mac-environment or it could not have access to the system commands.

@kronenthaler
Copy link
Owner Author

Biplist: doesn't read the new format
plistlib: only parses xml plist -> depends on plutil to convert into xml first (current approach)

Alternatives: (http://www.monobjc.net/xcode-project-file-format.html)

  • create a parser class
  • embedded into the manipulation of the project => all sections have to be defined as classes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant