ios info properties and assets
This commit is contained in:
parent
7cbf1aa52f
commit
bc962f2e65
@ -54,4 +54,4 @@ clean:
|
|||||||
PERCENT := %
|
PERCENT := %
|
||||||
|
|
||||||
$(SOURCES_OUT): build/gen/src/%: $$(filter $$(PERCENT)/%,$$(SOURCES)) | build/gen/src
|
$(SOURCES_OUT): build/gen/src/%: $$(filter $$(PERCENT)/%,$$(SOURCES)) | build/gen/src
|
||||||
cp $^ $@
|
cp -R $^ $@
|
||||||
|
@ -37,7 +37,14 @@ targets:
|
|||||||
{{?}}
|
{{?}}
|
||||||
info:
|
info:
|
||||||
path: Info.plist
|
path: Info.plist
|
||||||
{{?it.product.buses.filter(x => x.type == "audio" && x.direction == "input").length > 0}}
|
{{?(it.product.buses.filter(x => x.type == "audio" && x.direction == "input").length > 0) || (it.ios_make && it.ios_make.infoProperties)}}
|
||||||
properties:
|
properties:
|
||||||
|
{{?it.product.buses.filter(x => x.type == "audio" && x.direction == "input").length > 0}}
|
||||||
NSMicrophoneUsageDescription: Need audio input for processing sound
|
NSMicrophoneUsageDescription: Need audio input for processing sound
|
||||||
{{?}}
|
{{?}}
|
||||||
|
{{?it.ios_make && it.ios_make.infoProperties}}
|
||||||
|
{{~it.ios_make.infoProperties :p}}
|
||||||
|
{{=p.key}}: {{=p.value.toString()}}
|
||||||
|
{{~}}
|
||||||
|
{{?}}
|
||||||
|
{{?}}
|
||||||
|
Loading…
Reference in New Issue
Block a user