From 5a34f3e10d0b84a26aa0802847205e8cfcd85ce7 Mon Sep 17 00:00:00 2001 From: leemhyungyu Date: Mon, 11 Nov 2024 16:20:18 +0900 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=20=EB=84=98?= =?UTF-8?q?=EB=B2=84=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8(38)?= 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 3258a57..f530ba3 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.10", - "CFBundleVersion": "37", + "CFBundleShortVersionString": "1.0.11", + "CFBundleVersion": "38", "UIUserInterfaceStyle": "Light", "CFBundleName": "보틀", "UILaunchScreen": [ @@ -45,8 +45,8 @@ public extension InfoPlist { static var example: InfoPlist { return .extendingDefault(with: [ - "CFBundleShortVersionString": "1.0.10", - "CFBundleVersion": "37", + "CFBundleShortVersionString": "1.0.11", + "CFBundleVersion": "38", "UIUserInterfaceStyle": "Light", "UILaunchScreen": [:], "UISupportedInterfaceOrientations": [ From 77f5fbbb475e4515fa55de217f6bf7f5246efcd3 Mon Sep 17 00:00:00 2001 From: JongHoon Date: Tue, 12 Nov 2024 00:24:23 +0900 Subject: [PATCH 2/3] =?UTF-8?q?chore:=20message=20body=20=EB=A1=9C?= =?UTF-8?q?=EA=B9=85=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Feature/BaseWebView/Interface/Sources/BaseWebView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Feature/BaseWebView/Interface/Sources/BaseWebView.swift b/Projects/Feature/BaseWebView/Interface/Sources/BaseWebView.swift index 6cbfbcb..bbcf86e 100644 --- a/Projects/Feature/BaseWebView/Interface/Sources/BaseWebView.swift +++ b/Projects/Feature/BaseWebView/Interface/Sources/BaseWebView.swift @@ -87,7 +87,7 @@ public struct BaseWebView: UIViewRepresentable { actionDidInputted?(action) Log.debug(action) } catch { - Log.assertion(message: "webview action parsing error") + Log.assertion(message: "webview action parsing error - \(message.body)") return } } From 47c5d5158b355264098e66b4e48abbe611511ae8 Mon Sep 17 00:00:00 2001 From: JongHoon Date: Tue, 12 Nov 2024 00:25:07 +0900 Subject: [PATCH 3/3] =?UTF-8?q?chore:=20=EB=B9=8C=EB=93=9C=EB=84=98?= =?UTF-8?q?=EB=B2=84=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(39)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift b/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift index f530ba3..a531db2 100644 --- a/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift +++ b/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift @@ -11,7 +11,7 @@ public extension InfoPlist { static var app: InfoPlist { return .extendingDefault(with: [ "CFBundleShortVersionString": "1.0.11", - "CFBundleVersion": "38", + "CFBundleVersion": "39", "UIUserInterfaceStyle": "Light", "CFBundleName": "보틀", "UILaunchScreen": [ @@ -46,7 +46,7 @@ public extension InfoPlist { static var example: InfoPlist { return .extendingDefault(with: [ "CFBundleShortVersionString": "1.0.11", - "CFBundleVersion": "38", + "CFBundleVersion": "39", "UIUserInterfaceStyle": "Light", "UILaunchScreen": [:], "UISupportedInterfaceOrientations": [