mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-02 00:43:35 +00:00
Previously, XCC would indiscriminately add files to the Xcode project via the pbxprojModifier.py script. This resulted in duplicate references to a file. This fix adds a check to see if the file is already included in the project's sourceGroup folder, and will return None if it is. Fixes #1866