From 0219f3a6183c5ce121a1482a195239ab2b702c49 Mon Sep 17 00:00:00 2001 From: yongbeomkwak Date: Sat, 26 Oct 2024 17:22:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20::=20=EC=BD=94=EB=93=9C=20Format?= =?UTF-8?q?ting=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/App/Project.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Projects/App/Project.swift b/Projects/App/Project.swift index 2addbd068..a907fb52c 100644 --- a/Projects/App/Project.swift +++ b/Projects/App/Project.swift @@ -7,7 +7,8 @@ let alternativeAppIconNames: [String] = ["HalloweenAppIcon", " XmasAppIcon"] let settinges: Settings = .settings( - base: env.baseSetting.merging(["ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES" : .array(alternativeAppIconNames)]), + base: env.baseSetting + .merging(["ASSETCATALOG_COMPILER_ALTERNATE_APPICON_NAMES": .array(alternativeAppIconNames)]), configurations: [ .debug(name: .debug), .debug(name: .qa),