From b0f72d6a7df7e9d7121c5fedb948334e8f9f66b2 Mon Sep 17 00:00:00 2001 From: Paolo Marrone Date: Mon, 16 Dec 2024 10:40:35 +0100 Subject: [PATCH] ios - support optional development team --- templates/ios-make/project.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/ios-make/project.yml b/templates/ios-make/project.yml index 707bb85..67fa9ee 100644 --- a/templates/ios-make/project.yml +++ b/templates/ios-make/project.yml @@ -33,6 +33,12 @@ targets: settings: base: PRODUCT_BUNDLE_IDENTIFIER: {{=it.ios.productBundleIdentifier}} + +{{?it.ios_make.development_team}} + CODE_SIGN_STYLE: Automatic + DEVELOPMENT_TEAM: {{=it.ios_make.development_team}} +{{?}} + SWIFT_OBJC_BRIDGING_HEADER: src/app-Bridging-Header.h {{?it.ios_make.headerSearchPaths}} HEADER_SEARCH_PATHS: {{~it.ios_make.headerSearchPaths :p}}