mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
6bfd620549
* 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>
12 lines
217 B
YAML
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
|