From af22800824ceb047551c3757d22d9ebfba46d8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=89=E1=85=A9=E1=86=BC=E1=84=8B=E1=85=A7=E1=86=BC?= =?UTF-8?q?=E1=84=86=E1=85=A9?= Date: Thu, 26 Oct 2023 16:56:10 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20news=20field=20enum=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Targets/D3N/Sources/Domain/News/Model/NewsField.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Targets/D3N/Sources/Domain/News/Model/NewsField.swift b/Targets/D3N/Sources/Domain/News/Model/NewsField.swift index a0d2cc7..9eb177e 100644 --- a/Targets/D3N/Sources/Domain/News/Model/NewsField.swift +++ b/Targets/D3N/Sources/Domain/News/Model/NewsField.swift @@ -19,5 +19,5 @@ public enum NewsField: String, Codable { case sports = "SPORTS" case it = "IT" case science = "SCIENCE" - case entertainment = "ENTERTAINMENT" + case entertainments = "ENTERTAINMENTS" } From 2a1d86daae3f0e12ae183c38c34d36324900f3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=89=E1=85=A9=E1=86=BC=E1=84=8B=E1=85=A7=E1=86=BC?= =?UTF-8?q?=E1=84=86=E1=85=A9?= Date: Thu, 26 Oct 2023 16:58:11 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=EB=B2=84=EC=A0=84=20=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Targets/D3N/Sources/Config/D3N-Info.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Targets/D3N/Sources/Config/D3N-Info.plist b/Targets/D3N/Sources/Config/D3N-Info.plist index 51a9f40..a345875 100644 --- a/Targets/D3N/Sources/Config/D3N-Info.plist +++ b/Targets/D3N/Sources/Config/D3N-Info.plist @@ -28,9 +28,9 @@ CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleShortVersionString - 2.2 + 2.3 CFBundleVersion - 2.2 + 2.3 CFBundleDisplayName Daily3News CFBundleName