Skip to content

Commit

Permalink
Release/1.0.11 -> develop (#365)
Browse files Browse the repository at this point in the history
* chore: 빌드 넘버 업데이트(38)

* chore: message body 로깅하도록 수정

* chore: 빌드넘버 업데이트 (39)

---------

Co-authored-by: JongHoon <[email protected]>
  • Loading branch information
leemhyungyu and JongHoooon authored Nov 30, 2024
1 parent add8d73 commit c11c520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down
8 changes: 4 additions & 4 deletions Tuist/ProjectDescriptionHelpers/InfoPlist+Templates.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit c11c520

Please sign in to comment.