kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Embedded Framework: Flattened Directory Structure #134

Open hydroplosion opened 10 years ago

hydroplosion commented 10 years ago

When compiling an embedded framework with a bunch of files referenced as folders, the directory structure is flattened. I don't believe changing to groups made any difference. The structure is not flattened if added as part of the application instead of as a framework.

Ideas?

screen-capture-1 screen-capture

(Thanks for creating all this!)