Skip to content

Commit

Permalink
Merge pull request #218 from Nexters/release/1.0.5
Browse files Browse the repository at this point in the history
v1.0.5 Release -> Main
  • Loading branch information
leemhyungyu authored Aug 27, 2024
2 parents 9d9b5f8 + 361b9b2 commit aa40735
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ extension LoginManager {
continuation.resume(throwing: URLError(.badServerResponse))
Log.error("Kakao Login Error")
}
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.3",
"CFBundleVersion": "23",
"CFBundleShortVersionString": "1.0.5",
"CFBundleVersion": "25",
"UIUserInterfaceStyle": "Light",
"CFBundleName": "보틀",
"UILaunchScreen": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit aa40735

Please sign in to comment.