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

pbxproj needs strings encoding #39

Closed
GoogleCodeExporter opened this issue May 23, 2015 · 2 comments
Closed

pbxproj needs strings encoding #39

GoogleCodeExporter opened this issue May 23, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Hi there,
I'm trying to parse, edit and than write a .pbxproj file from Xcode 4.6.2 
project. It seams to use some mixed style of ASCII and GnuStepASCII format. The 
difference to the ASCII is that strings are encoded. Please check out the 
attachment line 700. This a valid .pbxproj file, checked on Xcode 4.6.2.

So the question is what happens if we go and encode strings in ASCII or is it 
better to introduce a new "type" with separate method like 
"convertToXcodePlist"?

Thanks, Artem.

Original issue reported on code.google.com by gre...@gmail.com on 10 May 2013 at 12:03

Attachments:

@GoogleCodeExporter
Copy link
Author

I will just enable string escaping also for standard property lists. If XCode 
project files have escaped strings, the information in the Apple Docs that "old 
style" property lists do not use escaping seem to be outdated.

Original comment by daniel.dreibrodt on 10 May 2013 at 8:11

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by daniel.dreibrodt on 10 May 2013 at 8:32

  • Changed state: Fixed

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