We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c517a5e commit 5178f33Copy full SHA for 5178f33
1 file changed
Projects/App/Project.swift
@@ -17,6 +17,10 @@ let features: [TargetDependency] = Feature.allCases.map { feature in
17
18
let project = Project(
19
name: "App",
20
+ options: .options(
21
+ defaultKnownRegions: ["en", "ko"],
22
+ developmentRegion: "ko"
23
+ ),
24
targets: [
25
.target(
26
0 commit comments