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

compatibility with linux #3

Open
amitu opened this issue Feb 20, 2013 · 1 comment
Open

compatibility with linux #3

amitu opened this issue Feb 20, 2013 · 1 comment

Comments

@amitu
Copy link
Contributor

amitu commented Feb 20, 2013

I am trying to get this project working on ubuntu. I am stuck on plutil call in project.rb. There is a libplist project that provides plutil, but it seems to be not compatible with plutil on mac.

Do you know if it can work on linux, I am not interesting in actual building of project, just adding/removing files to project.

@manifest
Copy link
Owner

At the current time xcodeproject only compatible with OSX. As you rightly said, the plutil utility imposes this restriction. It performs a single task, converts old plist format (not xml) to json, which can easily parse from Ruby. So, to add support for Linux, you must either use a utility similar to plutil, or any other way to convert the contents of a project file to json format.

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

2 participants