dcariola / XCodeEditor-for-Unity

XCode 4 project editor for Unity3D postprocess.
MIT License
217 stars 101 forks source link

Source files with + in the filename have incorrect name field in file reference section(XCode 5) #7

Open skeid21 opened 10 years ago

skeid21 commented 10 years ago

File names with + are required to be wrapped in quotes.

I've tested a change that adjust the construction of PBXFileReference to check for a "+". I also adjusted XCProject.GetFile to normalize the name passed in to include quotes.

dcariola commented 10 years ago

Thanks. Actually I'm planning an update to support some new features of XCode 5, and this would help. Did you fork?

skeid21 commented 10 years ago

I did not fork; I tested on a local copy of the repo.