Skip to content

Commit 2d91b19

Browse files
committed
[Test] #609 - test code
1 parent 1bd550b commit 2d91b19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

WSSiOS/WSSiOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
CODE_SIGN_IDENTITY = "Apple Development";
339339
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
340340
CODE_SIGN_STYLE = Manual;
341-
CURRENT_PROJECT_VERSION = 202507241954;
341+
CURRENT_PROJECT_VERSION = 202507242020;
342342
DEVELOPMENT_TEAM = "";
343343
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = L4327HMP3S;
344344
GENERATE_INFOPLIST_FILE = YES;
@@ -381,7 +381,7 @@
381381
CODE_SIGN_IDENTITY = "Apple Development";
382382
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
383383
CODE_SIGN_STYLE = Manual;
384-
CURRENT_PROJECT_VERSION = 202507241954;
384+
CURRENT_PROJECT_VERSION = 202507242020;
385385
DEVELOPMENT_TEAM = "";
386386
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = L4327HMP3S;
387387
GENERATE_INFOPLIST_FILE = YES;

WSSiOS/WSSiOS/Source/Presentation/UserPage/MyPage/MyPageViewController/MyPageEditProfileViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ final class MyPageEditProfileViewController: UIViewController {
168168

169169
if !editing {
170170
owner.rootView.introTextView.endEditing(true)
171-
}
171+
}
172172
})
173173
.disposed(by: disposeBag)
174174

0 commit comments

Comments
 (0)