mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
a4d7a61a68
* Fix missing codesign option for bundle dependency * Add codeSign: false test case for bundle dependency * Update CHANGELOG.md
24 lines
427 B
YAML
24 lines
427 B
YAML
name: AnotherProject
|
|
include: [../environments.yml]
|
|
options:
|
|
useBaseInternationalization: false
|
|
configFiles:
|
|
Test Debug: ../Configs/config.xcconfig
|
|
targets:
|
|
BundleX:
|
|
type: bundle
|
|
platform: iOS
|
|
BundleY:
|
|
type: bundle
|
|
platform: iOS
|
|
ExternalTarget:
|
|
type: framework
|
|
platform: iOS
|
|
IncludedLegacy:
|
|
type: ""
|
|
platform: iOS
|
|
legacy:
|
|
toolPath: /usr/bin/true
|
|
workingDirectory: .
|
|
|