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 } } } 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": [