File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Projects/Domain/Auth/Sources/LoginManager
Tuist/ProjectDescriptionHelpers Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ extension LoginManager {
86
86
continuation. resume ( throwing: URLError ( . badServerResponse) )
87
87
Log . error ( " Kakao Login Error " )
88
88
}
89
+ return
89
90
}
90
91
}
91
92
}
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import ProjectDescription
10
10
public extension InfoPlist {
11
11
static var app : InfoPlist {
12
12
return . extendingDefault( with: [
13
- " CFBundleShortVersionString " : " 1.0.3 " ,
14
- " CFBundleVersion " : " 23 " ,
13
+ " CFBundleShortVersionString " : " 1.0.5 " ,
14
+ " CFBundleVersion " : " 25 " ,
15
15
" UIUserInterfaceStyle " : " Light " ,
16
16
" CFBundleName " : " 보틀 " ,
17
17
" UILaunchScreen " : [
@@ -39,8 +39,8 @@ public extension InfoPlist {
39
39
40
40
static var example : InfoPlist {
41
41
return . extendingDefault( with: [
42
- " CFBundleShortVersionString " : " 1.0.3 " ,
43
- " CFBundleVersion " : " 23 " ,
42
+ " CFBundleShortVersionString " : " 1.0.5 " ,
43
+ " CFBundleVersion " : " 25 " ,
44
44
" UIUserInterfaceStyle " : " Light " ,
45
45
" UILaunchScreen " : [ : ] ,
46
46
" UISupportedInterfaceOrientations " : [
You can’t perform that action at this time.
0 commit comments