tibia/templates/ios-make/project.yml
2024-02-05 16:33:06 +01:00

24 lines
726 B
YAML

name: {{=it.product.bundleName}}
targets:
{{=it.product.bundleName}}:
platform: [iOS]
deploymentTarget:
iOS: {{=it.ios_make.deploymentTarget}}
type: application
sources:
- path: src
settings:
base:
PRODUCT_BUNDLE_IDENTIFIER: {{=it.ios.productBundleIdentifier}}
SWIFT_OBJC_BRIDGING_HEADER: src/app-Bridging-Header.h
{{?it.ios_make.headerSearchPaths}}
HEADER_SEARCH_PATHS: {{~it.ios_make.headerSearchPaths :p}}
- {{=p}}{{~}}
{{?}}
info:
path: Info.plist
{{?it.product.buses.filter(x => x.type == "audio" && x.direction == "input").length > 0}}
properties:
NSMicrophoneUsageDescription: Need audio input for processing sound
{{?}}