ios - support optional target dependencies
This commit is contained in:
parent
b0f72d6a7d
commit
f803bbb009
@ -30,6 +30,13 @@ targets:
|
|||||||
type: application
|
type: application
|
||||||
sources:
|
sources:
|
||||||
- path: src
|
- path: src
|
||||||
|
|
||||||
|
{{?it.ios_make.dependencies}}
|
||||||
|
dependencies:
|
||||||
|
{{~it.ios_make.dependencies :d}}
|
||||||
|
- target: {{=d}}{{~}}
|
||||||
|
{{?}}
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
base:
|
base:
|
||||||
PRODUCT_BUNDLE_IDENTIFIER: {{=it.ios.productBundleIdentifier}}
|
PRODUCT_BUNDLE_IDENTIFIER: {{=it.ios.productBundleIdentifier}}
|
||||||
|
Loading…
Reference in New Issue
Block a user