mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
34 lines
698 B
YAML
34 lines
698 B
YAML
options:
|
|
carthageBuildPath: carthage_build
|
|
carthageExecutablePath: carthage_executable
|
|
configFiles:
|
|
RecursiveConfig: config
|
|
targets:
|
|
RecursiveTarget:
|
|
type: application
|
|
platform: macOS
|
|
configFiles:
|
|
Config: config
|
|
sources:
|
|
- source
|
|
dependencies:
|
|
- framework: Framework
|
|
info:
|
|
path: info
|
|
entitlements:
|
|
path: entitlements
|
|
prebuildScripts:
|
|
- path: prebuildScript
|
|
postCompileScripts:
|
|
- path: postCompileScript
|
|
postBuildScripts:
|
|
- path: postBuildScript
|
|
aggregateTargets:
|
|
RecursiveAggregateTarget:
|
|
targets:
|
|
- RecursiveTarget
|
|
configFiles:
|
|
Config: config
|
|
buildScripts:
|
|
- path: buildScript
|