diff --git a/Projects/Feature/BaseWebView/Interface/Sources/BaseWebView.swift b/Projects/Feature/BaseWebView/Interface/Sources/BaseWebView.swift index 6cbfbcb6..bbcf86e4 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 } } diff --git a/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift b/Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift index 3258a57d..a531db23 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": "39", "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": "39", "UIUserInterfaceStyle": "Light", "UILaunchScreen": [:], "UISupportedInterfaceOrientations": [