mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
d24df8677c
Previously we were assuming that all targets that were not app extensions should be added to the copy frameworks build phase, even though we didn't have any guarantee they were actually frameworks. This updates that to ensure that things copied in the copy frameworks phase are actually frameworks, and then falls back to the resources phase instead. This fixes the ability to embed bundle targets, and copy them as resources.