appsquickly / XcodeEditor

An API for manipulating Xcode project files.
Apache License 2.0
880 stars 134 forks source link

Strip emoji in build script name #81

Closed edwardmp closed 8 years ago

edwardmp commented 8 years ago

As discussed in #78

Note: There seems to be one missing piece, the emoji are still written to the pbxproj file. I think the build scripts should all be marked as changed so it is written to the file, but couldn't find where this logic takes place. @jasperblues maybe you can add this?

jasperblues commented 8 years ago

Thanks @edwardmp !

edwardmp commented 8 years ago

Thank you too @jasperblues. But do you have any idea why it does not get written to the pbxproj file?