dcariola / XCodeEditor-for-Unity

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

If applying multiple .projmod files duplicate entries can be marked weak when they should not be #8

Open skeid21 opened 10 years ago

skeid21 commented 10 years ago

I'm experimenting with apply multiple modifications to a project. The specific issue I'm running into is that if a framework already exists there is an early out in XCProject::AddFile. If it already exists and the current request to add file states it should not be weak then the entry should have the weak attribute removed.