diff --git a/GME Remit.xcodeproj/project.pbxproj b/GME Remit.xcodeproj/project.pbxproj index b9a21d37..9f7d05bb 100644 --- a/GME Remit.xcodeproj/project.pbxproj +++ b/GME Remit.xcodeproj/project.pbxproj @@ -122,6 +122,7 @@ 58F330C95A6C1B394511C1AF /* Pods_GME_Remit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 918BAF4AE9452B044D51EB13 /* Pods_GME_Remit.framework */; }; 7303E5732344A1F000472407 /* StoreReviewHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7303E5722344A1F000472407 /* StoreReviewHelper.swift */; }; 7310475C226960E70025D77D /* KeychainTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7310475B226960E70025D77D /* KeychainTest.swift */; }; + 7310ED57272EE74D00B5CEF8 /* PasswordConfirmViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7310ED56272EE74D00B5CEF8 /* PasswordConfirmViewController.swift */; }; 731154CC227C178A00FEBF7F /* APITest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 731154CB227C178A00FEBF7F /* APITest.swift */; }; 7312F6482281488C00172BDD /* ConfirmViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7312F6462281488C00172BDD /* ConfirmViewController.swift */; }; 7312F6492281488C00172BDD /* ConfirmViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7312F6472281488C00172BDD /* ConfirmViewController.xib */; }; @@ -854,6 +855,8 @@ 727AD2BAC88A23413998E237 /* Pods-GMERemittanceUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GMERemittanceUITests.release.xcconfig"; path = "Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests.release.xcconfig"; sourceTree = ""; }; 7303E5722344A1F000472407 /* StoreReviewHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreReviewHelper.swift; sourceTree = ""; }; 7310475B226960E70025D77D /* KeychainTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeychainTest.swift; sourceTree = ""; }; + 7310ED55272EE6C100B5CEF8 /* PasswordConfirmViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PasswordConfirmViewController.xib; sourceTree = ""; }; + 7310ED56272EE74D00B5CEF8 /* PasswordConfirmViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordConfirmViewController.swift; sourceTree = ""; }; 731154CB227C178A00FEBF7F /* APITest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APITest.swift; sourceTree = ""; }; 7312F6462281488C00172BDD /* ConfirmViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfirmViewController.swift; sourceTree = ""; }; 7312F6472281488C00172BDD /* ConfirmViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ConfirmViewController.xib; sourceTree = ""; }; @@ -2105,6 +2108,15 @@ path = "SanFranciscoFont-master"; sourceTree = ""; }; + 7310ED54272EE0A200B5CEF8 /* PasswordConfirm */ = { + isa = PBXGroup; + children = ( + 7310ED55272EE6C100B5CEF8 /* PasswordConfirmViewController.xib */, + 7310ED56272EE74D00B5CEF8 /* PasswordConfirmViewController.swift */, + ); + path = PasswordConfirm; + sourceTree = ""; + }; 7312F6452281486200172BDD /* ConfirmAlert */ = { isa = PBXGroup; children = ( @@ -2674,6 +2686,7 @@ 733A3BA02355575F00E6B87E /* CustomUI */ = { isa = PBXGroup; children = ( + 7310ED54272EE0A200B5CEF8 /* PasswordConfirm */, 7318F84823BD7A01002BE004 /* CheckBox */, 7327568823B052C000BF66C5 /* PDFVIewer */, 73A6E20622CF2E2500E9BC68 /* CopyableLabel.swift */, @@ -6839,6 +6852,7 @@ D9DC108121639078008F3C51 /* MessageComposeViewInterface.swift in Sources */, 73168A1F22F3CC4C00878038 /* NativeCountry.swift in Sources */, 73185351230EACA400BA9AE3 /* SendMoneyDistrictViewModel.swift in Sources */, + 7310ED57272EE74D00B5CEF8 /* PasswordConfirmViewController.swift in Sources */, 7372625B2705A74A004086B8 /* RenewIDPresenter.swift in Sources */, 73AEFF732334A13100A967FB /* TransactionHistoryGroupInteractor.swift in Sources */, 73B6D68623063F7D00A0CB6E /* Recipient.swift in Sources */, diff --git a/GME Remit/Modules/SideMenu/SettingViewController.swift b/GME Remit/Modules/SideMenu/SettingViewController.swift index 9524196e..7740c1b6 100644 --- a/GME Remit/Modules/SideMenu/SettingViewController.swift +++ b/GME Remit/Modules/SideMenu/SettingViewController.swift @@ -130,14 +130,14 @@ class SettingViewController: UIViewController { self.changePinButton.setTitle("changepin_text".localized(), for: .normal) self.settingButton.setTitle("language_text".localized(), for: .normal) self.settingLabel.text = "setting_text".localized() - useBiometricAuthLabel.text = "use_biometric_authentication_text".localized() + useBiometricAuthLabel.text = "Login Biometric Setup" } private func configureLanguage() { self.changePasswordButton.setTitle("change_password_text".localized(), for: .normal) self.settingButton.setTitle("language_text".localized(), for: .normal) self.changePinButton.setTitle("changepin_text".localized(), for: .normal) - self.useBiometricAuthLabel.text = "use_biometric_authentication_text".localized() + self.useBiometricAuthLabel.text = "Login Biometric Setup" } diff --git a/GME Remit/Utilities/CustomUI/ConfirmAlert/ConfirmViewController.xib b/GME Remit/Utilities/CustomUI/ConfirmAlert/ConfirmViewController.xib index d56a341d..4782e69c 100644 --- a/GME Remit/Utilities/CustomUI/ConfirmAlert/ConfirmViewController.xib +++ b/GME Remit/Utilities/CustomUI/ConfirmAlert/ConfirmViewController.xib @@ -1,9 +1,9 @@ - + - + @@ -42,13 +42,13 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +