erdemolkun / plist

Automatically exported from code.google.com/p/plist
0 stars 0 forks source link

pbxproj needs strings encoding #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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