From 37d4e5441eea511fb288b984d95ee0ef15c420eb Mon Sep 17 00:00:00 2001 From: leemhyungyu Date: Mon, 26 Aug 2024 15:28:39 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=EC=B9=B4=EC=B9=B4=EC=98=A4=20?= =?UTF-8?q?=EB=A1=9C=EA=B7=B8=EC=9D=B8=20continuation=20return=20=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/Domain/Auth/Sources/LoginManager/LoginManager.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/Domain/Auth/Sources/LoginManager/LoginManager.swift b/Projects/Domain/Auth/Sources/LoginManager/LoginManager.swift index 23a6d3be..2b46c2d9 100644 --- a/Projects/Domain/Auth/Sources/LoginManager/LoginManager.swift +++ b/Projects/Domain/Auth/Sources/LoginManager/LoginManager.swift @@ -86,6 +86,7 @@ extension LoginManager { continuation.resume(throwing: URLError(.badServerResponse)) Log.error("Kakao Login Error") } + return } } } From 361b9b2169009bf04c1f52a10056cbb13ce1890c Mon Sep 17 00:00:00 2001 From: leemhyungyu Date: Mon, 26 Aug 2024 15:29:01 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=EB=84=98?= =?UTF-8?q?=EB=B2=84=201.0.5=20(25)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift b/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift index 91930e50..431bac86 100644 --- a/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift +++ b/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift @@ -10,8 +10,8 @@ import ProjectDescription public extension InfoPlist { static var app: InfoPlist { return .extendingDefault(with: [ - "CFBundleShortVersionString": "1.0.3", - "CFBundleVersion": "23", + "CFBundleShortVersionString": "1.0.5", + "CFBundleVersion": "25", "UIUserInterfaceStyle": "Light", "CFBundleName": "보틀", "UILaunchScreen": [ @@ -39,8 +39,8 @@ public extension InfoPlist { static var example: InfoPlist { return .extendingDefault(with: [ - "CFBundleShortVersionString": "1.0.3", - "CFBundleVersion": "23", + "CFBundleShortVersionString": "1.0.5", + "CFBundleVersion": "25", "UIUserInterfaceStyle": "Light", "UILaunchScreen": [:], "UISupportedInterfaceOrientations": [