mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
9e8343b1a6
* remove carthage from building test project * get test fixture compiling
30 lines
574 B
YAML
30 lines
574 B
YAML
name: AnotherProject
|
|
include: [../environments.yml]
|
|
options:
|
|
useBaseInternationalization: false
|
|
configFiles:
|
|
Test Debug: ../Configs/config.xcconfig
|
|
targets:
|
|
BundleX:
|
|
type: bundle
|
|
platform: iOS
|
|
settings:
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
BundleY:
|
|
type: bundle
|
|
platform: iOS
|
|
settings:
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
ExternalTarget:
|
|
type: framework
|
|
platform: iOS
|
|
settings:
|
|
GENERATE_INFOPLIST_FILE: YES
|
|
IncludedLegacy:
|
|
type: ""
|
|
platform: iOS
|
|
legacy:
|
|
toolPath: /usr/bin/true
|
|
workingDirectory: .
|
|
|