Skip to content

Commit

Permalink
Merge pull request #181 from TeamBeMe/feature/#178
Browse files Browse the repository at this point in the history
질문 변경하기 제한
  • Loading branch information
qodhrkawk authored Jul 14, 2021
2 parents 44adcfe + 6ecec6f commit 193fd4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BeMe/BeMe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0714;
MARKETING_VERSION = 1.0811;
PRODUCT_BUNDLE_IDENTIFIER = com.teamBeMe.BeMe1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -1957,7 +1957,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0714;
MARKETING_VERSION = 1.0811;
PRODUCT_BUNDLE_IDENTIFIER = com.teamBeMe.BeMe1;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 2 additions & 0 deletions BeMe/BeMe/Home/VCs/HomeVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,8 @@ extension HomeVC: HomeChangeQuestionDelegate{
if changedDate == dateString{
self.showToast(text: "질문 변경하기는 하루 1회만 가능합니다")
return
} else {
UserDefaults.standard.setValue(dateString, forKey: "rerollDate")
}
}
else{
Expand Down

0 comments on commit 193fd4a

Please sign in to comment.