XcodeGen/Tests/Fixtures/include_test.yml
tzxdtc10 aa7fed0f5b
Fix typo in 'addtional' (#1328)
* fix typo

* rename to included_additional.yml

* remove one

* fix typo

* Update Tests/ProjectSpecTests/SpecLoadingTests.swift

---------

Co-authored-by: Yonas Kolb <yonaskolb@users.noreply.github.com>
2023-02-24 09:54:58 +11:00

31 lines
608 B
YAML

include:
- included.yml
- path: included_additional.yml
enable: ${INCLUDE_ADDITIONAL_YAML}
packages:
Yams:
url: https://github.com/jpsim/Yams
majorVersion: 2.0.0
name: NewName
settingGroups:
test:
MY_SETTING1: NEW VALUE
MY_SETTING3: VALUE3
new:
MY_SETTING: VALUE
toReplace:REPLACE:
MY_SETTING2: VALUE2
targets:
NewTarget:
type: application
platform: iOS
templates: [IncludedTemplate]
sources:
- target
IncludedTarget:
name: IncludedTargetNew
platform: tvOS
sources:REPLACE: NewSource
dependencies:
- package: Yams