Files
XcodeGen/Tests/Fixtures/TestProject/AnotherProject/project.yml
T
Evan Coleman 6bfd620549 Support external target dependencies via subprojects (#701)
* Allow external target dependencies via subprojects

* Update CHANGELOG

* Update ProjectSpec

* Fix test

* Use existing fixture for test

* Sort subprojects by name

* Throw subproject generation error instead of crashing

* Cleanup target dependency generation

* Update test fixture project

* Combine extentions in Linkage

* Update XcodeProj to 7.7.0

* Update CHANGELOG.md

* Update ProjectSpec.md

Co-authored-by: Yonas Kolb <yonaskolb@users.noreply.github.com>
2020-02-02 09:44:56 +11:00

12 lines
217 B
YAML

name: AnotherProject
include: [../environments.yml]
configFiles:
Test Debug: ../Configs/config.xcconfig
targets:
BundleX:
type: bundle
platform: iOS
ExternalTarget:
type: framework
platform: iOS