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