Open
Description
I'd like to have multiple Xcode projects for a mammoth iOS app. Say, MyApp.xcodeproj
ThirdParty.xcodeproj
Core.xcodeproj
.
Currently, there is dependencies between the targets in these projects. Say, MyApp
depends on ThirdParty
and Core
. Core
depends on ThirdParty
as well.
I'd like for XcodeGen to be able to partition dependencies across multiple targets within the same workspace. Is this something reasonable or in the cards for XcodeGen.