From 5178f337411fb2896db47819cecd729b304dd449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=8F=84=ED=98=95?= <108233361+ShapeKim98@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:34:06 +0900 Subject: [PATCH] =?UTF-8?q?[hotfix]=20#111=20=ED=95=9C=EA=B5=AD=EC=96=B4?= =?UTF-8?q?=20Localization=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/App/Project.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Projects/App/Project.swift b/Projects/App/Project.swift index 3cfb0364..7b965c96 100644 --- a/Projects/App/Project.swift +++ b/Projects/App/Project.swift @@ -17,6 +17,10 @@ let features: [TargetDependency] = Feature.allCases.map { feature in let project = Project( name: "App", + options: .options( + defaultKnownRegions: ["en", "ko"], + developmentRegion: "ko" + ), targets: [ .target( name: "App",