We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DEVELOPMENT_TEAM
1 parent 83bfcef commit 64abd30Copy full SHA for 64abd30
SampleApp/Project.swift
@@ -4,7 +4,10 @@ import ProjectDescriptionHelpers
4
5
let project = Project(
6
name: "Development",
7
- settings: .settings(base: ["ENABLE_MODULE_VERIFIER": "YES"]),
+ settings: .settings(base: [
8
+ "ENABLE_MODULE_VERIFIER": "YES",
9
+ "DEVELOPMENT_TEAM": SettingValue(stringLiteral: Environment.developmentTeam.getString(default: "")),
10
+ ]),
11
targets: [
12
13
.app(
0 commit comments