diff --git a/.DS_Store b/.DS_Store index d6cac838..d1aa0c7d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/GME Remit/MultiLanguages/ja.lproj/Localizable.strings b/GME Remit/MultiLanguages/ja.lproj/Localizable.strings index 9d4b9b29..85493254 100644 --- a/GME Remit/MultiLanguages/ja.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/ja.lproj/Localizable.strings @@ -840,7 +840,7 @@ "select_different_id_type" = "Select different ID Type"; "clear_text" = "クリアー"; "additional_information_text" = "Additional Information"; -"additional_address_text" = "ユウビンバンゴウ, 追加住所"; +"additional_address_text" = "郵便番号, 追加住所"; "upload_pictures_text" = "Upload Pictures"; "save_and_next_text" = "保存そして次へ"; "select_city_text" = "Select City"; diff --git a/GME Remit/MultiLanguages/ne.lproj/Localizable.strings b/GME Remit/MultiLanguages/ne.lproj/Localizable.strings index 8551641e..a56b1d22 100644 --- a/GME Remit/MultiLanguages/ne.lproj/Localizable.strings +++ b/GME Remit/MultiLanguages/ne.lproj/Localizable.strings @@ -47,7 +47,7 @@ "todays_rate_text" = "आजको विनिमय दर "; "transaction_report_text" = "पैसा पठाएको विवरण "; "gme_wallet_statement_text" = "JME वालेट विवरण "; -"home_text" = "होम "; + "branch_text" = "शाखा"; "profile_text" = "व्यक्तिगत विवरण "; "help_you_text" = "ग्राहक सेवा समय बिहान ९:३० बजे देखी बेलुका ६:३० बजे सम्म"; diff --git a/keyboard.xcodeproj/project.pbxproj b/keyboard.xcodeproj/project.pbxproj new file mode 100644 index 00000000..c87f8871 --- /dev/null +++ b/keyboard.xcodeproj/project.pbxproj @@ -0,0 +1,7790 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 041A86A221D1F4F60044C83C /* WKWebView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 041A86A121D1F4F60044C83C /* WKWebView.storyboard */; }; + 041A86A721D1F5590044C83C /* WkWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041A86A621D1F5590044C83C /* WkWebViewController.swift */; }; + 042E6EFD203EAF95004667A1 /* SideMenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 042E6EFC203EAF95004667A1 /* SideMenuViewController.swift */; }; + 04498A722039416E00AC4D99 /* SettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04498A712039416E00AC4D99 /* SettingViewController.swift */; }; + 04546C4120329A36007EFE15 /* AboutGMEViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04546C4020329A36007EFE15 /* AboutGMEViewController.swift */; }; + 0470301221CA4BD000B6C9C3 /* AccountEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0470301121CA4BD000B6C9C3 /* AccountEx.swift */; }; + 0496B8481FE7DFA20044810E /* RestApiManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0496B8451FE7DFA10044810E /* RestApiManager.swift */; }; + 0496B84E1FE7DFCD0044810E /* UIViewController+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0496B84C1FE7DFCC0044810E /* UIViewController+Ext.swift */; }; + 0496B84F1FE7DFCD0044810E /* String+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0496B84D1FE7DFCD0044810E /* String+Ext.swift */; }; + 049E61A51FF0AE9D00817C76 /* UrlManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049E61A41FF0AE9D00817C76 /* UrlManager.swift */; }; + 04DC27EC21A51E29003714F5 /* AutoRefund.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DC27EB21A51E29003714F5 /* AutoRefund.swift */; }; + 40218EF724D2B1940047FBF5 /* UserRegistrationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EE424D2B1940047FBF5 /* UserRegistrationModuleInterface.swift */; }; + 40218EF824D2B1940047FBF5 /* UserRegistrationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EE724D2B1940047FBF5 /* UserRegistrationService.swift */; }; + 40218EF924D2B1940047FBF5 /* UserRegistrationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EE824D2B1940047FBF5 /* UserRegistrationServiceType.swift */; }; + 40218EFA24D2B1940047FBF5 /* UserRegistrationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EEA24D2B1940047FBF5 /* UserRegistrationInteractorIO.swift */; }; + 40218EFB24D2B1940047FBF5 /* UserRegistrationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EEB24D2B1940047FBF5 /* UserRegistrationInteractor.swift */; }; + 40218EFC24D2B1950047FBF5 /* UserRegistrationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EEE24D2B1940047FBF5 /* UserRegistrationPresenter.swift */; }; + 40218EFD24D2B1950047FBF5 /* UserRegistrationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EF024D2B1940047FBF5 /* UserRegistrationWireframeInput.swift */; }; + 40218EFE24D2B1950047FBF5 /* UserRegistrationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EF124D2B1940047FBF5 /* UserRegistrationWireframe.swift */; }; + 40218EFF24D2B1950047FBF5 /* UserRegistrationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EF424D2B1940047FBF5 /* UserRegistrationViewController.swift */; }; + 40218F0024D2B1950047FBF5 /* UserRegistrationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40218EF524D2B1940047FBF5 /* UserRegistrationViewInterface.swift */; }; + 40218F0124D2B1950047FBF5 /* UserRegistration.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 40218EF624D2B1940047FBF5 /* UserRegistration.storyboard */; }; + 404654BA24E6666F000E5BFB /* PINKeyboardView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 404654B724E6666E000E5BFB /* PINKeyboardView.xib */; }; + 404654BB24E6666F000E5BFB /* SRPINKeyboardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 404654B824E6666E000E5BFB /* SRPINKeyboardView.swift */; }; + 404654BC24E6666F000E5BFB /* PINComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 404654B924E6666E000E5BFB /* PINComponents.swift */; }; + 405213D224EA83A4000F8801 /* ProfileChangePinViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405213D124EA83A4000F8801 /* ProfileChangePinViewController.swift */; }; + 405718C924D932AD0022CDDE /* NewUserRegisterModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718B624D932AD0022CDDE /* NewUserRegisterModuleInterface.swift */; }; + 405718CA24D932AD0022CDDE /* NewUserRegisterService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718B924D932AD0022CDDE /* NewUserRegisterService.swift */; }; + 405718CB24D932AD0022CDDE /* NewUserRegisterServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718BA24D932AD0022CDDE /* NewUserRegisterServiceType.swift */; }; + 405718CC24D932AD0022CDDE /* NewUserRegisterInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718BC24D932AD0022CDDE /* NewUserRegisterInteractorIO.swift */; }; + 405718CD24D932AD0022CDDE /* NewUserRegisterInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718BD24D932AD0022CDDE /* NewUserRegisterInteractor.swift */; }; + 405718CE24D932AD0022CDDE /* NewUserRegisterPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718C024D932AD0022CDDE /* NewUserRegisterPresenter.swift */; }; + 405718CF24D932AD0022CDDE /* NewUserRegisterWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718C224D932AD0022CDDE /* NewUserRegisterWireframe.swift */; }; + 405718D024D932AE0022CDDE /* NewUserRegisterWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718C324D932AD0022CDDE /* NewUserRegisterWireframeInput.swift */; }; + 405718D124D932AE0022CDDE /* NewUserRegisterViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718C624D932AD0022CDDE /* NewUserRegisterViewInterface.swift */; }; + 405718D224D932AE0022CDDE /* NewUserRegisterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718C724D932AD0022CDDE /* NewUserRegisterViewController.swift */; }; + 405718D324D932AE0022CDDE /* NewUserRegister.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 405718C824D932AD0022CDDE /* NewUserRegister.storyboard */; }; + 405718EB24D93EB40022CDDE /* VerifyIDNumberModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718D824D93EB40022CDDE /* VerifyIDNumberModuleInterface.swift */; }; + 405718EC24D93EB40022CDDE /* VerifyIDNumberServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718DB24D93EB40022CDDE /* VerifyIDNumberServiceType.swift */; }; + 405718ED24D93EB40022CDDE /* VerifyIDNumberService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718DC24D93EB40022CDDE /* VerifyIDNumberService.swift */; }; + 405718EE24D93EB40022CDDE /* VerifyIDNumberInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718DE24D93EB40022CDDE /* VerifyIDNumberInteractorIO.swift */; }; + 405718EF24D93EB40022CDDE /* VerifyIDNumberInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718DF24D93EB40022CDDE /* VerifyIDNumberInteractor.swift */; }; + 405718F024D93EB40022CDDE /* VerifyIDNumberPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718E224D93EB40022CDDE /* VerifyIDNumberPresenter.swift */; }; + 405718F124D93EB40022CDDE /* VerifyIDNumberWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718E424D93EB40022CDDE /* VerifyIDNumberWireframe.swift */; }; + 405718F224D93EB40022CDDE /* VerifyIDNumberWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718E524D93EB40022CDDE /* VerifyIDNumberWireframeInput.swift */; }; + 405718F324D93EB40022CDDE /* VerifyIDNumberViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718E824D93EB40022CDDE /* VerifyIDNumberViewController.swift */; }; + 405718F424D93EB40022CDDE /* VerifyIDNumberViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405718E924D93EB40022CDDE /* VerifyIDNumberViewInterface.swift */; }; + 405718F524D93EB40022CDDE /* VerifyIDNumber.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 405718EA24D93EB40022CDDE /* VerifyIDNumber.storyboard */; }; + 405AA0ED2541AD0400508420 /* KeyValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405AA0EC2541AD0400508420 /* KeyValue.swift */; }; + 405AA0EF2541B32B00508420 /* PropertyUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405AA0EE2541B32B00508420 /* PropertyUtility.swift */; }; + 405AA16E2541DB6D00508420 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 405AA15E2541DB6A00508420 /* Localizable.strings */; }; + 405E708D252BE2E50018F708 /* NotificationFetch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 405E708C252BE2E50018F708 /* NotificationFetch.swift */; }; + 4060B97224DBBA0300E90F8C /* KYCVerifyStep1Service.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96124DBBA0200E90F8C /* KYCVerifyStep1Service.swift */; }; + 4060B97324DBBA0300E90F8C /* KYCVerifyStep1ServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96224DBBA0200E90F8C /* KYCVerifyStep1ServiceType.swift */; }; + 4060B97424DBBA0300E90F8C /* KYCVerifyStep1Interactor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96424DBBA0200E90F8C /* KYCVerifyStep1Interactor.swift */; }; + 4060B97524DBBA0300E90F8C /* KYCVerifyStep1InteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96524DBBA0200E90F8C /* KYCVerifyStep1InteractorIO.swift */; }; + 4060B97624DBBA0300E90F8C /* KYCVerifyStep1Presenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96824DBBA0200E90F8C /* KYCVerifyStep1Presenter.swift */; }; + 4060B97724DBBA0300E90F8C /* KYCVerifyStep1WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96A24DBBA0200E90F8C /* KYCVerifyStep1WireframeInput.swift */; }; + 4060B97824DBBA0300E90F8C /* KYCVerifyStep1Wireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96B24DBBA0200E90F8C /* KYCVerifyStep1Wireframe.swift */; }; + 4060B97924DBBA0300E90F8C /* KYCVerifyStep1.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4060B96E24DBBA0200E90F8C /* KYCVerifyStep1.storyboard */; }; + 4060B97A24DBBA0300E90F8C /* KYCVerifyStep1ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B96F24DBBA0200E90F8C /* KYCVerifyStep1ViewController.swift */; }; + 4060B97F24DBD17600E90F8C /* KYCInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B97E24DBD17600E90F8C /* KYCInfoModel.swift */; }; + 4060B98124DBD22C00E90F8C /* PersonalInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4060B98024DBD22C00E90F8C /* PersonalInfoModel.swift */; }; + 406F2D8124DBE28400EF31FB /* PictureInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 406F2D8024DBE28400EF31FB /* PictureInfoModel.swift */; }; + 406F2D8324DBE43400EF31FB /* KYCSaveInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 406F2D8224DBE43400EF31FB /* KYCSaveInformation.swift */; }; + 4073BA9225295F5B0043258E /* GradientView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4073BA9125295F5B0043258E /* GradientView.swift */; }; + 4099AF0125235C45003FA012 /* CircleBorderedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4099AF0025235C45003FA012 /* CircleBorderedView.swift */; }; + 40AE56352512DD8A00412B87 /* ChangePinAndPasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40AE56342512DD8A00412B87 /* ChangePinAndPasswordViewController.swift */; }; + 40B33AA324CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9024CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift */; }; + 40B33AA424CAF87A00AFE2AB /* ExistingUserRegistrationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9324CAF87A00AFE2AB /* ExistingUserRegistrationServiceType.swift */; }; + 40B33AA524CAF87A00AFE2AB /* ExistingUserRegistrationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9424CAF87A00AFE2AB /* ExistingUserRegistrationService.swift */; }; + 40B33AA624CAF87A00AFE2AB /* ExistingUserRegistrationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9624CAF87A00AFE2AB /* ExistingUserRegistrationInteractorIO.swift */; }; + 40B33AA724CAF87A00AFE2AB /* ExistingUserRegistrationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9724CAF87A00AFE2AB /* ExistingUserRegistrationInteractor.swift */; }; + 40B33AA824CAF87A00AFE2AB /* ExistingUserRegistrationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9A24CAF87A00AFE2AB /* ExistingUserRegistrationPresenter.swift */; }; + 40B33AA924CAF87A00AFE2AB /* ExistingUserRegistrationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9C24CAF87A00AFE2AB /* ExistingUserRegistrationWireframeInput.swift */; }; + 40B33AAA24CAF87A00AFE2AB /* ExistingUserRegistrationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33A9D24CAF87A00AFE2AB /* ExistingUserRegistrationWireframe.swift */; }; + 40B33AAB24CAF87A00AFE2AB /* ExistingUserRegistrationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33AA024CAF87A00AFE2AB /* ExistingUserRegistrationViewController.swift */; }; + 40B33AAC24CAF87A00AFE2AB /* ExistingUserRegistrationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B33AA124CAF87A00AFE2AB /* ExistingUserRegistrationViewInterface.swift */; }; + 40B33AAD24CAF87A00AFE2AB /* ExistingUserRegistration.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 40B33AA224CAF87A00AFE2AB /* ExistingUserRegistration.storyboard */; }; + 40B9B0A124EC4ED1002C258C /* ExistingUserKycService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09024EC4ED0002C258C /* ExistingUserKycService.swift */; }; + 40B9B0A224EC4ED1002C258C /* ExistingUserKycServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09124EC4ED0002C258C /* ExistingUserKycServiceType.swift */; }; + 40B9B0A324EC4ED1002C258C /* ExistingUserKycInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09324EC4ED0002C258C /* ExistingUserKycInteractor.swift */; }; + 40B9B0A424EC4ED1002C258C /* ExistingUserKycInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09424EC4ED0002C258C /* ExistingUserKycInteractorIO.swift */; }; + 40B9B0A524EC4ED1002C258C /* ExistingUserKycPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09724EC4ED0002C258C /* ExistingUserKycPresenter.swift */; }; + 40B9B0A624EC4ED1002C258C /* ExistingUserKycWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09924EC4ED0002C258C /* ExistingUserKycWireframe.swift */; }; + 40B9B0A724EC4ED1002C258C /* ExistingUserKycWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09A24EC4ED0002C258C /* ExistingUserKycWireframeInput.swift */; }; + 40B9B0A824EC4ED1002C258C /* ExistingUserKyc.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 40B9B09D24EC4ED0002C258C /* ExistingUserKyc.storyboard */; }; + 40B9B0AA24EC4ED1002C258C /* ExistingUserKycViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40B9B09F24EC4ED1002C258C /* ExistingUserKycViewController.swift */; }; + 40CB8F5824D980D500E1E64E /* NewRegisterRequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB8F5724D980D400E1E64E /* NewRegisterRequestModel.swift */; }; + 40D0D35124D2FEB900CEF6B4 /* OldUserRegisterRequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40D0D35024D2FEB900CEF6B4 /* OldUserRegisterRequestModel.swift */; }; + 5565FF1D1FE275E5002934E9 /* SanFranciscoDisplay-Heavy.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF071FE275E0002934E9 /* SanFranciscoDisplay-Heavy.otf */; }; + 5565FF1E1FE275E5002934E9 /* SanFranciscoText-RegularItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF081FE275E0002934E9 /* SanFranciscoText-RegularItalic.otf */; }; + 5565FF1F1FE275E5002934E9 /* SanFranciscoText-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF091FE275E0002934E9 /* SanFranciscoText-Regular.otf */; }; + 5565FF201FE275E5002934E9 /* SanFranciscoDisplay-Ultralight.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF0A1FE275E0002934E9 /* SanFranciscoDisplay-Ultralight.otf */; }; + 5565FF211FE275E5002934E9 /* SanFranciscoText-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF0B1FE275E0002934E9 /* SanFranciscoText-Bold.otf */; }; + 5565FF221FE275E5002934E9 /* SanFranciscoDisplay-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF0C1FE275E0002934E9 /* SanFranciscoDisplay-Light.otf */; }; + 5565FF231FE275E5002934E9 /* SanFranciscoText-BoldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF0D1FE275E0002934E9 /* SanFranciscoText-BoldItalic.otf */; }; + 5565FF241FE275E5002934E9 /* SanFranciscoText-HeavyItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF0E1FE275E0002934E9 /* SanFranciscoText-HeavyItalic.otf */; }; + 5565FF251FE275E5002934E9 /* SanFranciscoText-LightItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF0F1FE275E0002934E9 /* SanFranciscoText-LightItalic.otf */; }; + 5565FF261FE275E5002934E9 /* SanFranciscoText-SemiboldItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF101FE275E0002934E9 /* SanFranciscoText-SemiboldItalic.otf */; }; + 5565FF271FE275E5002934E9 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF111FE275E0002934E9 /* README.md */; }; + 5565FF281FE275E5002934E9 /* SanFranciscoDisplay-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF121FE275E0002934E9 /* SanFranciscoDisplay-Regular.otf */; }; + 5565FF291FE275E5002934E9 /* SanFranciscoDisplay-Black.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF131FE275E0002934E9 /* SanFranciscoDisplay-Black.otf */; }; + 5565FF2A1FE275E5002934E9 /* SanFranciscoDisplay-Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF141FE275E0002934E9 /* SanFranciscoDisplay-Bold.otf */; }; + 5565FF2B1FE275E5002934E9 /* SanFranciscoText-Heavy.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF151FE275E0002934E9 /* SanFranciscoText-Heavy.otf */; }; + 5565FF2C1FE275E5002934E9 /* SanFranciscoText-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF161FE275E0002934E9 /* SanFranciscoText-Medium.otf */; }; + 5565FF2D1FE275E5002934E9 /* SanFranciscoText-MediumItalic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF171FE275E0002934E9 /* SanFranciscoText-MediumItalic.otf */; }; + 5565FF2E1FE275E5002934E9 /* SanFranciscoText-Semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF181FE275E0002934E9 /* SanFranciscoText-Semibold.otf */; }; + 5565FF2F1FE275E5002934E9 /* SanFranciscoDisplay-Thin.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF191FE275E0002934E9 /* SanFranciscoDisplay-Thin.otf */; }; + 5565FF301FE275E5002934E9 /* SanFranciscoText-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF1A1FE275E0002934E9 /* SanFranciscoText-Light.otf */; }; + 5565FF311FE275E5002934E9 /* SanFranciscoDisplay-Medium.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF1B1FE275E0002934E9 /* SanFranciscoDisplay-Medium.otf */; }; + 5565FF321FE275E5002934E9 /* SanFranciscoDisplay-Semibold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 5565FF1C1FE275E0002934E9 /* SanFranciscoDisplay-Semibold.otf */; }; + 7303E5732344A1F000472407 /* StoreReviewHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7303E5722344A1F000472407 /* StoreReviewHelper.swift */; }; + 7310475C226960E70025D77D /* KeychainTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7310475B226960E70025D77D /* KeychainTest.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 */; }; + 7313872322E68F4C0095ACEB /* ScrollableSegmentedControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7313872222E68F4C0095ACEB /* ScrollableSegmentedControl.swift */; }; + 73149F6322E5AF8000D66B26 /* LauncherScreenModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5022E5AF8000D66B26 /* LauncherScreenModuleInterface.swift */; }; + 73149F6422E5AF8000D66B26 /* LauncherScreenServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5422E5AF8000D66B26 /* LauncherScreenServiceType.swift */; }; + 73149F6522E5AF8000D66B26 /* LauncherScreenService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5522E5AF8000D66B26 /* LauncherScreenService.swift */; }; + 73149F6622E5AF8000D66B26 /* LauncherScreenInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5722E5AF8000D66B26 /* LauncherScreenInteractorIO.swift */; }; + 73149F6722E5AF8000D66B26 /* LauncherScreenInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5822E5AF8000D66B26 /* LauncherScreenInteractor.swift */; }; + 73149F6822E5AF8000D66B26 /* LauncherScreenPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5B22E5AF8000D66B26 /* LauncherScreenPresenter.swift */; }; + 73149F6922E5AF8000D66B26 /* LauncherScreenWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5D22E5AF8000D66B26 /* LauncherScreenWireframeInput.swift */; }; + 73149F6A22E5AF8000D66B26 /* LauncherScreenWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F5E22E5AF8000D66B26 /* LauncherScreenWireframe.swift */; }; + 73149F6B22E5AF8000D66B26 /* LauncherScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73149F6022E5AF8000D66B26 /* LauncherScreen.storyboard */; }; + 73149F6C22E5AF8000D66B26 /* LauncherScreenViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F6122E5AF8000D66B26 /* LauncherScreenViewInterface.swift */; }; + 73149F6D22E5AF8000D66B26 /* LauncherScreenViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73149F6222E5AF8000D66B26 /* LauncherScreenViewController.swift */; }; + 7315526E23C839CF0011D37C /* Rx+UserDefaultsWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7315526D23C839CF0011D37C /* Rx+UserDefaultsWrapper.swift */; }; + 73157B9B22DC1EEC009B836F /* PopupNotificationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B8922DC1EEC009B836F /* PopupNotificationModuleInterface.swift */; }; + 73157B9C22DC1EEC009B836F /* PopupNotificationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B8C22DC1EEC009B836F /* PopupNotificationServiceType.swift */; }; + 73157B9D22DC1EEC009B836F /* PopupNotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B8D22DC1EEC009B836F /* PopupNotificationService.swift */; }; + 73157B9E22DC1EEC009B836F /* PopupNotificationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B8F22DC1EEC009B836F /* PopupNotificationInteractor.swift */; }; + 73157B9F22DC1EEC009B836F /* PopupNotificationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B9022DC1EEC009B836F /* PopupNotificationInteractorIO.swift */; }; + 73157BA022DC1EEC009B836F /* PopupNotificationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B9322DC1EEC009B836F /* PopupNotificationPresenter.swift */; }; + 73157BA122DC1EEC009B836F /* PopupNotificationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B9522DC1EEC009B836F /* PopupNotificationWireframe.swift */; }; + 73157BA222DC1EEC009B836F /* PopupNotificationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B9622DC1EEC009B836F /* PopupNotificationWireframeInput.swift */; }; + 73157BA322DC1EEC009B836F /* PopupNotificationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B9822DC1EEC009B836F /* PopupNotificationViewInterface.swift */; }; + 73157BA422DC1EEC009B836F /* PopupNotificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157B9922DC1EEC009B836F /* PopupNotificationViewController.swift */; }; + 73157BA522DC1EEC009B836F /* PopupNotification.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73157B9A22DC1EEC009B836F /* PopupNotification.storyboard */; }; + 73157BA722DC3F14009B836F /* Date+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73157BA622DC3F14009B836F /* Date+Ext.swift */; }; + 731627A52301009800BA48A8 /* ExchangeRateRequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 731627A42301009800BA48A8 /* ExchangeRateRequestModel.swift */; }; + 73168A1F22F3CC4C00878038 /* NativeCountry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73168A1E22F3CC4B00878038 /* NativeCountry.swift */; }; + 73168A2322F3D01A00878038 /* TablePresenterProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73168A2222F3D01900878038 /* TablePresenterProtocol.swift */; }; + 731703CC23221EA0005752DE /* SwipeNavigationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 731703CB23221EA0005752DE /* SwipeNavigationController.swift */; }; + 73185314230E19DD00BA9AE3 /* ValidateAccountRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73185313230E19DD00BA9AE3 /* ValidateAccountRequest.swift */; }; + 73185316230EA5FB00BA9AE3 /* SaveResponseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73185315230EA5FB00BA9AE3 /* SaveResponseModel.swift */; }; + 7318534E230EACA400BA9AE3 /* SendMoneyTransFerReasonViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73185329230EACA300BA9AE3 /* SendMoneyTransFerReasonViewModel.swift */; }; + 7318534F230EACA400BA9AE3 /* SendMoneyRelationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7318532A230EACA300BA9AE3 /* SendMoneyRelationViewModel.swift */; }; + 73185350230EACA400BA9AE3 /* SendMoneyCountryViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7318532B230EACA300BA9AE3 /* SendMoneyCountryViewModel.swift */; }; + 73185351230EACA400BA9AE3 /* SendMoneyDistrictViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7318532C230EACA300BA9AE3 /* SendMoneyDistrictViewModel.swift */; }; + 73185352230EACA400BA9AE3 /* SendMoneyProvinceViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7318532D230EACA300BA9AE3 /* SendMoneyProvinceViewModel.swift */; }; + 7318F84A23BD7A19002BE004 /* CheckBox.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7318F84923BD7A19002BE004 /* CheckBox.swift */; }; + 7318F84C23BD7A27002BE004 /* CheckBox.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7318F84B23BD7A27002BE004 /* CheckBox.xib */; }; + 7318F85023BDB475002BE004 /* CheckBox+Rx.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7318F84F23BDB475002BE004 /* CheckBox+Rx.swift */; }; + 73195AB222FD14D500151434 /* SetupRecipientModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195A9D22FD14D400151434 /* SetupRecipientModuleInterface.swift */; }; + 73195AB322FD14D500151434 /* SetupRecipientServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AA122FD14D400151434 /* SetupRecipientServiceType.swift */; }; + 73195AB422FD14D500151434 /* SetupRecipientService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AA222FD14D400151434 /* SetupRecipientService.swift */; }; + 73195AB522FD14D500151434 /* SetupRecipientInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AA422FD14D400151434 /* SetupRecipientInteractorIO.swift */; }; + 73195AB622FD14D500151434 /* SetupRecipientInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AA522FD14D400151434 /* SetupRecipientInteractor.swift */; }; + 73195AB722FD14D500151434 /* SetupRecipientPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AA822FD14D400151434 /* SetupRecipientPresenter.swift */; }; + 73195AB822FD14D500151434 /* SetupRecipientWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AAA22FD14D400151434 /* SetupRecipientWireframe.swift */; }; + 73195AB922FD14D500151434 /* SetupRecipientWireframeInputOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AAB22FD14D400151434 /* SetupRecipientWireframeInputOutput.swift */; }; + 73195ABA22FD14D500151434 /* SetupRecipientViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AAE22FD14D400151434 /* SetupRecipientViewModel.swift */; }; + 73195ABB22FD14D500151434 /* SetupRecipientViewModelInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AAF22FD14D400151434 /* SetupRecipientViewModelInterface.swift */; }; + 73195ABC22FD14D500151434 /* SetupRecipient.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73195AB022FD14D400151434 /* SetupRecipient.storyboard */; }; + 73195ABD22FD14D500151434 /* SetupRecipientViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195AB122FD14D400151434 /* SetupRecipientViewController.swift */; }; + 73195B3522FD5BC600151434 /* APIRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73195B3422FD5BC600151434 /* APIRouter.swift */; }; + 731AADEB230CC08F008BE38F /* ValidationTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 731AADEA230CC08E008BE38F /* ValidationTextField.swift */; }; + 731D05732341BE78005E6F7C /* Colors.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 731D05722341BE78005E6F7C /* Colors.xcassets */; }; + 73210DA122FBE73100715D6C /* RecipientsModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D8E22FBE73100715D6C /* RecipientsModuleInterface.swift */; }; + 73210DA222FBE73100715D6C /* RecipientsService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9222FBE73100715D6C /* RecipientsService.swift */; }; + 73210DA322FBE73100715D6C /* RecipientsServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9322FBE73100715D6C /* RecipientsServiceType.swift */; }; + 73210DA422FBE73100715D6C /* RecipientsInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9522FBE73100715D6C /* RecipientsInteractorIO.swift */; }; + 73210DA522FBE73100715D6C /* RecipientsInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9622FBE73100715D6C /* RecipientsInteractor.swift */; }; + 73210DA622FBE73100715D6C /* RecipientsPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9922FBE73100715D6C /* RecipientsPresenter.swift */; }; + 73210DA722FBE73100715D6C /* RecipientsWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9B22FBE73100715D6C /* RecipientsWireframe.swift */; }; + 73210DA822FBE73100715D6C /* RecipientsWireframeInputOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9C22FBE73100715D6C /* RecipientsWireframeInputOutput.swift */; }; + 73210DA922FBE73100715D6C /* Recipients.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73210D9E22FBE73100715D6C /* Recipients.storyboard */; }; + 73210DAA22FBE73100715D6C /* RecipientsViewModelInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210D9F22FBE73100715D6C /* RecipientsViewModelInterface.swift */; }; + 73210DAB22FBE73100715D6C /* RecipientsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210DA022FBE73100715D6C /* RecipientsViewController.swift */; }; + 73210DAD22FBEA3B00715D6C /* RecipientsViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210DAC22FBEA3B00715D6C /* RecipientsViewModel.swift */; }; + 73210DAF22FBF2BA00715D6C /* ViewModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210DAE22FBF2BA00715D6C /* ViewModelType.swift */; }; + 73210DB122FBF4B000715D6C /* ObservableType+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210DB022FBF4B000715D6C /* ObservableType+Ext.swift */; }; + 73210DB522FC01C200715D6C /* RecipientCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73210DB422FC01C200715D6C /* RecipientCell.swift */; }; + 7327567F23B0456400BF66C5 /* ManageAgreementServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567123B0456300BF66C5 /* ManageAgreementServiceType.swift */; }; + 7327568023B0456400BF66C5 /* ManageAgreementService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567223B0456300BF66C5 /* ManageAgreementService.swift */; }; + 7327568123B0456400BF66C5 /* ManageAgreementInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567423B0456300BF66C5 /* ManageAgreementInteractorIO.swift */; }; + 7327568223B0456400BF66C5 /* ManageAgreementInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567523B0456300BF66C5 /* ManageAgreementInteractor.swift */; }; + 7327568323B0456400BF66C5 /* ManageAgreementPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567823B0456300BF66C5 /* ManageAgreementPresenter.swift */; }; + 7327568423B0456400BF66C5 /* ManageAgreementWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567A23B0456300BF66C5 /* ManageAgreementWireframeInput.swift */; }; + 7327568523B0456400BF66C5 /* ManageAgreementWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567B23B0456300BF66C5 /* ManageAgreementWireframe.swift */; }; + 7327568623B0456400BF66C5 /* ManageAgreement.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7327567D23B0456300BF66C5 /* ManageAgreement.storyboard */; }; + 7327568723B0456400BF66C5 /* ManageAgreementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327567E23B0456300BF66C5 /* ManageAgreementViewController.swift */; }; + 7327568B23B052DB00BF66C5 /* PDFViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7327568923B052DB00BF66C5 /* PDFViewController.swift */; }; + 7327568C23B052DB00BF66C5 /* PDFViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7327568A23B052DB00BF66C5 /* PDFViewController.xib */; }; + 732B5F9723C40C1F00074442 /* AgreePDFDocument.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732B5F9623C40C1F00074442 /* AgreePDFDocument.swift */; }; + 73341C90238F4FE900394676 /* UILabel+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73341C8F238F4FE900394676 /* UILabel+Ext.swift */; }; + 733A3BA2235557E100E6B87E /* CreditCardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 733A3BA1235557E100E6B87E /* CreditCardView.swift */; }; + 733A3BA52355580000E6B87E /* CreditCardView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 733A3BA42355580000E6B87E /* CreditCardView.xib */; }; + 733A3BA723558F8F00E6B87E /* CreditCardType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 733A3BA623558F8F00E6B87E /* CreditCardType.swift */; }; + 733CC36523A208B90027DDF9 /* UIImage+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 733CC36423A208B90027DDF9 /* UIImage+Ext.swift */; }; + 734DD31C2366DA2700BFA7EE /* CheckMark.swift in Sources */ = {isa = PBXBuildFile; fileRef = 734DD31B2366DA2700BFA7EE /* CheckMark.swift */; }; + 73538B2222EFC5FA00188CDD /* CommonServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73538B2122EFC5FA00188CDD /* CommonServiceType.swift */; }; + 7354AB20270D3217004EBA7D /* TermsAndConditionModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB0D270D3217004EBA7D /* TermsAndConditionModuleInterface.swift */; }; + 7354AB21270D3217004EBA7D /* TermsAndConditionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB10270D3217004EBA7D /* TermsAndConditionService.swift */; }; + 7354AB22270D3217004EBA7D /* TermsAndConditionServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB11270D3217004EBA7D /* TermsAndConditionServiceType.swift */; }; + 7354AB23270D3217004EBA7D /* TermsAndConditionInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB13270D3217004EBA7D /* TermsAndConditionInteractorIO.swift */; }; + 7354AB24270D3217004EBA7D /* TermsAndConditionInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB14270D3217004EBA7D /* TermsAndConditionInteractor.swift */; }; + 7354AB25270D3217004EBA7D /* TermsAndConditionPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB17270D3217004EBA7D /* TermsAndConditionPresenter.swift */; }; + 7354AB26270D3217004EBA7D /* TermsAndConditionWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB19270D3217004EBA7D /* TermsAndConditionWireframeInput.swift */; }; + 7354AB27270D3217004EBA7D /* TermsAndConditionWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB1A270D3217004EBA7D /* TermsAndConditionWireframe.swift */; }; + 7354AB28270D3217004EBA7D /* TermsAndCondition.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7354AB1D270D3217004EBA7D /* TermsAndCondition.storyboard */; }; + 7354AB29270D3217004EBA7D /* TermsAndConditionViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB1E270D3217004EBA7D /* TermsAndConditionViewInterface.swift */; }; + 7354AB2A270D3217004EBA7D /* TermsAndConditionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7354AB1F270D3217004EBA7D /* TermsAndConditionViewController.swift */; }; + 73551A5826E5B1290030B302 /* OtpVerificationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A4526E5B1290030B302 /* OtpVerificationModuleInterface.swift */; }; + 73551A5926E5B1290030B302 /* OtpVerificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A4826E5B1290030B302 /* OtpVerificationService.swift */; }; + 73551A5A26E5B1290030B302 /* OtpVerificationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A4926E5B1290030B302 /* OtpVerificationServiceType.swift */; }; + 73551A5B26E5B1290030B302 /* OtpVerificationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A4B26E5B1290030B302 /* OtpVerificationInteractorIO.swift */; }; + 73551A5C26E5B1290030B302 /* OtpVerificationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A4C26E5B1290030B302 /* OtpVerificationInteractor.swift */; }; + 73551A5D26E5B1290030B302 /* OtpVerificationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A4F26E5B1290030B302 /* OtpVerificationPresenter.swift */; }; + 73551A5E26E5B1290030B302 /* OtpVerificationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A5126E5B1290030B302 /* OtpVerificationWireframeInput.swift */; }; + 73551A5F26E5B1290030B302 /* OtpVerificationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A5226E5B1290030B302 /* OtpVerificationWireframe.swift */; }; + 73551A6026E5B1290030B302 /* OtpVerificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A5526E5B1290030B302 /* OtpVerificationViewController.swift */; }; + 73551A6126E5B1290030B302 /* OtpVerification.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73551A5626E5B1290030B302 /* OtpVerification.storyboard */; }; + 73551A6226E5B1290030B302 /* OtpVerificationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73551A5726E5B1290030B302 /* OtpVerificationViewInterface.swift */; }; + 735F68DB2394A76800A2DBC8 /* NewRegisterService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68CD2394A76800A2DBC8 /* NewRegisterService.swift */; }; + 735F68DC2394A76800A2DBC8 /* NewRegisterServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68CE2394A76800A2DBC8 /* NewRegisterServiceType.swift */; }; + 735F68DD2394A76800A2DBC8 /* NewRegisterInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68D02394A76800A2DBC8 /* NewRegisterInteractorIO.swift */; }; + 735F68DE2394A76800A2DBC8 /* NewRegisterInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68D12394A76800A2DBC8 /* NewRegisterInteractor.swift */; }; + 735F68DF2394A76800A2DBC8 /* NewRegisterPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68D42394A76800A2DBC8 /* NewRegisterPresenter.swift */; }; + 735F68E02394A76800A2DBC8 /* NewRegisterWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68D62394A76800A2DBC8 /* NewRegisterWireframeInput.swift */; }; + 735F68E12394A76800A2DBC8 /* NewRegisterWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68D72394A76800A2DBC8 /* NewRegisterWireframe.swift */; }; + 735F68E22394A76800A2DBC8 /* NewRegister.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 735F68D92394A76800A2DBC8 /* NewRegister.storyboard */; }; + 735F68E32394A76800A2DBC8 /* NewRegisterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735F68DA2394A76800A2DBC8 /* NewRegisterViewController.swift */; }; + 7366006D271C62B50091C521 /* CDDIModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7366006C271C62B50091C521 /* CDDIModel.swift */; }; + 7367FF5E237401860005F644 /* PushNotificationParam.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7367FF5D237401860005F644 /* PushNotificationParam.swift */; }; + 73684456237BD23B00796620 /* InboundTransactionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73684455237BD23B00796620 /* InboundTransactionCell.swift */; }; + 736A8C402277EB2A00337A50 /* BiometricNotificationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C2D2277EB2900337A50 /* BiometricNotificationModuleInterface.swift */; }; + 736A8C412277EB2A00337A50 /* BiometricNotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C312277EB2900337A50 /* BiometricNotificationService.swift */; }; + 736A8C422277EB2A00337A50 /* BiometricNotificationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C322277EB2900337A50 /* BiometricNotificationServiceType.swift */; }; + 736A8C432277EB2A00337A50 /* BiometricNotificationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C342277EB2900337A50 /* BiometricNotificationInteractor.swift */; }; + 736A8C442277EB2A00337A50 /* BiometricNotificationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C352277EB2900337A50 /* BiometricNotificationInteractorIO.swift */; }; + 736A8C452277EB2A00337A50 /* BiometricNotificationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C382277EB2900337A50 /* BiometricNotificationPresenter.swift */; }; + 736A8C462277EB2A00337A50 /* BiometricNotificationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C3A2277EB2900337A50 /* BiometricNotificationWireframeInput.swift */; }; + 736A8C472277EB2A00337A50 /* BiometricNotificationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C3B2277EB2900337A50 /* BiometricNotificationWireframe.swift */; }; + 736A8C482277EB2A00337A50 /* BiometricNotification.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 736A8C3D2277EB2900337A50 /* BiometricNotification.storyboard */; }; + 736A8C492277EB2A00337A50 /* BiometricNotificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C3E2277EB2900337A50 /* BiometricNotificationViewController.swift */; }; + 736A8C4A2277EB2A00337A50 /* BiometricNotificationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736A8C3F2277EB2900337A50 /* BiometricNotificationViewInterface.swift */; }; + 736C417B273794600055C9E9 /* PasswordConfirmation.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 736C417A273794600055C9E9 /* PasswordConfirmation.storyboard */; }; + 736E321A230A3CC1005799AA /* UIDevice+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736E3219230A3CC1005799AA /* UIDevice+Ext.swift */; }; + 737262562705A749004086B8 /* RenewIDModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737262432705A749004086B8 /* RenewIDModuleInterface.swift */; }; + 737262572705A749004086B8 /* RenewIDService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737262462705A749004086B8 /* RenewIDService.swift */; }; + 737262582705A749004086B8 /* RenewIDServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737262472705A749004086B8 /* RenewIDServiceType.swift */; }; + 737262592705A749004086B8 /* RenewIDInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737262492705A749004086B8 /* RenewIDInteractor.swift */; }; + 7372625A2705A74A004086B8 /* RenewIDInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7372624A2705A749004086B8 /* RenewIDInteractorIO.swift */; }; + 7372625B2705A74A004086B8 /* RenewIDPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7372624D2705A749004086B8 /* RenewIDPresenter.swift */; }; + 7372625C2705A74A004086B8 /* RenewIDWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7372624F2705A749004086B8 /* RenewIDWireframeInput.swift */; }; + 7372625D2705A74A004086B8 /* RenewIDWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737262502705A749004086B8 /* RenewIDWireframe.swift */; }; + 7372625E2705A74A004086B8 /* RenewIDViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737262532705A749004086B8 /* RenewIDViewController.swift */; }; + 7372625F2705A74A004086B8 /* RenewID.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 737262542705A749004086B8 /* RenewID.storyboard */; }; + 737262602705A74A004086B8 /* RenewIDViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 737262552705A749004086B8 /* RenewIDViewInterface.swift */; }; + 7383F43622DEB864003D6393 /* GMEDB.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7383F43522DEB864003D6393 /* GMEDB.swift */; }; + 7383F43822DEB87D003D6393 /* DatabaseTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7383F43722DEB87D003D6393 /* DatabaseTest.swift */; }; + 7383F43E22DF15B8003D6393 /* UserDefaultsWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7383F43D22DF15B8003D6393 /* UserDefaultsWrapper.swift */; }; + 7384B28222CB377300DD04D9 /* GMEAlertViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7384B28022CB377300DD04D9 /* GMEAlertViewController.swift */; }; + 7384B28322CB377300DD04D9 /* GMEAlertViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7384B28122CB377300DD04D9 /* GMEAlertViewController.xib */; }; + 738714B3237CE86E0038FCB1 /* InboundReceiptService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714A5237CE86D0038FCB1 /* InboundReceiptService.swift */; }; + 738714B4237CE86E0038FCB1 /* InboundReceiptServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714A6237CE86D0038FCB1 /* InboundReceiptServiceType.swift */; }; + 738714B5237CE86E0038FCB1 /* InboundReceiptInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714A8237CE86D0038FCB1 /* InboundReceiptInteractor.swift */; }; + 738714B6237CE86E0038FCB1 /* InboundReceiptInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714A9237CE86D0038FCB1 /* InboundReceiptInteractorIO.swift */; }; + 738714B7237CE86E0038FCB1 /* InboundReceiptPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714AC237CE86D0038FCB1 /* InboundReceiptPresenter.swift */; }; + 738714B8237CE86E0038FCB1 /* InboundReceiptWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714AE237CE86D0038FCB1 /* InboundReceiptWireframeInput.swift */; }; + 738714B9237CE86E0038FCB1 /* InboundReceiptWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714AF237CE86D0038FCB1 /* InboundReceiptWireframe.swift */; }; + 738714BA237CE86E0038FCB1 /* InboundReceipt.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 738714B1237CE86D0038FCB1 /* InboundReceipt.storyboard */; }; + 738714BB237CE86E0038FCB1 /* InboundReceiptViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738714B2237CE86D0038FCB1 /* InboundReceiptViewController.swift */; }; + 7388821922CDF20F00592960 /* UITextField+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7388821822CDF20F00592960 /* UITextField+Ext.swift */; }; + 7388A6D822E17F9400A57891 /* CountryEnum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7388A6D722E17F9400A57891 /* CountryEnum.swift */; }; + 7389600A22C2F208003FEA90 /* TablePresenterModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73895FF722C2F208003FEA90 /* TablePresenterModuleInterface.swift */; }; + 7389600B22C2F208003FEA90 /* TablePresenterServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73895FFB22C2F208003FEA90 /* TablePresenterServiceType.swift */; }; + 7389600C22C2F208003FEA90 /* TablePresenterService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73895FFC22C2F208003FEA90 /* TablePresenterService.swift */; }; + 7389600D22C2F208003FEA90 /* TablePresenterInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73895FFE22C2F208003FEA90 /* TablePresenterInteractorIO.swift */; }; + 7389600E22C2F208003FEA90 /* TablePresenterInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73895FFF22C2F208003FEA90 /* TablePresenterInteractor.swift */; }; + 7389600F22C2F208003FEA90 /* TablePresenterPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7389600222C2F208003FEA90 /* TablePresenterPresenter.swift */; }; + 7389601022C2F208003FEA90 /* TablePresenterWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7389600422C2F208003FEA90 /* TablePresenterWireframeInput.swift */; }; + 7389601122C2F208003FEA90 /* TablePresenterWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7389600522C2F208003FEA90 /* TablePresenterWireframe.swift */; }; + 7389601222C2F208003FEA90 /* TablePresenter.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7389600722C2F208003FEA90 /* TablePresenter.storyboard */; }; + 7389601322C2F208003FEA90 /* TablePresenterViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7389600822C2F208003FEA90 /* TablePresenterViewInterface.swift */; }; + 7389601422C2F208003FEA90 /* TablePresenterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7389600922C2F208003FEA90 /* TablePresenterViewController.swift */; }; + 7389601922C2FADD003FEA90 /* TableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7389601822C2FADD003FEA90 /* TableCell.swift */; }; + 738B3E4C233B56C6000EA5E5 /* UISearchBar+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738B3E4B233B56C6000EA5E5 /* UISearchBar+Ext.swift */; }; + 738B6B5523F4E6F0006FA928 /* DetailNoticeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738B6B5423F4E6F0006FA928 /* DetailNoticeModel.swift */; }; + 738DEC1B22D429AB00936C2C /* FunctionTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738DEC1A22D429AB00936C2C /* FunctionTest.swift */; }; + 738F04B12316238600BA5EE7 /* ShadowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738F04B02316238600BA5EE7 /* ShadowView.swift */; }; + 738FD48023038FDE008B144D /* UIFont+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738FD47F23038FDE008B144D /* UIFont+Ext.swift */; }; + 738FD4842303D1FD008B144D /* VerifyAccountRequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738FD4832303D1FD008B144D /* VerifyAccountRequestModel.swift */; }; + 738FD4882303D70E008B144D /* RequestModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738FD4872303D70E008B144D /* RequestModelType.swift */; }; + 738FD48A2303E0A1008B144D /* DynamicReceiverContainerModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738FD4892303E0A1008B144D /* DynamicReceiverContainerModel.swift */; }; + 738FD48C2303E157008B144D /* FieldModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738FD48B2303E157008B144D /* FieldModel.swift */; }; + 738FD48E2303F87D008B144D /* DynamicFieldModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738FD48D2303F87D008B144D /* DynamicFieldModel.swift */; }; + 73927A90230BADA700B856D0 /* CountryAndServiceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73927A8F230BADA700B856D0 /* CountryAndServiceModel.swift */; }; + 73976D202331B4F4003CF5E1 /* UIImageView+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73976D1F2331B4F4003CF5E1 /* UIImageView+Ext.swift */; }; + 73976D222331BFB1003CF5E1 /* BankEnum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73976D212331BFB1003CF5E1 /* BankEnum.swift */; }; + 739F817D234ADA75003ABCF3 /* SnapshotUITest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739F817C234ADA75003ABCF3 /* SnapshotUITest.swift */; }; + 739F8185234ADA84003ABCF3 /* SnapshotHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739F8184234ADA83003ABCF3 /* SnapshotHelper.swift */; }; + 739F8187234AFF13003ABCF3 /* DebugManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739F8186234AFF13003ABCF3 /* DebugManager.swift */; }; + 73A2238F23399A9F00FD75C9 /* UIScrollView+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A2238E23399A9F00FD75C9 /* UIScrollView+Ext.swift */; }; + 73A6E20222CEE51600E9BC68 /* BadgeAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A6E1FE22CEE51600E9BC68 /* BadgeAppearance.swift */; }; + 73A6E20322CEE51600E9BC68 /* UIBarButtonItem+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A6E1FF22CEE51600E9BC68 /* UIBarButtonItem+Ext.swift */; }; + 73A6E20422CEE51600E9BC68 /* BadgeLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A6E20022CEE51600E9BC68 /* BadgeLabel.swift */; }; + 73A6E20722CF2E2500E9BC68 /* CopyableLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A6E20622CF2E2500E9BC68 /* CopyableLabel.swift */; }; + 73AEFF702334A13100A967FB /* TransactionHistoryGroupModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF5B2334A13100A967FB /* TransactionHistoryGroupModuleInterface.swift */; }; + 73AEFF712334A13100A967FB /* TransactionHistoryGroupServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF5F2334A13100A967FB /* TransactionHistoryGroupServiceType.swift */; }; + 73AEFF722334A13100A967FB /* TransactionHistoryGroupService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF602334A13100A967FB /* TransactionHistoryGroupService.swift */; }; + 73AEFF732334A13100A967FB /* TransactionHistoryGroupInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF622334A13100A967FB /* TransactionHistoryGroupInteractor.swift */; }; + 73AEFF742334A13100A967FB /* TransactionHistoryGroupInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF632334A13100A967FB /* TransactionHistoryGroupInteractorIO.swift */; }; + 73AEFF752334A13100A967FB /* TransactionHistoryGroupPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF662334A13100A967FB /* TransactionHistoryGroupPresenter.swift */; }; + 73AEFF762334A13100A967FB /* TransactionHistoryGroupWireframeInputOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF682334A13100A967FB /* TransactionHistoryGroupWireframeInputOutput.swift */; }; + 73AEFF772334A13100A967FB /* TransactionHistoryGroupWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF692334A13100A967FB /* TransactionHistoryGroupWireframe.swift */; }; + 73AEFF782334A13100A967FB /* TransactionHistoryGroupViewModelInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF6C2334A13100A967FB /* TransactionHistoryGroupViewModelInterface.swift */; }; + 73AEFF792334A13100A967FB /* TransactionHistoryGroupViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF6D2334A13100A967FB /* TransactionHistoryGroupViewModel.swift */; }; + 73AEFF7A2334A13100A967FB /* TransactionHistoryGroup.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73AEFF6E2334A13100A967FB /* TransactionHistoryGroup.storyboard */; }; + 73AEFF7B2334A13100A967FB /* TransactionHistoryGroupViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73AEFF6F2334A13100A967FB /* TransactionHistoryGroupViewController.swift */; }; + 73AF9C6C275CB708003A701E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 73AF9C6B275CB708003A701E /* GoogleService-Info.plist */; }; + 73AF9C6D275CB708003A701E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 73AF9C6B275CB708003A701E /* GoogleService-Info.plist */; }; + 73AF9C6E275CB708003A701E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 73AF9C6B275CB708003A701E /* GoogleService-Info.plist */; }; + 73AF9C6F275CB708003A701E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 73AF9C6B275CB708003A701E /* GoogleService-Info.plist */; }; + 73B6D68423063DFD00A0CB6E /* ResponseContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D68323063DFD00A0CB6E /* ResponseContainer.swift */; }; + 73B6D68623063F7D00A0CB6E /* Recipient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D68523063F7D00A0CB6E /* Recipient.swift */; }; + 73B6D6882306402200A0CB6E /* PaymentMethodModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D6872306402200A0CB6E /* PaymentMethodModel.swift */; }; + 73B6D68A2306406D00A0CB6E /* AgentModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D6892306406D00A0CB6E /* AgentModel.swift */; }; + 73B6D68C230640D400A0CB6E /* BranchModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D68B230640D400A0CB6E /* BranchModel.swift */; }; + 73B6D68E2306413100A0CB6E /* RecipientCommonType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D68D2306413100A0CB6E /* RecipientCommonType.swift */; }; + 73B6D6922306430200A0CB6E /* FetchRecipientsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D6912306430200A0CB6E /* FetchRecipientsModel.swift */; }; + 73B6D6942306439600A0CB6E /* AccountModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73B6D6932306439600A0CB6E /* AccountModel.swift */; }; + 73BE702C22D33E6800E87DD2 /* GMENumberTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73BE702B22D33E6800E87DD2 /* GMENumberTextField.swift */; }; + 73D3F3DB270C65B5006C3F97 /* CDDIViewControllerModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3C8270C65B5006C3F97 /* CDDIViewControllerModuleInterface.swift */; }; + 73D3F3DC270C65B5006C3F97 /* CDDIViewControllerService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3CB270C65B5006C3F97 /* CDDIViewControllerService.swift */; }; + 73D3F3DD270C65B5006C3F97 /* CDDIViewControllerServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3CC270C65B5006C3F97 /* CDDIViewControllerServiceType.swift */; }; + 73D3F3DE270C65B5006C3F97 /* CDDIViewControllerInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3CE270C65B5006C3F97 /* CDDIViewControllerInteractorIO.swift */; }; + 73D3F3DF270C65B5006C3F97 /* CDDIViewControllerInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3CF270C65B5006C3F97 /* CDDIViewControllerInteractor.swift */; }; + 73D3F3E0270C65B5006C3F97 /* CDDIViewControllerPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3D2270C65B5006C3F97 /* CDDIViewControllerPresenter.swift */; }; + 73D3F3E1270C65B5006C3F97 /* CDDIViewControllerWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3D4270C65B5006C3F97 /* CDDIViewControllerWireframeInput.swift */; }; + 73D3F3E2270C65B5006C3F97 /* CDDIViewControllerWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3D5270C65B5006C3F97 /* CDDIViewControllerWireframe.swift */; }; + 73D3F3E3270C65B5006C3F97 /* CDDIViewControllerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3D7270C65B5006C3F97 /* CDDIViewControllerViewController.swift */; }; + 73D3F3E4270C65B5006C3F97 /* CDDIViewController.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73D3F3D9270C65B5006C3F97 /* CDDIViewController.storyboard */; }; + 73D3F3E5270C65B5006C3F97 /* CDDIViewControllerViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D3F3DA270C65B5006C3F97 /* CDDIViewControllerViewInterface.swift */; }; + 73ECF3DE2736DF3300067CA7 /* PasswordConfirmViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73ECF3DD2736DF3200067CA7 /* PasswordConfirmViewController.swift */; }; + 73FBBF1B23F231A7009D7627 /* NotificationHistoryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBEFB23F231A6009D7627 /* NotificationHistoryService.swift */; }; + 73FBBF1C23F231A7009D7627 /* NotificationHistoryServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBEFC23F231A6009D7627 /* NotificationHistoryServiceType.swift */; }; + 73FBBF1D23F231A8009D7627 /* NotificationHistoryInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBEFE23F231A6009D7627 /* NotificationHistoryInteractorIO.swift */; }; + 73FBBF1E23F231A8009D7627 /* NotificationHistoryInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBEFF23F231A6009D7627 /* NotificationHistoryInteractor.swift */; }; + 73FBBF1F23F231A8009D7627 /* NotificationHistoryPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF0223F231A6009D7627 /* NotificationHistoryPresenter.swift */; }; + 73FBBF2023F231A8009D7627 /* NotificationHistoryWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF0423F231A6009D7627 /* NotificationHistoryWireframe.swift */; }; + 73FBBF2123F231A8009D7627 /* NotificationHistoryWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF0523F231A6009D7627 /* NotificationHistoryWireframeInput.swift */; }; + 73FBBF2223F231A8009D7627 /* NotificationHistory.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73FBBF0723F231A6009D7627 /* NotificationHistory.storyboard */; }; + 73FBBF2323F231A8009D7627 /* NotificationHistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF0823F231A6009D7627 /* NotificationHistoryViewController.swift */; }; + 73FBBF2423F231A8009D7627 /* DetailNotificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF0D23F231A7009D7627 /* DetailNotificationService.swift */; }; + 73FBBF2523F231A8009D7627 /* DetailNotificationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF0E23F231A7009D7627 /* DetailNotificationServiceType.swift */; }; + 73FBBF2623F231A8009D7627 /* DetailNotificationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF1023F231A7009D7627 /* DetailNotificationInteractor.swift */; }; + 73FBBF2723F231A8009D7627 /* DetailNotificationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF1123F231A7009D7627 /* DetailNotificationInteractorIO.swift */; }; + 73FBBF2823F231A8009D7627 /* DetailNotificationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF1423F231A7009D7627 /* DetailNotificationPresenter.swift */; }; + 73FBBF2923F231A8009D7627 /* DetailNotificationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF1623F231A7009D7627 /* DetailNotificationWireframe.swift */; }; + 73FBBF2A23F231A8009D7627 /* DetailNotificationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF1723F231A7009D7627 /* DetailNotificationWireframeInput.swift */; }; + 73FBBF2B23F231A8009D7627 /* DetailNotification.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73FBBF1923F231A7009D7627 /* DetailNotification.storyboard */; }; + 73FBBF2C23F231A8009D7627 /* DetailNotificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF1A23F231A7009D7627 /* DetailNotificationViewController.swift */; }; + 73FBBF3223F232C4009D7627 /* NotificationCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF3123F232C4009D7627 /* NotificationCell.swift */; }; + 73FBBF3423F243FA009D7627 /* NoticeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FBBF3323F243FA009D7627 /* NoticeModel.swift */; }; + 73FDCE1D225C167700CC6912 /* KeyChain.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73FDCE1C225C167700CC6912 /* KeyChain.swift */; }; + 7E364CEB24A4455A007D6E02 /* PasswordInputViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E364CE924A4455A007D6E02 /* PasswordInputViewController.swift */; }; + 7E364CEC24A4455A007D6E02 /* PasswordInputViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7E364CEA24A4455A007D6E02 /* PasswordInputViewController.xib */; }; + 7E364CEF24A46D27007D6E02 /* BalanceModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E364CEE24A46D27007D6E02 /* BalanceModel.swift */; }; + 7E4DC74F24AB035C00815FA8 /* ActionSheetHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4DC74E24AB035C00815FA8 /* ActionSheetHelper.swift */; }; + 7EC9DE0124A9AECE004A0AD8 /* RewardProduct.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC9DE0024A9AECE004A0AD8 /* RewardProduct.swift */; }; + 7EC9DE0324A9AEEC004A0AD8 /* Branch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC9DE0224A9AEEC004A0AD8 /* Branch.swift */; }; + 7EC9DE0524A9AF65004A0AD8 /* BranchContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC9DE0424A9AF65004A0AD8 /* BranchContainer.swift */; }; + 7EC9DE0924A9C1E0004A0AD8 /* BankInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EC9DE0824A9C1E0004A0AD8 /* BankInformation.swift */; }; + 7EDBFBD824B2C5DA00AD5D4D /* RedeemCashPickUpModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBC524B2C5DA00AD5D4D /* RedeemCashPickUpModuleInterface.swift */; }; + 7EDBFBD924B2C5DA00AD5D4D /* RedeemCashPickUpService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBC824B2C5DA00AD5D4D /* RedeemCashPickUpService.swift */; }; + 7EDBFBDA24B2C5DA00AD5D4D /* RedeemCashPickUpServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBC924B2C5DA00AD5D4D /* RedeemCashPickUpServiceType.swift */; }; + 7EDBFBDB24B2C5DA00AD5D4D /* RedeemCashPickUpInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBCB24B2C5DA00AD5D4D /* RedeemCashPickUpInteractor.swift */; }; + 7EDBFBDC24B2C5DA00AD5D4D /* RedeemCashPickUpInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBCC24B2C5DA00AD5D4D /* RedeemCashPickUpInteractorIO.swift */; }; + 7EDBFBDD24B2C5DA00AD5D4D /* RedeemCashPickUpPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBCF24B2C5DA00AD5D4D /* RedeemCashPickUpPresenter.swift */; }; + 7EDBFBDE24B2C5DA00AD5D4D /* RedeemCashPickUpWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBD124B2C5DA00AD5D4D /* RedeemCashPickUpWireframe.swift */; }; + 7EDBFBDF24B2C5DA00AD5D4D /* RedeemCashPickUpWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBD224B2C5DA00AD5D4D /* RedeemCashPickUpWireframeInput.swift */; }; + 7EDBFBE024B2C5DA00AD5D4D /* RedeemCashPickUpViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBD524B2C5DA00AD5D4D /* RedeemCashPickUpViewInterface.swift */; }; + 7EDBFBE124B2C5DA00AD5D4D /* RedeemCashPickUp.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7EDBFBD624B2C5DA00AD5D4D /* RedeemCashPickUp.storyboard */; }; + 7EDBFBE224B2C5DA00AD5D4D /* RedeemCashPickUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBD724B2C5DA00AD5D4D /* RedeemCashPickUpViewController.swift */; }; + 7EDBFBE624B2E23700AD5D4D /* InboundReceiptViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBE524B2E23700AD5D4D /* InboundReceiptViewInterface.swift */; }; + 7EDBFBFE24B3031B00AD5D4D /* WithdrawFromWalletModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBEB24B3031A00AD5D4D /* WithdrawFromWalletModuleInterface.swift */; }; + 7EDBFBFF24B3031B00AD5D4D /* WithdrawFromWalletServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBEE24B3031A00AD5D4D /* WithdrawFromWalletServiceType.swift */; }; + 7EDBFC0024B3031B00AD5D4D /* WithdrawFromWalletService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBEF24B3031A00AD5D4D /* WithdrawFromWalletService.swift */; }; + 7EDBFC0124B3031B00AD5D4D /* WithdrawFromWalletInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBF124B3031A00AD5D4D /* WithdrawFromWalletInteractorIO.swift */; }; + 7EDBFC0224B3031B00AD5D4D /* WithdrawFromWalletInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBF224B3031A00AD5D4D /* WithdrawFromWalletInteractor.swift */; }; + 7EDBFC0324B3031B00AD5D4D /* WithdrawFromWalletPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBF524B3031B00AD5D4D /* WithdrawFromWalletPresenter.swift */; }; + 7EDBFC0424B3031B00AD5D4D /* WithdrawFromWalletWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBF724B3031B00AD5D4D /* WithdrawFromWalletWireframe.swift */; }; + 7EDBFC0524B3031B00AD5D4D /* WithdrawFromWalletWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBF824B3031B00AD5D4D /* WithdrawFromWalletWireframeInput.swift */; }; + 7EDBFC0624B3031B00AD5D4D /* WithdrawFromWalletViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBFB24B3031B00AD5D4D /* WithdrawFromWalletViewInterface.swift */; }; + 7EDBFC0724B3031B00AD5D4D /* WithdrawFromWalletViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFBFC24B3031B00AD5D4D /* WithdrawFromWalletViewController.swift */; }; + 7EDBFC0824B3031B00AD5D4D /* WithdrawFromWallet.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7EDBFBFD24B3031B00AD5D4D /* WithdrawFromWallet.storyboard */; }; + 7EDBFC0A24B307F100AD5D4D /* WithdrawInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC0924B307F100AD5D4D /* WithdrawInformation.swift */; }; + 7EDBFC2324B3098E00AD5D4D /* WithdrawFromWalletDetailModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1024B3098700AD5D4D /* WithdrawFromWalletDetailModuleInterface.swift */; }; + 7EDBFC2424B3098E00AD5D4D /* WithdrawFromWalletDetailServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1324B3098700AD5D4D /* WithdrawFromWalletDetailServiceType.swift */; }; + 7EDBFC2524B3098E00AD5D4D /* WithdrawFromWalletDetailService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1424B3098700AD5D4D /* WithdrawFromWalletDetailService.swift */; }; + 7EDBFC2624B3098E00AD5D4D /* WithdrawFromWalletDetailInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1624B3098700AD5D4D /* WithdrawFromWalletDetailInteractor.swift */; }; + 7EDBFC2724B3098E00AD5D4D /* WithdrawFromWalletDetailInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1724B3098700AD5D4D /* WithdrawFromWalletDetailInteractorIO.swift */; }; + 7EDBFC2824B3098E00AD5D4D /* WithdrawFromWalletDetailPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1A24B3098700AD5D4D /* WithdrawFromWalletDetailPresenter.swift */; }; + 7EDBFC2924B3098E00AD5D4D /* WithdrawFromWalletDetailWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1C24B3098700AD5D4D /* WithdrawFromWalletDetailWireframe.swift */; }; + 7EDBFC2A24B3098E00AD5D4D /* WithdrawFromWalletDetailWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1D24B3098700AD5D4D /* WithdrawFromWalletDetailWireframeInput.swift */; }; + 7EDBFC2B24B3098E00AD5D4D /* WithdrawFromWalletDetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC1F24B3098700AD5D4D /* WithdrawFromWalletDetailViewController.swift */; }; + 7EDBFC2C24B3098E00AD5D4D /* WithdrawFromWalletDetail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7EDBFC2124B3098700AD5D4D /* WithdrawFromWalletDetail.storyboard */; }; + 7EDBFC2D24B3098F00AD5D4D /* WithdrawFromWalletDetailViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7EDBFC2224B3098700AD5D4D /* WithdrawFromWalletDetailViewInterface.swift */; }; + 892F9E86243DB0F300D9D88C /* ShowAPIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E78243DB0F200D9D88C /* ShowAPIService.swift */; }; + 892F9E87243DB0F300D9D88C /* ShowAPIServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E79243DB0F200D9D88C /* ShowAPIServiceType.swift */; }; + 892F9E88243DB0F300D9D88C /* ShowAPIInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E7B243DB0F200D9D88C /* ShowAPIInteractorIO.swift */; }; + 892F9E89243DB0F300D9D88C /* ShowAPIInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E7C243DB0F200D9D88C /* ShowAPIInteractor.swift */; }; + 892F9E8A243DB0F300D9D88C /* ShowAPIPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E7F243DB0F200D9D88C /* ShowAPIPresenter.swift */; }; + 892F9E8B243DB0F300D9D88C /* ShowAPIWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E81243DB0F200D9D88C /* ShowAPIWireframe.swift */; }; + 892F9E8C243DB0F300D9D88C /* ShowAPIWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E82243DB0F200D9D88C /* ShowAPIWireframeInput.swift */; }; + 892F9E8D243DB0F300D9D88C /* ShowAPIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E84243DB0F200D9D88C /* ShowAPIViewController.swift */; }; + 892F9E8E243DB0F300D9D88C /* ShowAPI.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 892F9E85243DB0F200D9D88C /* ShowAPI.storyboard */; }; + 892F9E90243DB42D00D9D88C /* ShowAPITableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892F9E8F243DB42D00D9D88C /* ShowAPITableViewCell.swift */; }; + 89739E2A24459A630016251B /* SendMoneyParentModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739D9724459A610016251B /* SendMoneyParentModuleInterface.swift */; }; + 89739E2B24459A630016251B /* SendMoneyParentServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739D9A24459A610016251B /* SendMoneyParentServiceType.swift */; }; + 89739E2C24459A630016251B /* SendMoneyParentService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739D9B24459A610016251B /* SendMoneyParentService.swift */; }; + 89739E2D24459A630016251B /* SendMoneyParentInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739D9D24459A610016251B /* SendMoneyParentInteractor.swift */; }; + 89739E2E24459A630016251B /* SendMoneyParentInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739D9E24459A610016251B /* SendMoneyParentInteractorIO.swift */; }; + 89739E2F24459A630016251B /* SendMoneyParentPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DA124459A610016251B /* SendMoneyParentPresenter.swift */; }; + 89739E3024459A630016251B /* SendMoneyParentWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DA324459A610016251B /* SendMoneyParentWireframe.swift */; }; + 89739E3124459A630016251B /* SendMoneyParentWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DA424459A610016251B /* SendMoneyParentWireframeInput.swift */; }; + 89739E3224459A630016251B /* SenMoneyPaymentModeRecipientViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DA724459A610016251B /* SenMoneyPaymentModeRecipientViewModel.swift */; }; + 89739E3324459A630016251B /* SendMoneyParentViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DA824459A610016251B /* SendMoneyParentViewInterface.swift */; }; + 89739E3424459A630016251B /* SendMoneyParent.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 89739DA924459A610016251B /* SendMoneyParent.storyboard */; }; + 89739E3524459A630016251B /* SendMoneyParentViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DAA24459A610016251B /* SendMoneyParentViewController.swift */; }; + 89739E3624459A630016251B /* SendMoneyReceiptModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DAD24459A610016251B /* SendMoneyReceiptModuleInterface.swift */; }; + 89739E3724459A630016251B /* SendMoneyReceiptService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DB024459A610016251B /* SendMoneyReceiptService.swift */; }; + 89739E3824459A630016251B /* SendMoneyReceiptServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DB124459A610016251B /* SendMoneyReceiptServiceType.swift */; }; + 89739E3924459A630016251B /* SendMoneyReceiptInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DB324459A610016251B /* SendMoneyReceiptInteractor.swift */; }; + 89739E3A24459A630016251B /* SendMoneyReceiptInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DB424459A610016251B /* SendMoneyReceiptInteractorIO.swift */; }; + 89739E3B24459A630016251B /* SendMoneyReceiptPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DB724459A610016251B /* SendMoneyReceiptPresenter.swift */; }; + 89739E3C24459A630016251B /* SendMoneyReceiptWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DB924459A610016251B /* SendMoneyReceiptWireframe.swift */; }; + 89739E3D24459A630016251B /* SendMoneyReceiptWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DBA24459A610016251B /* SendMoneyReceiptWireframeInput.swift */; }; + 89739E3E24459A630016251B /* SendMoneyReceiptViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DBC24459A610016251B /* SendMoneyReceiptViewInterface.swift */; }; + 89739E3F24459A630016251B /* SendMoneyReceiptViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DBD24459A610016251B /* SendMoneyReceiptViewController.swift */; }; + 89739E4024459A630016251B /* SendMoneyReceipt.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 89739DBE24459A610016251B /* SendMoneyReceipt.storyboard */; }; + 89739E4124459A630016251B /* SendMoneyExchangeRateModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DC124459A620016251B /* SendMoneyExchangeRateModuleInterface.swift */; }; + 89739E4424459A630016251B /* SendMoneyExchangeRateServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DC724459A620016251B /* SendMoneyExchangeRateServiceType.swift */; }; + 89739E4524459A630016251B /* SendMoneyExchangeRateService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DC824459A620016251B /* SendMoneyExchangeRateService.swift */; }; + 89739E4624459A630016251B /* SendMoneyExchangeRateInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DCA24459A620016251B /* SendMoneyExchangeRateInteractorIO.swift */; }; + 89739E4724459A630016251B /* SendMoneyExchangeRateInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DCB24459A620016251B /* SendMoneyExchangeRateInteractor.swift */; }; + 89739E4824459A630016251B /* SendMoneyExchangeRatePresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DCE24459A620016251B /* SendMoneyExchangeRatePresenter.swift */; }; + 89739E4924459A630016251B /* SendMoneyExchangeRateWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DD024459A620016251B /* SendMoneyExchangeRateWireframeInput.swift */; }; + 89739E4A24459A630016251B /* SendMoneyExchangeRateWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DD124459A620016251B /* SendMoneyExchangeRateWireframe.swift */; }; + 89739E4B24459A630016251B /* SendMoneyExchangeRateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DD324459A620016251B /* SendMoneyExchangeRateViewController.swift */; }; + 89739E4C24459A630016251B /* SendMoneyExchangeRateViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DD424459A620016251B /* SendMoneyExchangeRateViewInterface.swift */; }; + 89739E4D24459A630016251B /* SendMoneyExchangeRate.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 89739DD524459A620016251B /* SendMoneyExchangeRate.storyboard */; }; + 89739E5A24459A630016251B /* SendMoneyVerificationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DEE24459A620016251B /* SendMoneyVerificationModuleInterface.swift */; }; + 89739E5B24459A630016251B /* SendMoneyVerificationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DF124459A620016251B /* SendMoneyVerificationServiceType.swift */; }; + 89739E5C24459A630016251B /* SendMoneyVerificationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DF224459A620016251B /* SendMoneyVerificationService.swift */; }; + 89739E5D24459A630016251B /* SendMoneyVerificationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DF424459A620016251B /* SendMoneyVerificationInteractorIO.swift */; }; + 89739E5E24459A630016251B /* SendMoneyVerificationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DF524459A620016251B /* SendMoneyVerificationInteractor.swift */; }; + 89739E5F24459A630016251B /* SendMoneyVerificationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DF824459A620016251B /* SendMoneyVerificationPresenter.swift */; }; + 89739E6024459A630016251B /* SendMoneyVerificationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DFA24459A620016251B /* SendMoneyVerificationWireframe.swift */; }; + 89739E6124459A630016251B /* SendMoneyVerificationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DFB24459A620016251B /* SendMoneyVerificationWireframeInput.swift */; }; + 89739E6224459A630016251B /* SendMoneyVerification.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 89739DFD24459A620016251B /* SendMoneyVerification.storyboard */; }; + 89739E6324459A630016251B /* SendMoneyVerificationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DFE24459A620016251B /* SendMoneyVerificationViewInterface.swift */; }; + 89739E6424459A630016251B /* SendMoneyVerificationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89739DFF24459A620016251B /* SendMoneyVerificationViewController.swift */; }; + 89EA0D25243EC0D2003ACCC8 /* Profile.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 89EA0CF3243EC0D1003ACCC8 /* Profile.storyboard */; }; + 89EA0D34243EC0D2003ACCC8 /* ProfileChangePasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D0C243EC0D2003ACCC8 /* ProfileChangePasswordViewController.swift */; }; + 89EA0D35243EC0D2003ACCC8 /* ProfileViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D0D243EC0D2003ACCC8 /* ProfileViewController.swift */; }; + 89EA0D72243EC1C5003ACCC8 /* PersonalInformationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D45243EC1C4003ACCC8 /* PersonalInformationModuleInterface.swift */; }; + 89EA0D73243EC1C5003ACCC8 /* PersonalInformationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D48243EC1C4003ACCC8 /* PersonalInformationModel.swift */; }; + 89EA0D74243EC1C5003ACCC8 /* CityModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D49243EC1C4003ACCC8 /* CityModel.swift */; }; + 89EA0D75243EC1C5003ACCC8 /* PersonalInformationContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D4A243EC1C4003ACCC8 /* PersonalInformationContainer.swift */; }; + 89EA0D76243EC1C5003ACCC8 /* PersonalInformationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D4C243EC1C4003ACCC8 /* PersonalInformationService.swift */; }; + 89EA0D77243EC1C5003ACCC8 /* PersonalInformationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D4D243EC1C4003ACCC8 /* PersonalInformationServiceType.swift */; }; + 89EA0D78243EC1C5003ACCC8 /* PersonalInformationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D4F243EC1C4003ACCC8 /* PersonalInformationInteractorIO.swift */; }; + 89EA0D79243EC1C5003ACCC8 /* PersonalInformationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D50243EC1C4003ACCC8 /* PersonalInformationInteractor.swift */; }; + 89EA0D7A243EC1C5003ACCC8 /* PersonalInformationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D53243EC1C4003ACCC8 /* PersonalInformationPresenter.swift */; }; + 89EA0D7B243EC1C5003ACCC8 /* PersonalInformationWireframeInputOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D55243EC1C4003ACCC8 /* PersonalInformationWireframeInputOutput.swift */; }; + 89EA0D7C243EC1C5003ACCC8 /* PersonalInformationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D56243EC1C4003ACCC8 /* PersonalInformationWireframe.swift */; }; + 89EA0D7D243EC1C5003ACCC8 /* PersonalInformation.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 89EA0D58243EC1C4003ACCC8 /* PersonalInformation.storyboard */; }; + 89EA0D7E243EC1C5003ACCC8 /* PersonalInformationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D59243EC1C4003ACCC8 /* PersonalInformationViewInterface.swift */; }; + 89EA0D7F243EC1C5003ACCC8 /* PersonalInformationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D5A243EC1C4003ACCC8 /* PersonalInformationViewController.swift */; }; + 89EA0D80243EC1C5003ACCC8 /* ChangePersonalInformationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D5D243EC1C5003ACCC8 /* ChangePersonalInformationModuleInterface.swift */; }; + 89EA0D81243EC1C5003ACCC8 /* ChangePersonalInformationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D60243EC1C5003ACCC8 /* ChangePersonalInformationModel.swift */; }; + 89EA0D82243EC1C5003ACCC8 /* ChangePersonalInformationContainer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D61243EC1C5003ACCC8 /* ChangePersonalInformationContainer.swift */; }; + 89EA0D83243EC1C5003ACCC8 /* ChangePersonalInformationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D63243EC1C5003ACCC8 /* ChangePersonalInformationService.swift */; }; + 89EA0D84243EC1C5003ACCC8 /* ChangePersonalInformationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D64243EC1C5003ACCC8 /* ChangePersonalInformationServiceType.swift */; }; + 89EA0D85243EC1C5003ACCC8 /* ChangePersonalInformationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D66243EC1C5003ACCC8 /* ChangePersonalInformationInteractor.swift */; }; + 89EA0D86243EC1C5003ACCC8 /* ChangePersonalInformationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D67243EC1C5003ACCC8 /* ChangePersonalInformationInteractorIO.swift */; }; + 89EA0D87243EC1C5003ACCC8 /* ChangePersonalInformationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D6A243EC1C5003ACCC8 /* ChangePersonalInformationPresenter.swift */; }; + 89EA0D88243EC1C5003ACCC8 /* ChangePersonalInformationWireframeInputOutput.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D6C243EC1C5003ACCC8 /* ChangePersonalInformationWireframeInputOutput.swift */; }; + 89EA0D89243EC1C5003ACCC8 /* ChangePersonalInformationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D6D243EC1C5003ACCC8 /* ChangePersonalInformationWireframe.swift */; }; + 89EA0D8A243EC1C6003ACCC8 /* ChangePersonalInformation.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 89EA0D6F243EC1C5003ACCC8 /* ChangePersonalInformation.storyboard */; }; + 89EA0D8B243EC1C6003ACCC8 /* ChangePersonalInformationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D70243EC1C5003ACCC8 /* ChangePersonalInformationViewInterface.swift */; }; + 89EA0D8C243EC1C6003ACCC8 /* ChangePersonalInformationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89EA0D71243EC1C5003ACCC8 /* ChangePersonalInformationViewController.swift */; }; + 9F983C0C2024883D001DCB3F /* UIColor+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F983C0B2024883D001DCB3F /* UIColor+Ext.swift */; }; + 9FA00FBE1FEE69AF0049753E /* UIView+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FA00FBD1FEE69AF0049753E /* UIView+Ext.swift */; }; + 9FD260F81FD00458007A511D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD260F71FD00458007A511D /* AppDelegate.swift */; }; + 9FD260FD1FD00458007A511D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9FD260FB1FD00458007A511D /* Main.storyboard */; }; + 9FD260FF1FD00458007A511D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9FD260FE1FD00458007A511D /* Assets.xcassets */; }; + 9FD261021FD00458007A511D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9FD261001FD00458007A511D /* LaunchScreen.storyboard */; }; + 9FD261181FD00458007A511D /* GME RemitUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FD261171FD00458007A511D /* GME RemitUITests.swift */; }; + A25AC5E8ABE8F4D673E0E23C /* Pods_GMERemittanceTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FAF65434A568194C42395975 /* Pods_GMERemittanceTests.framework */; }; + B28F83785E653C4FCC6E5788 /* Pods_GMERemittanceUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 834CF738D8A5B7292E373A1F /* Pods_GMERemittanceUITests.framework */; }; + BE4B1C97227C926700E923E8 /* NSError+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE4B1C96227C926700E923E8 /* NSError+Ext.swift */; }; + BEC9AFFC224FC49C00A2DA06 /* BiometricAuthenticationModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFE9224FC49C00A2DA06 /* BiometricAuthenticationModuleInterface.swift */; }; + BEC9AFFD224FC49C00A2DA06 /* BiometricAuthenticationService.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFEC224FC49C00A2DA06 /* BiometricAuthenticationService.swift */; }; + BEC9AFFE224FC49C00A2DA06 /* BiometricAuthenticationServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFED224FC49C00A2DA06 /* BiometricAuthenticationServiceType.swift */; }; + BEC9AFFF224FC49C00A2DA06 /* BiometricAuthenticationInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFEF224FC49C00A2DA06 /* BiometricAuthenticationInteractorIO.swift */; }; + BEC9B000224FC49C00A2DA06 /* BiometricAuthenticationInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFF0224FC49C00A2DA06 /* BiometricAuthenticationInteractor.swift */; }; + BEC9B001224FC49C00A2DA06 /* BiometricAuthenticationPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFF3224FC49C00A2DA06 /* BiometricAuthenticationPresenter.swift */; }; + BEC9B002224FC49C00A2DA06 /* BiometricAuthenticationWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFF5224FC49C00A2DA06 /* BiometricAuthenticationWireframe.swift */; }; + BEC9B003224FC49C00A2DA06 /* BiometricAuthenticationWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFF6224FC49C00A2DA06 /* BiometricAuthenticationWireframeInput.swift */; }; + BEC9B004224FC49C00A2DA06 /* BiometricAuthenticationViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFF9224FC49C00A2DA06 /* BiometricAuthenticationViewInterface.swift */; }; + BEC9B005224FC49C00A2DA06 /* BiometricAuthenticationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9AFFA224FC49C00A2DA06 /* BiometricAuthenticationViewController.swift */; }; + BEC9B006224FC49C00A2DA06 /* BiometricAuthentication.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = BEC9AFFB224FC49C00A2DA06 /* BiometricAuthentication.storyboard */; }; + CC9B671D5DDC9BB476C2775F /* Pods_GME_Remit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 754C503578F5B5FFF3758D6E /* Pods_GME_Remit.framework */; }; + D9030ABB2138DDD900A1BCA0 /* SendMoneyExchangeRate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9030ABA2138DDD900A1BCA0 /* SendMoneyExchangeRate.swift */; }; + D9030ABD2139113A00A1BCA0 /* SendMoneyAccountValidationRequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9030ABC2139113A00A1BCA0 /* SendMoneyAccountValidationRequestModel.swift */; }; + D903113C214786EA00AD5BA9 /* ForgotPasswordModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9031129214786EA00AD5BA9 /* ForgotPasswordModuleInterface.swift */; }; + D903113D214786EA00AD5BA9 /* ForgotPasswordServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D903112C214786EA00AD5BA9 /* ForgotPasswordServiceType.swift */; }; + D903113E214786EA00AD5BA9 /* ForgotPasswordService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D903112D214786EA00AD5BA9 /* ForgotPasswordService.swift */; }; + D903113F214786EA00AD5BA9 /* ForgotPasswordInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D903112F214786EA00AD5BA9 /* ForgotPasswordInteractor.swift */; }; + D9031140214786EA00AD5BA9 /* ForgotPasswordInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9031130214786EA00AD5BA9 /* ForgotPasswordInteractorIO.swift */; }; + D9031141214786EA00AD5BA9 /* ForgotPasswordPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9031133214786EA00AD5BA9 /* ForgotPasswordPresenter.swift */; }; + D9031142214786EA00AD5BA9 /* ForgotPasswordWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9031135214786EA00AD5BA9 /* ForgotPasswordWireframe.swift */; }; + D9031143214786EA00AD5BA9 /* ForgotPasswordWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9031136214786EA00AD5BA9 /* ForgotPasswordWireframeInput.swift */; }; + D9031144214786EA00AD5BA9 /* ForgotPassword.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9031139214786EA00AD5BA9 /* ForgotPassword.storyboard */; }; + D9031145214786EA00AD5BA9 /* ForgotPasswordViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D903113A214786EA00AD5BA9 /* ForgotPasswordViewController.swift */; }; + D9031146214786EA00AD5BA9 /* ForgotPasswordViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D903113B214786EA00AD5BA9 /* ForgotPasswordViewInterface.swift */; }; + D90D55B121326DA800EEEE04 /* ReciepientEx.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90D55B021326DA800EEEE04 /* ReciepientEx.swift */; }; + D90D55D72132846000EEEE04 /* SendMoneyCountryModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D90D55D62132846000EEEE04 /* SendMoneyCountryModel.swift */; }; + D923EBB9215C7421008A3026 /* HomeCollectionCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D923EBB8215C7421008A3026 /* HomeCollectionCollectionViewCell.swift */; }; + D923EBBB215C7E67008A3026 /* HomeCollectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D923EBBA215C7E67008A3026 /* HomeCollectionModel.swift */; }; + D92B80252140C3CB00A25B26 /* MainModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B80142140C3CB00A25B26 /* MainModuleInterface.swift */; }; + D92B80262140C3CB00A25B26 /* MainService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B80172140C3CB00A25B26 /* MainService.swift */; }; + D92B80272140C3CB00A25B26 /* MainServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B80182140C3CB00A25B26 /* MainServiceType.swift */; }; + D92B80282140C3CB00A25B26 /* MainInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B801A2140C3CB00A25B26 /* MainInteractor.swift */; }; + D92B80292140C3CB00A25B26 /* MainInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B801B2140C3CB00A25B26 /* MainInteractorIO.swift */; }; + D92B802A2140C3CB00A25B26 /* MainPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B801E2140C3CB00A25B26 /* MainPresenter.swift */; }; + D92B802B2140C3CB00A25B26 /* MainWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B80202140C3CB00A25B26 /* MainWireframeInput.swift */; }; + D92B802C2140C3CB00A25B26 /* MainWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B80212140C3CB00A25B26 /* MainWireframe.swift */; }; + D92B802D2140C3CB00A25B26 /* MainViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B80232140C3CB00A25B26 /* MainViewInterface.swift */; }; + D92B802E2140C3CB00A25B26 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92B80242140C3CB00A25B26 /* MainViewController.swift */; }; + D92C24A721477EA600F6876F /* ResponseMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D92C24A621477EA600F6876F /* ResponseMessage.swift */; }; + D931E22A216DCC2A008A8CD1 /* MessageCompose.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9DC107721639077008F3C51 /* MessageCompose.storyboard */; }; + D94173B3214B40ED00D04BE5 /* KycModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D94173B2214B40ED00D04BE5 /* KycModel.swift */; }; + D945F129213E4A9D00A24824 /* SendMoneyReciept.swift in Sources */ = {isa = PBXBuildFile; fileRef = D945F128213E4A9D00A24824 /* SendMoneyReciept.swift */; }; + D946719521426DFB003924DB /* LoginModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718221426DFB003924DB /* LoginModuleInterface.swift */; }; + D946719621426DFB003924DB /* LoginService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718521426DFB003924DB /* LoginService.swift */; }; + D946719721426DFB003924DB /* LoginServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718621426DFB003924DB /* LoginServiceType.swift */; }; + D946719821426DFB003924DB /* LoginInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718821426DFB003924DB /* LoginInteractor.swift */; }; + D946719921426DFB003924DB /* LoginInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718921426DFB003924DB /* LoginInteractorIO.swift */; }; + D946719A21426DFB003924DB /* LoginPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718C21426DFB003924DB /* LoginPresenter.swift */; }; + D946719B21426DFB003924DB /* LoginWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718E21426DFB003924DB /* LoginWireframe.swift */; }; + D946719C21426DFB003924DB /* LoginWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946718F21426DFB003924DB /* LoginWireframeInput.swift */; }; + D946719D21426DFB003924DB /* LoginViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946719221426DFB003924DB /* LoginViewInterface.swift */; }; + D946719E21426DFB003924DB /* Login.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D946719321426DFB003924DB /* Login.storyboard */; }; + D946719F21426DFB003924DB /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D946719421426DFB003924DB /* LoginViewController.swift */; }; + D950BED121549242008367A1 /* HomeModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEBE21549242008367A1 /* HomeModuleInterface.swift */; }; + D950BED221549242008367A1 /* HomeServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEC121549242008367A1 /* HomeServiceType.swift */; }; + D950BED321549242008367A1 /* HomeService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEC221549242008367A1 /* HomeService.swift */; }; + D950BED421549242008367A1 /* HomeInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEC421549242008367A1 /* HomeInteractorIO.swift */; }; + D950BED521549242008367A1 /* HomeInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEC521549242008367A1 /* HomeInteractor.swift */; }; + D950BED621549242008367A1 /* HomePresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEC821549242008367A1 /* HomePresenter.swift */; }; + D950BED721549242008367A1 /* HomeWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BECA21549242008367A1 /* HomeWireframeInput.swift */; }; + D950BED821549242008367A1 /* HomeWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BECB21549242008367A1 /* HomeWireframe.swift */; }; + D950BED921549242008367A1 /* Home.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D950BECE21549242008367A1 /* Home.storyboard */; }; + D950BEDA21549242008367A1 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BECF21549242008367A1 /* HomeViewController.swift */; }; + D950BEDB21549242008367A1 /* HomeViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BED021549242008367A1 /* HomeViewInterface.swift */; }; + D950BEDE215496F6008367A1 /* HomeRemainingLimitTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D950BEDD215496F6008367A1 /* HomeRemainingLimitTableViewCell.swift */; }; + D9535CCC2150C14700EDFCD2 /* KYCResponseModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9535CCB2150C14700EDFCD2 /* KYCResponseModel.swift */; }; + D957DC6C213D05E700FA812D /* SendMoneySubmitResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = D957DC6B213D05E700FA812D /* SendMoneySubmitResponse.swift */; }; + D95B5E3921311057000C0B33 /* GmeContactsModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E2621311056000C0B33 /* GmeContactsModuleInterface.swift */; }; + D95B5E3A21311057000C0B33 /* GmeContactsService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E2921311056000C0B33 /* GmeContactsService.swift */; }; + D95B5E3B21311057000C0B33 /* GmeContactsServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E2A21311056000C0B33 /* GmeContactsServiceType.swift */; }; + D95B5E3C21311057000C0B33 /* GmeContactsInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E2C21311056000C0B33 /* GmeContactsInteractor.swift */; }; + D95B5E3D21311057000C0B33 /* GmeContactsInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E2D21311056000C0B33 /* GmeContactsInteractorIO.swift */; }; + D95B5E3E21311057000C0B33 /* GmeContactsPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E3021311056000C0B33 /* GmeContactsPresenter.swift */; }; + D95B5E3F21311057000C0B33 /* GmeContactsWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E3221311056000C0B33 /* GmeContactsWireframeInput.swift */; }; + D95B5E4021311057000C0B33 /* GmeContactsWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E3321311056000C0B33 /* GmeContactsWireframe.swift */; }; + D95B5E4121311057000C0B33 /* GmeContactsViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E3521311056000C0B33 /* GmeContactsViewInterface.swift */; }; + D95B5E4221311057000C0B33 /* GmeContacts.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D95B5E3721311056000C0B33 /* GmeContacts.storyboard */; }; + D95B5E4321311057000C0B33 /* GmeContactsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E3821311056000C0B33 /* GmeContactsViewController.swift */; }; + D95B5E4721314A3C000C0B33 /* GmeContactsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E4621314A3B000C0B33 /* GmeContactsTableViewCell.swift */; }; + D95B5E4921314D31000C0B33 /* GmeContacts.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E4821314D31000C0B33 /* GmeContacts.swift */; }; + D95B5E4B21315C57000C0B33 /* EmptyTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B5E4A21315C57000C0B33 /* EmptyTableViewCell.swift */; }; + D95B7043213F9A2C0053CC3D /* CALayer+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B7042213F9A2C0053CC3D /* CALayer+Ext.swift */; }; + D95B7047213FB5F10053CC3D /* WebLinksViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D95B7045213FB5F00053CC3D /* WebLinksViewController.swift */; }; + D95B7048213FB5F10053CC3D /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D95B7046213FB5F00053CC3D /* Storyboard.storyboard */; }; + D962230C212BD7A100B7A115 /* Array+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D962230B212BD7A100B7A115 /* Array+Ext.swift */; }; + D962231E212C126500B7A115 /* ExchangeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D962231D212C126500B7A115 /* ExchangeModel.swift */; }; + D96848C7212D3A7400EF12B1 /* DataRequest+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96848C6212D3A7400EF12B1 /* DataRequest+Ext.swift */; }; + D96848C9212D3AEB00EF12B1 /* JSON+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96848C8212D3AEB00EF12B1 /* JSON+Ext.swift */; }; + D96848CC212D3F2300EF12B1 /* ExchangeRateApiService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96848CB212D3F2300EF12B1 /* ExchangeRateApiService.swift */; }; + D96848CE212D419400EF12B1 /* ApiServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96848CD212D419400EF12B1 /* ApiServiceType.swift */; }; + D9692A1B221396AF00795EBC /* Setting.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9692A1A221396AF00795EBC /* Setting.storyboard */; }; + D96A4FBC2146079600CFD507 /* AppConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FBB2146079600CFD507 /* AppConstants.swift */; }; + D96A4FD421460B4A00CFD507 /* SplashScreenModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FC121460B4900CFD507 /* SplashScreenModuleInterface.swift */; }; + D96A4FD521460B4A00CFD507 /* SplashScreenService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FC421460B4900CFD507 /* SplashScreenService.swift */; }; + D96A4FD621460B4A00CFD507 /* SplashScreenServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FC521460B4900CFD507 /* SplashScreenServiceType.swift */; }; + D96A4FD721460B4A00CFD507 /* SplashScreenInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FC721460B4900CFD507 /* SplashScreenInteractor.swift */; }; + D96A4FD821460B4A00CFD507 /* SplashScreenInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FC821460B4900CFD507 /* SplashScreenInteractorIO.swift */; }; + D96A4FD921460B4A00CFD507 /* SplashScreenPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FCB21460B4900CFD507 /* SplashScreenPresenter.swift */; }; + D96A4FDA21460B4A00CFD507 /* SplashScreenWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FCD21460B4900CFD507 /* SplashScreenWireframe.swift */; }; + D96A4FDB21460B4A00CFD507 /* SplashScreenWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FCE21460B4900CFD507 /* SplashScreenWireframeInput.swift */; }; + D96A4FDC21460B4A00CFD507 /* SplashScreenViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FD121460B4900CFD507 /* SplashScreenViewInterface.swift */; }; + D96A4FDD21460B4A00CFD507 /* SplashScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D96A4FD221460B4900CFD507 /* SplashScreen.storyboard */; }; + D96A4FDE21460B4A00CFD507 /* SplashScreenViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A4FD321460B4900CFD507 /* SplashScreenViewController.swift */; }; + D96A5002214668A000CFD507 /* RegisterRequestModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96A5001214668A000CFD507 /* RegisterRequestModel.swift */; }; + D96BD115216479E200DFE7D8 /* WalletStatementModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD102216479E200DFE7D8 /* WalletStatementModuleInterface.swift */; }; + D96BD116216479E200DFE7D8 /* WalletStatementServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD105216479E200DFE7D8 /* WalletStatementServiceType.swift */; }; + D96BD117216479E200DFE7D8 /* WalletStatementService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD106216479E200DFE7D8 /* WalletStatementService.swift */; }; + D96BD118216479E200DFE7D8 /* WalletStatementInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD108216479E200DFE7D8 /* WalletStatementInteractorIO.swift */; }; + D96BD119216479E200DFE7D8 /* WalletStatementInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD109216479E200DFE7D8 /* WalletStatementInteractor.swift */; }; + D96BD11A216479E200DFE7D8 /* WalletStatementPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD10C216479E200DFE7D8 /* WalletStatementPresenter.swift */; }; + D96BD11B216479E200DFE7D8 /* WalletStatementWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD10E216479E200DFE7D8 /* WalletStatementWireframe.swift */; }; + D96BD11C216479E200DFE7D8 /* WalletStatementWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD10F216479E200DFE7D8 /* WalletStatementWireframeInput.swift */; }; + D96BD11D216479E200DFE7D8 /* WalletStatement.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D96BD112216479E200DFE7D8 /* WalletStatement.storyboard */; }; + D96BD11E216479E200DFE7D8 /* WalletStatementViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD113216479E200DFE7D8 /* WalletStatementViewInterface.swift */; }; + D96BD11F216479E200DFE7D8 /* WalletStatementViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD114216479E200DFE7D8 /* WalletStatementViewController.swift */; }; + D96BD1212164828D00DFE7D8 /* WalletStatement.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD1202164828D00DFE7D8 /* WalletStatement.swift */; }; + D96BD1232164870C00DFE7D8 /* DateFormatter+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD1222164870C00DFE7D8 /* DateFormatter+Ext.swift */; }; + D96BD1262164875800DFE7D8 /* WalletStatementTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D96BD1252164875800DFE7D8 /* WalletStatementTableViewCell.swift */; }; + D9768C88213BAE92009E01BC /* User.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9768C87213BAE92009E01BC /* User.swift */; }; + D977859D215DC55F00754079 /* TransactionHistoryModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D977858A215DC55E00754079 /* TransactionHistoryModuleInterface.swift */; }; + D977859E215DC55F00754079 /* TransactionHistoryService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D977858D215DC55E00754079 /* TransactionHistoryService.swift */; }; + D977859F215DC55F00754079 /* TransactionHistoryServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D977858E215DC55E00754079 /* TransactionHistoryServiceType.swift */; }; + D97785A0215DC55F00754079 /* TransactionHistoryInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778590215DC55E00754079 /* TransactionHistoryInteractorIO.swift */; }; + D97785A1215DC55F00754079 /* TransactionHistoryInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778591215DC55E00754079 /* TransactionHistoryInteractor.swift */; }; + D97785A2215DC55F00754079 /* TransactionHistoryPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778594215DC55E00754079 /* TransactionHistoryPresenter.swift */; }; + D97785A3215DC55F00754079 /* TransactionHistoryWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778596215DC55E00754079 /* TransactionHistoryWireframeInput.swift */; }; + D97785A4215DC55F00754079 /* TransactionHistoryWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9778597215DC55E00754079 /* TransactionHistoryWireframe.swift */; }; + D97785A5215DC55F00754079 /* TransactionHistory.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D977859A215DC55E00754079 /* TransactionHistory.storyboard */; }; + D97785A6215DC55F00754079 /* TransactionHistoryViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D977859B215DC55E00754079 /* TransactionHistoryViewController.swift */; }; + D97785A7215DC55F00754079 /* TransactionHistoryViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D977859C215DC55E00754079 /* TransactionHistoryViewInterface.swift */; }; + D97785AA215DD04400754079 /* TransactionHistoryTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97785A9215DD04400754079 /* TransactionHistoryTableViewCell.swift */; }; + D97785AC215DD23400754079 /* TransactionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97785AB215DD23400754079 /* TransactionModel.swift */; }; + D97D58D72240D34900EFB27E /* ResendDetail.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97D58D62240D34900EFB27E /* ResendDetail.swift */; }; + D99B6A4D22040E440096C1D6 /* LocalAuthentication.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D99B6A4C22040E440096C1D6 /* LocalAuthentication.framework */; }; + D99D72AA212D595B00601F48 /* CountryInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D99D72A9212D595B00601F48 /* CountryInfo.swift */; }; + D9AFE856215C7166005F3A25 /* HomeCollectionTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9AFE855215C7166005F3A25 /* HomeCollectionTableViewCell.swift */; }; + D9B39677214F7DDC0072A9B8 /* ImageCroper.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B39675214F7DDC0072A9B8 /* ImageCroper.swift */; }; + D9B39678214F7DDC0072A9B8 /* MultiMediaManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B39676214F7DDC0072A9B8 /* MultiMediaManager.swift */; }; + D9B414402161AD2000A53D9D /* TransactionHistoryDatePicker.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9B4143F2161AD2000A53D9D /* TransactionHistoryDatePicker.storyboard */; }; + D9B414422161AE2800A53D9D /* DatePickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B414412161AE2800A53D9D /* DatePickerViewController.swift */; }; + D9B7ADF02130048E009B0564 /* ExchangeRatesModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADDD2130048E009B0564 /* ExchangeRatesModuleInterface.swift */; }; + D9B7ADF12130048E009B0564 /* ExchangeRatesService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADE02130048E009B0564 /* ExchangeRatesService.swift */; }; + D9B7ADF22130048E009B0564 /* ExchangeRatesServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADE12130048E009B0564 /* ExchangeRatesServiceType.swift */; }; + D9B7ADF32130048E009B0564 /* ExchangeRatesInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADE32130048E009B0564 /* ExchangeRatesInteractorIO.swift */; }; + D9B7ADF42130048E009B0564 /* ExchangeRatesInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADE42130048E009B0564 /* ExchangeRatesInteractor.swift */; }; + D9B7ADF52130048E009B0564 /* ExchangeRatesPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADE72130048E009B0564 /* ExchangeRatesPresenter.swift */; }; + D9B7ADF62130048E009B0564 /* ExchangeRatesWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADE92130048E009B0564 /* ExchangeRatesWireframeInput.swift */; }; + D9B7ADF72130048E009B0564 /* ExchangeRatesWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADEA2130048E009B0564 /* ExchangeRatesWireframe.swift */; }; + D9B7ADF82130048E009B0564 /* ExchangeRatesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADED2130048E009B0564 /* ExchangeRatesViewController.swift */; }; + D9B7ADF92130048E009B0564 /* ExchangeRates.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9B7ADEE2130048E009B0564 /* ExchangeRates.storyboard */; }; + D9B7ADFA2130048E009B0564 /* ExchangeRatesViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADEF2130048E009B0564 /* ExchangeRatesViewInterface.swift */; }; + D9B7ADFD2130073A009B0564 /* WireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9B7ADFC2130073A009B0564 /* WireframeInput.swift */; }; + D9D2242B22407EBA00C7313D /* ResendListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9D2242A22407EBA00C7313D /* ResendListModel.swift */; }; + D9DAFE27213530A800483E71 /* PaymentModeRecipientViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DAFE26213530A800483E71 /* PaymentModeRecipientViewModel.swift */; }; + D9DAFE2921353D6C00483E71 /* SendMoneyPaymentModeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DAFE2821353D6C00483E71 /* SendMoneyPaymentModeModel.swift */; }; + D9DC1060216314BC008F3C51 /* SideMenu.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D9DC105F216314BC008F3C51 /* SideMenu.storyboard */; }; + D9DC107821639078008F3C51 /* MessageComposeModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC106521639077008F3C51 /* MessageComposeModuleInterface.swift */; }; + D9DC107921639078008F3C51 /* MessageComposeServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC106821639077008F3C51 /* MessageComposeServiceType.swift */; }; + D9DC107A21639078008F3C51 /* MessageComposeService.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC106921639077008F3C51 /* MessageComposeService.swift */; }; + D9DC107B21639078008F3C51 /* MessageComposeInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC106B21639077008F3C51 /* MessageComposeInteractorIO.swift */; }; + D9DC107C21639078008F3C51 /* MessageComposeInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC106C21639077008F3C51 /* MessageComposeInteractor.swift */; }; + D9DC107D21639078008F3C51 /* MessageComposePresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC106F21639077008F3C51 /* MessageComposePresenter.swift */; }; + D9DC107E21639078008F3C51 /* MessageComposeWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC107121639077008F3C51 /* MessageComposeWireframeInput.swift */; }; + D9DC107F21639078008F3C51 /* MessageComposeWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC107221639077008F3C51 /* MessageComposeWireframe.swift */; }; + D9DC108021639078008F3C51 /* MessageComposeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC107521639077008F3C51 /* MessageComposeViewController.swift */; }; + D9DC108121639078008F3C51 /* MessageComposeViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC107621639077008F3C51 /* MessageComposeViewInterface.swift */; }; + D9DC108421639E56008F3C51 /* SuccessMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9DC108321639E56008F3C51 /* SuccessMessage.swift */; }; + D9E57945212E938D00D47AC0 /* ExchangeRateDetailModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9E57944212E938D00D47AC0 /* ExchangeRateDetailModel.swift */; }; + EC2D9C212826C67600996921 /* SlipUpload.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = EC2D9C202826C67600996921 /* SlipUpload.storyboard */; }; + EC2D9C232826C68E00996921 /* SlipUploadViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC2D9C222826C68E00996921 /* SlipUploadViewController.swift */; }; + FF29296C212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF29296B212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift */; }; + FF6E7D8E21BF951D00A003B9 /* AppUpdateInteractor.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D7C21BF951D00A003B9 /* AppUpdateInteractor.swift */; }; + FF6E7D8F21BF951D00A003B9 /* AppUpdateInteractorIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D7D21BF951D00A003B9 /* AppUpdateInteractorIO.swift */; }; + FF6E7D9021BF951D00A003B9 /* AppUpdateService.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D7F21BF951D00A003B9 /* AppUpdateService.swift */; }; + FF6E7D9121BF951D00A003B9 /* AppUpdateServiceType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D8021BF951D00A003B9 /* AppUpdateServiceType.swift */; }; + FF6E7D9221BF951D00A003B9 /* AppUpdateModuleInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D8221BF951D00A003B9 /* AppUpdateModuleInterface.swift */; }; + FF6E7D9321BF951D00A003B9 /* AppUpdatePresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D8521BF951D00A003B9 /* AppUpdatePresenter.swift */; }; + FF6E7D9421BF951D00A003B9 /* AppUpdate.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FF6E7D8721BF951D00A003B9 /* AppUpdate.storyboard */; }; + FF6E7D9521BF951D00A003B9 /* AppUpdateViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D8821BF951D00A003B9 /* AppUpdateViewController.swift */; }; + FF6E7D9621BF951D00A003B9 /* AppUpdateViewInterface.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D8921BF951D00A003B9 /* AppUpdateViewInterface.swift */; }; + FF6E7D9721BF951D00A003B9 /* AppUpdateWireframe.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D8C21BF951D00A003B9 /* AppUpdateWireframe.swift */; }; + FF6E7D9821BF951D00A003B9 /* AppUpdateWireframeInput.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF6E7D8D21BF951D00A003B9 /* AppUpdateWireframeInput.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 739F817F234ADA75003ABCF3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 9FD260EC1FD00458007A511D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9FD260F31FD00458007A511D; + remoteInfo = "GME Remit"; + }; + 9FD261091FD00458007A511D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 9FD260EC1FD00458007A511D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9FD260F31FD00458007A511D; + remoteInfo = GMERemittance; + }; + 9FD261141FD00458007A511D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 9FD260EC1FD00458007A511D /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9FD260F31FD00458007A511D; + remoteInfo = GMERemittance; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 041A86A121D1F4F60044C83C /* WKWebView.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = WKWebView.storyboard; sourceTree = ""; }; + 041A86A621D1F5590044C83C /* WkWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WkWebViewController.swift; sourceTree = ""; }; + 042E6EFC203EAF95004667A1 /* SideMenuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideMenuViewController.swift; sourceTree = ""; }; + 04498A712039416E00AC4D99 /* SettingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingViewController.swift; sourceTree = ""; }; + 04546C4020329A36007EFE15 /* AboutGMEViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutGMEViewController.swift; sourceTree = ""; }; + 0470301121CA4BD000B6C9C3 /* AccountEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountEx.swift; sourceTree = ""; }; + 0496B8451FE7DFA10044810E /* RestApiManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RestApiManager.swift; sourceTree = ""; }; + 0496B84C1FE7DFCC0044810E /* UIViewController+Ext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIViewController+Ext.swift"; sourceTree = ""; }; + 0496B84D1FE7DFCD0044810E /* String+Ext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Ext.swift"; sourceTree = ""; }; + 049E61A41FF0AE9D00817C76 /* UrlManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UrlManager.swift; sourceTree = ""; }; + 04DC27EB21A51E29003714F5 /* AutoRefund.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AutoRefund.swift; sourceTree = ""; }; + 382D802DD74FA232C60815F2 /* Pods-GME Remit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GME Remit.release.xcconfig"; path = "Target Support Files/Pods-GME Remit/Pods-GME Remit.release.xcconfig"; sourceTree = ""; }; + 3DC711495F701A2990ED1DD7 /* Pods-GMERemittanceTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GMERemittanceTests.release.xcconfig"; path = "Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests.release.xcconfig"; sourceTree = ""; }; + 40218EE424D2B1940047FBF5 /* UserRegistrationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationModuleInterface.swift; sourceTree = ""; }; + 40218EE724D2B1940047FBF5 /* UserRegistrationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationService.swift; sourceTree = ""; }; + 40218EE824D2B1940047FBF5 /* UserRegistrationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationServiceType.swift; sourceTree = ""; }; + 40218EEA24D2B1940047FBF5 /* UserRegistrationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationInteractorIO.swift; sourceTree = ""; }; + 40218EEB24D2B1940047FBF5 /* UserRegistrationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationInteractor.swift; sourceTree = ""; }; + 40218EEE24D2B1940047FBF5 /* UserRegistrationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationPresenter.swift; sourceTree = ""; }; + 40218EF024D2B1940047FBF5 /* UserRegistrationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationWireframeInput.swift; sourceTree = ""; }; + 40218EF124D2B1940047FBF5 /* UserRegistrationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationWireframe.swift; sourceTree = ""; }; + 40218EF424D2B1940047FBF5 /* UserRegistrationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationViewController.swift; sourceTree = ""; }; + 40218EF524D2B1940047FBF5 /* UserRegistrationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserRegistrationViewInterface.swift; sourceTree = ""; }; + 40218EF624D2B1940047FBF5 /* UserRegistration.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = UserRegistration.storyboard; sourceTree = ""; }; + 404654B724E6666E000E5BFB /* PINKeyboardView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PINKeyboardView.xib; sourceTree = ""; }; + 404654B824E6666E000E5BFB /* SRPINKeyboardView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SRPINKeyboardView.swift; sourceTree = ""; }; + 404654B924E6666E000E5BFB /* PINComponents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PINComponents.swift; sourceTree = ""; }; + 405213D124EA83A4000F8801 /* ProfileChangePinViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileChangePinViewController.swift; sourceTree = ""; }; + 405718B624D932AD0022CDDE /* NewUserRegisterModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterModuleInterface.swift; sourceTree = ""; }; + 405718B924D932AD0022CDDE /* NewUserRegisterService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterService.swift; sourceTree = ""; }; + 405718BA24D932AD0022CDDE /* NewUserRegisterServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterServiceType.swift; sourceTree = ""; }; + 405718BC24D932AD0022CDDE /* NewUserRegisterInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterInteractorIO.swift; sourceTree = ""; }; + 405718BD24D932AD0022CDDE /* NewUserRegisterInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterInteractor.swift; sourceTree = ""; }; + 405718C024D932AD0022CDDE /* NewUserRegisterPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterPresenter.swift; sourceTree = ""; }; + 405718C224D932AD0022CDDE /* NewUserRegisterWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterWireframe.swift; sourceTree = ""; }; + 405718C324D932AD0022CDDE /* NewUserRegisterWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterWireframeInput.swift; sourceTree = ""; }; + 405718C624D932AD0022CDDE /* NewUserRegisterViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterViewInterface.swift; sourceTree = ""; }; + 405718C724D932AD0022CDDE /* NewUserRegisterViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewUserRegisterViewController.swift; sourceTree = ""; }; + 405718C824D932AD0022CDDE /* NewUserRegister.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NewUserRegister.storyboard; sourceTree = ""; }; + 405718D824D93EB40022CDDE /* VerifyIDNumberModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberModuleInterface.swift; sourceTree = ""; }; + 405718DB24D93EB40022CDDE /* VerifyIDNumberServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberServiceType.swift; sourceTree = ""; }; + 405718DC24D93EB40022CDDE /* VerifyIDNumberService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberService.swift; sourceTree = ""; }; + 405718DE24D93EB40022CDDE /* VerifyIDNumberInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberInteractorIO.swift; sourceTree = ""; }; + 405718DF24D93EB40022CDDE /* VerifyIDNumberInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberInteractor.swift; sourceTree = ""; }; + 405718E224D93EB40022CDDE /* VerifyIDNumberPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberPresenter.swift; sourceTree = ""; }; + 405718E424D93EB40022CDDE /* VerifyIDNumberWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberWireframe.swift; sourceTree = ""; }; + 405718E524D93EB40022CDDE /* VerifyIDNumberWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberWireframeInput.swift; sourceTree = ""; }; + 405718E824D93EB40022CDDE /* VerifyIDNumberViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberViewController.swift; sourceTree = ""; }; + 405718E924D93EB40022CDDE /* VerifyIDNumberViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerifyIDNumberViewInterface.swift; sourceTree = ""; }; + 405718EA24D93EB40022CDDE /* VerifyIDNumber.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = VerifyIDNumber.storyboard; sourceTree = ""; }; + 405AA0EC2541AD0400508420 /* KeyValue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyValue.swift; sourceTree = ""; }; + 405AA0EE2541B32B00508420 /* PropertyUtility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PropertyUtility.swift; sourceTree = ""; }; + 405AA15F2541DB6A00508420 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; + 405AA1602541DB6A00508420 /* ru-RU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ru-RU"; path = "ru-RU.lproj/Localizable.strings"; sourceTree = ""; }; + 405AA1612541DB6A00508420 /* si */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = si; path = si.lproj/Localizable.strings; sourceTree = ""; }; + 405AA1622541DB6A00508420 /* ne */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ne; path = ne.lproj/Localizable.strings; sourceTree = ""; }; + 405AA1632541DB6A00508420 /* ur-PK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ur-PK"; path = "ur-PK.lproj/Localizable.strings"; sourceTree = ""; }; + 405AA1642541DB6A00508420 /* km */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = km; path = km.lproj/Localizable.strings; sourceTree = ""; }; + 405AA1652541DB6A00508420 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = ""; }; + 405AA1662541DB6A00508420 /* vi-VN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "vi-VN"; path = "vi-VN.lproj/Localizable.strings"; sourceTree = ""; }; + 405AA1672541DB6A00508420 /* mn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = mn; path = mn.lproj/Localizable.strings; sourceTree = ""; }; + 405AA1682541DB6A00508420 /* my */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = my; path = my.lproj/Localizable.strings; sourceTree = ""; }; + 405AA1692541DB6A00508420 /* my-MM */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "my-MM"; path = "my-MM.lproj/Localizable.strings"; sourceTree = ""; }; + 405AA16A2541DB6A00508420 /* uz */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uz; path = uz.lproj/Localizable.strings; sourceTree = ""; }; + 405AA16B2541DB6A00508420 /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Localizable.strings; sourceTree = ""; }; + 405AA16C2541DB6A00508420 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Localizable.strings; sourceTree = ""; }; + 405AA16D2541DB6A00508420 /* bn */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bn; path = bn.lproj/Localizable.strings; sourceTree = ""; }; + 405E708C252BE2E50018F708 /* NotificationFetch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationFetch.swift; sourceTree = ""; }; + 4060B96124DBBA0200E90F8C /* KYCVerifyStep1Service.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1Service.swift; sourceTree = ""; }; + 4060B96224DBBA0200E90F8C /* KYCVerifyStep1ServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1ServiceType.swift; sourceTree = ""; }; + 4060B96424DBBA0200E90F8C /* KYCVerifyStep1Interactor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1Interactor.swift; sourceTree = ""; }; + 4060B96524DBBA0200E90F8C /* KYCVerifyStep1InteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1InteractorIO.swift; sourceTree = ""; }; + 4060B96824DBBA0200E90F8C /* KYCVerifyStep1Presenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1Presenter.swift; sourceTree = ""; }; + 4060B96A24DBBA0200E90F8C /* KYCVerifyStep1WireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1WireframeInput.swift; sourceTree = ""; }; + 4060B96B24DBBA0200E90F8C /* KYCVerifyStep1Wireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1Wireframe.swift; sourceTree = ""; }; + 4060B96E24DBBA0200E90F8C /* KYCVerifyStep1.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = KYCVerifyStep1.storyboard; sourceTree = ""; }; + 4060B96F24DBBA0200E90F8C /* KYCVerifyStep1ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KYCVerifyStep1ViewController.swift; sourceTree = ""; }; + 4060B97E24DBD17600E90F8C /* KYCInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KYCInfoModel.swift; sourceTree = ""; }; + 4060B98024DBD22C00E90F8C /* PersonalInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersonalInfoModel.swift; sourceTree = ""; }; + 406F2D8024DBE28400EF31FB /* PictureInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PictureInfoModel.swift; sourceTree = ""; }; + 406F2D8224DBE43400EF31FB /* KYCSaveInformation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KYCSaveInformation.swift; sourceTree = ""; }; + 4073BA9125295F5B0043258E /* GradientView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientView.swift; sourceTree = ""; }; + 4099AF0025235C45003FA012 /* CircleBorderedView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CircleBorderedView.swift; sourceTree = ""; }; + 40AE56342512DD8A00412B87 /* ChangePinAndPasswordViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangePinAndPasswordViewController.swift; sourceTree = ""; }; + 40B33A9024CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationModuleInterface.swift; sourceTree = ""; }; + 40B33A9324CAF87A00AFE2AB /* ExistingUserRegistrationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationServiceType.swift; sourceTree = ""; }; + 40B33A9424CAF87A00AFE2AB /* ExistingUserRegistrationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationService.swift; sourceTree = ""; }; + 40B33A9624CAF87A00AFE2AB /* ExistingUserRegistrationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationInteractorIO.swift; sourceTree = ""; }; + 40B33A9724CAF87A00AFE2AB /* ExistingUserRegistrationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationInteractor.swift; sourceTree = ""; }; + 40B33A9A24CAF87A00AFE2AB /* ExistingUserRegistrationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationPresenter.swift; sourceTree = ""; }; + 40B33A9C24CAF87A00AFE2AB /* ExistingUserRegistrationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationWireframeInput.swift; sourceTree = ""; }; + 40B33A9D24CAF87A00AFE2AB /* ExistingUserRegistrationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationWireframe.swift; sourceTree = ""; }; + 40B33AA024CAF87A00AFE2AB /* ExistingUserRegistrationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationViewController.swift; sourceTree = ""; }; + 40B33AA124CAF87A00AFE2AB /* ExistingUserRegistrationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserRegistrationViewInterface.swift; sourceTree = ""; }; + 40B33AA224CAF87A00AFE2AB /* ExistingUserRegistration.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ExistingUserRegistration.storyboard; sourceTree = ""; }; + 40B9B09024EC4ED0002C258C /* ExistingUserKycService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycService.swift; sourceTree = ""; }; + 40B9B09124EC4ED0002C258C /* ExistingUserKycServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycServiceType.swift; sourceTree = ""; }; + 40B9B09324EC4ED0002C258C /* ExistingUserKycInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycInteractor.swift; sourceTree = ""; }; + 40B9B09424EC4ED0002C258C /* ExistingUserKycInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycInteractorIO.swift; sourceTree = ""; }; + 40B9B09724EC4ED0002C258C /* ExistingUserKycPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycPresenter.swift; sourceTree = ""; }; + 40B9B09924EC4ED0002C258C /* ExistingUserKycWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycWireframe.swift; sourceTree = ""; }; + 40B9B09A24EC4ED0002C258C /* ExistingUserKycWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycWireframeInput.swift; sourceTree = ""; }; + 40B9B09D24EC4ED0002C258C /* ExistingUserKyc.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ExistingUserKyc.storyboard; sourceTree = ""; }; + 40B9B09F24EC4ED1002C258C /* ExistingUserKycViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExistingUserKycViewController.swift; sourceTree = ""; }; + 40CB8F5724D980D400E1E64E /* NewRegisterRequestModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRegisterRequestModel.swift; sourceTree = ""; }; + 40D0D35024D2FEB900CEF6B4 /* OldUserRegisterRequestModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OldUserRegisterRequestModel.swift; sourceTree = ""; }; + 40DCDD5825426BD60010FC6A /* en_PH */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_PH; path = en_PH.lproj/Localizable.strings; sourceTree = ""; }; + 55600052AED9B7B09887A8B3 /* Pods-GME Remit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GME Remit.debug.xcconfig"; path = "Target Support Files/Pods-GME Remit/Pods-GME Remit.debug.xcconfig"; sourceTree = ""; }; + 5565FF071FE275E0002934E9 /* SanFranciscoDisplay-Heavy.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Heavy.otf"; sourceTree = ""; }; + 5565FF081FE275E0002934E9 /* SanFranciscoText-RegularItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-RegularItalic.otf"; sourceTree = ""; }; + 5565FF091FE275E0002934E9 /* SanFranciscoText-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-Regular.otf"; sourceTree = ""; }; + 5565FF0A1FE275E0002934E9 /* SanFranciscoDisplay-Ultralight.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Ultralight.otf"; sourceTree = ""; }; + 5565FF0B1FE275E0002934E9 /* SanFranciscoText-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-Bold.otf"; sourceTree = ""; }; + 5565FF0C1FE275E0002934E9 /* SanFranciscoDisplay-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Light.otf"; sourceTree = ""; }; + 5565FF0D1FE275E0002934E9 /* SanFranciscoText-BoldItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-BoldItalic.otf"; sourceTree = ""; }; + 5565FF0E1FE275E0002934E9 /* SanFranciscoText-HeavyItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-HeavyItalic.otf"; sourceTree = ""; }; + 5565FF0F1FE275E0002934E9 /* SanFranciscoText-LightItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-LightItalic.otf"; sourceTree = ""; }; + 5565FF101FE275E0002934E9 /* SanFranciscoText-SemiboldItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-SemiboldItalic.otf"; sourceTree = ""; }; + 5565FF111FE275E0002934E9 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 5565FF121FE275E0002934E9 /* SanFranciscoDisplay-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Regular.otf"; sourceTree = ""; }; + 5565FF131FE275E0002934E9 /* SanFranciscoDisplay-Black.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Black.otf"; sourceTree = ""; }; + 5565FF141FE275E0002934E9 /* SanFranciscoDisplay-Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Bold.otf"; sourceTree = ""; }; + 5565FF151FE275E0002934E9 /* SanFranciscoText-Heavy.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-Heavy.otf"; sourceTree = ""; }; + 5565FF161FE275E0002934E9 /* SanFranciscoText-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-Medium.otf"; sourceTree = ""; }; + 5565FF171FE275E0002934E9 /* SanFranciscoText-MediumItalic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-MediumItalic.otf"; sourceTree = ""; }; + 5565FF181FE275E0002934E9 /* SanFranciscoText-Semibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-Semibold.otf"; sourceTree = ""; }; + 5565FF191FE275E0002934E9 /* SanFranciscoDisplay-Thin.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Thin.otf"; sourceTree = ""; }; + 5565FF1A1FE275E0002934E9 /* SanFranciscoText-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoText-Light.otf"; sourceTree = ""; }; + 5565FF1B1FE275E0002934E9 /* SanFranciscoDisplay-Medium.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Medium.otf"; sourceTree = ""; }; + 5565FF1C1FE275E0002934E9 /* SanFranciscoDisplay-Semibold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SanFranciscoDisplay-Semibold.otf"; sourceTree = ""; }; + 5ED0840B2784098500EEB668 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = ""; }; + 72688D0D2060F7CF000A86C1 /* GMERemittance-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "GMERemittance-Bridging-Header.h"; 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 = ""; }; + 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 = ""; }; + 7313872222E68F4C0095ACEB /* ScrollableSegmentedControl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScrollableSegmentedControl.swift; sourceTree = ""; }; + 73149F5022E5AF8000D66B26 /* LauncherScreenModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenModuleInterface.swift; sourceTree = ""; }; + 73149F5422E5AF8000D66B26 /* LauncherScreenServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenServiceType.swift; sourceTree = ""; }; + 73149F5522E5AF8000D66B26 /* LauncherScreenService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenService.swift; sourceTree = ""; }; + 73149F5722E5AF8000D66B26 /* LauncherScreenInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenInteractorIO.swift; sourceTree = ""; }; + 73149F5822E5AF8000D66B26 /* LauncherScreenInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenInteractor.swift; sourceTree = ""; }; + 73149F5B22E5AF8000D66B26 /* LauncherScreenPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenPresenter.swift; sourceTree = ""; }; + 73149F5D22E5AF8000D66B26 /* LauncherScreenWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenWireframeInput.swift; sourceTree = ""; }; + 73149F5E22E5AF8000D66B26 /* LauncherScreenWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenWireframe.swift; sourceTree = ""; }; + 73149F6022E5AF8000D66B26 /* LauncherScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LauncherScreen.storyboard; sourceTree = ""; }; + 73149F6122E5AF8000D66B26 /* LauncherScreenViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenViewInterface.swift; sourceTree = ""; }; + 73149F6222E5AF8000D66B26 /* LauncherScreenViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LauncherScreenViewController.swift; sourceTree = ""; }; + 7315526D23C839CF0011D37C /* Rx+UserDefaultsWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Rx+UserDefaultsWrapper.swift"; sourceTree = ""; }; + 73157B8922DC1EEC009B836F /* PopupNotificationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationModuleInterface.swift; sourceTree = ""; }; + 73157B8C22DC1EEC009B836F /* PopupNotificationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationServiceType.swift; sourceTree = ""; }; + 73157B8D22DC1EEC009B836F /* PopupNotificationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationService.swift; sourceTree = ""; }; + 73157B8F22DC1EEC009B836F /* PopupNotificationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationInteractor.swift; sourceTree = ""; }; + 73157B9022DC1EEC009B836F /* PopupNotificationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationInteractorIO.swift; sourceTree = ""; }; + 73157B9322DC1EEC009B836F /* PopupNotificationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationPresenter.swift; sourceTree = ""; }; + 73157B9522DC1EEC009B836F /* PopupNotificationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationWireframe.swift; sourceTree = ""; }; + 73157B9622DC1EEC009B836F /* PopupNotificationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationWireframeInput.swift; sourceTree = ""; }; + 73157B9822DC1EEC009B836F /* PopupNotificationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationViewInterface.swift; sourceTree = ""; }; + 73157B9922DC1EEC009B836F /* PopupNotificationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopupNotificationViewController.swift; sourceTree = ""; }; + 73157B9A22DC1EEC009B836F /* PopupNotification.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PopupNotification.storyboard; sourceTree = ""; }; + 73157BA622DC3F14009B836F /* Date+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Date+Ext.swift"; sourceTree = ""; }; + 731627A42301009800BA48A8 /* ExchangeRateRequestModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExchangeRateRequestModel.swift; sourceTree = ""; }; + 73168A1E22F3CC4B00878038 /* NativeCountry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NativeCountry.swift; sourceTree = ""; }; + 73168A2222F3D01900878038 /* TablePresenterProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterProtocol.swift; sourceTree = ""; }; + 731703CB23221EA0005752DE /* SwipeNavigationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwipeNavigationController.swift; sourceTree = ""; }; + 73185313230E19DD00BA9AE3 /* ValidateAccountRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ValidateAccountRequest.swift; sourceTree = ""; }; + 73185315230EA5FB00BA9AE3 /* SaveResponseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SaveResponseModel.swift; sourceTree = ""; }; + 73185329230EACA300BA9AE3 /* SendMoneyTransFerReasonViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyTransFerReasonViewModel.swift; sourceTree = ""; }; + 7318532A230EACA300BA9AE3 /* SendMoneyRelationViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyRelationViewModel.swift; sourceTree = ""; }; + 7318532B230EACA300BA9AE3 /* SendMoneyCountryViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyCountryViewModel.swift; sourceTree = ""; }; + 7318532C230EACA300BA9AE3 /* SendMoneyDistrictViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyDistrictViewModel.swift; sourceTree = ""; }; + 7318532D230EACA300BA9AE3 /* SendMoneyProvinceViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyProvinceViewModel.swift; sourceTree = ""; }; + 7318F84923BD7A19002BE004 /* CheckBox.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckBox.swift; sourceTree = ""; }; + 7318F84B23BD7A27002BE004 /* CheckBox.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CheckBox.xib; sourceTree = ""; }; + 7318F84F23BDB475002BE004 /* CheckBox+Rx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CheckBox+Rx.swift"; sourceTree = ""; }; + 73195A9D22FD14D400151434 /* SetupRecipientModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientModuleInterface.swift; sourceTree = ""; }; + 73195AA122FD14D400151434 /* SetupRecipientServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientServiceType.swift; sourceTree = ""; }; + 73195AA222FD14D400151434 /* SetupRecipientService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientService.swift; sourceTree = ""; }; + 73195AA422FD14D400151434 /* SetupRecipientInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientInteractorIO.swift; sourceTree = ""; }; + 73195AA522FD14D400151434 /* SetupRecipientInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientInteractor.swift; sourceTree = ""; }; + 73195AA822FD14D400151434 /* SetupRecipientPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientPresenter.swift; sourceTree = ""; }; + 73195AAA22FD14D400151434 /* SetupRecipientWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientWireframe.swift; sourceTree = ""; }; + 73195AAB22FD14D400151434 /* SetupRecipientWireframeInputOutput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientWireframeInputOutput.swift; sourceTree = ""; }; + 73195AAE22FD14D400151434 /* SetupRecipientViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientViewModel.swift; sourceTree = ""; }; + 73195AAF22FD14D400151434 /* SetupRecipientViewModelInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientViewModelInterface.swift; sourceTree = ""; }; + 73195AB022FD14D400151434 /* SetupRecipient.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SetupRecipient.storyboard; sourceTree = ""; }; + 73195AB122FD14D400151434 /* SetupRecipientViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SetupRecipientViewController.swift; sourceTree = ""; }; + 73195B3422FD5BC600151434 /* APIRouter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIRouter.swift; sourceTree = ""; }; + 731AADEA230CC08E008BE38F /* ValidationTextField.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ValidationTextField.swift; sourceTree = ""; }; + 731D05722341BE78005E6F7C /* Colors.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Colors.xcassets; sourceTree = ""; }; + 73210D8E22FBE73100715D6C /* RecipientsModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsModuleInterface.swift; sourceTree = ""; }; + 73210D9222FBE73100715D6C /* RecipientsService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsService.swift; sourceTree = ""; }; + 73210D9322FBE73100715D6C /* RecipientsServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsServiceType.swift; sourceTree = ""; }; + 73210D9522FBE73100715D6C /* RecipientsInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsInteractorIO.swift; sourceTree = ""; }; + 73210D9622FBE73100715D6C /* RecipientsInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsInteractor.swift; sourceTree = ""; }; + 73210D9922FBE73100715D6C /* RecipientsPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsPresenter.swift; sourceTree = ""; }; + 73210D9B22FBE73100715D6C /* RecipientsWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsWireframe.swift; sourceTree = ""; }; + 73210D9C22FBE73100715D6C /* RecipientsWireframeInputOutput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsWireframeInputOutput.swift; sourceTree = ""; }; + 73210D9E22FBE73100715D6C /* Recipients.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Recipients.storyboard; sourceTree = ""; }; + 73210D9F22FBE73100715D6C /* RecipientsViewModelInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsViewModelInterface.swift; sourceTree = ""; }; + 73210DA022FBE73100715D6C /* RecipientsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RecipientsViewController.swift; sourceTree = ""; }; + 73210DAC22FBEA3B00715D6C /* RecipientsViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecipientsViewModel.swift; sourceTree = ""; }; + 73210DAE22FBF2BA00715D6C /* ViewModelType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModelType.swift; sourceTree = ""; }; + 73210DB022FBF4B000715D6C /* ObservableType+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ObservableType+Ext.swift"; sourceTree = ""; }; + 73210DB422FC01C200715D6C /* RecipientCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecipientCell.swift; sourceTree = ""; }; + 7327567123B0456300BF66C5 /* ManageAgreementServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementServiceType.swift; sourceTree = ""; }; + 7327567223B0456300BF66C5 /* ManageAgreementService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementService.swift; sourceTree = ""; }; + 7327567423B0456300BF66C5 /* ManageAgreementInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementInteractorIO.swift; sourceTree = ""; }; + 7327567523B0456300BF66C5 /* ManageAgreementInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementInteractor.swift; sourceTree = ""; }; + 7327567823B0456300BF66C5 /* ManageAgreementPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementPresenter.swift; sourceTree = ""; }; + 7327567A23B0456300BF66C5 /* ManageAgreementWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementWireframeInput.swift; sourceTree = ""; }; + 7327567B23B0456300BF66C5 /* ManageAgreementWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementWireframe.swift; sourceTree = ""; }; + 7327567D23B0456300BF66C5 /* ManageAgreement.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ManageAgreement.storyboard; sourceTree = ""; }; + 7327567E23B0456300BF66C5 /* ManageAgreementViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementViewController.swift; sourceTree = ""; }; + 7327568923B052DB00BF66C5 /* PDFViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDFViewController.swift; sourceTree = ""; }; + 7327568A23B052DB00BF66C5 /* PDFViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PDFViewController.xib; sourceTree = ""; }; + 732B5F9623C40C1F00074442 /* AgreePDFDocument.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AgreePDFDocument.swift; path = "GME Remit/Modules/ManageAgreement/Application Logic/Interactor/AgreePDFDocument.swift"; sourceTree = SOURCE_ROOT; }; + 73341C8F238F4FE900394676 /* UILabel+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Ext.swift"; sourceTree = ""; }; + 733A3BA1235557E100E6B87E /* CreditCardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreditCardView.swift; sourceTree = ""; }; + 733A3BA42355580000E6B87E /* CreditCardView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CreditCardView.xib; sourceTree = ""; }; + 733A3BA623558F8F00E6B87E /* CreditCardType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreditCardType.swift; sourceTree = ""; }; + 733CC36423A208B90027DDF9 /* UIImage+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Ext.swift"; sourceTree = ""; }; + 734DD31B2366DA2700BFA7EE /* CheckMark.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckMark.swift; sourceTree = ""; }; + 73538B2122EFC5FA00188CDD /* CommonServiceType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonServiceType.swift; sourceTree = ""; }; + 7354AB0D270D3217004EBA7D /* TermsAndConditionModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionModuleInterface.swift; sourceTree = ""; }; + 7354AB10270D3217004EBA7D /* TermsAndConditionService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionService.swift; sourceTree = ""; }; + 7354AB11270D3217004EBA7D /* TermsAndConditionServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionServiceType.swift; sourceTree = ""; }; + 7354AB13270D3217004EBA7D /* TermsAndConditionInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionInteractorIO.swift; sourceTree = ""; }; + 7354AB14270D3217004EBA7D /* TermsAndConditionInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionInteractor.swift; sourceTree = ""; }; + 7354AB17270D3217004EBA7D /* TermsAndConditionPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionPresenter.swift; sourceTree = ""; }; + 7354AB19270D3217004EBA7D /* TermsAndConditionWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionWireframeInput.swift; sourceTree = ""; }; + 7354AB1A270D3217004EBA7D /* TermsAndConditionWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionWireframe.swift; sourceTree = ""; }; + 7354AB1D270D3217004EBA7D /* TermsAndCondition.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = TermsAndCondition.storyboard; sourceTree = ""; }; + 7354AB1E270D3217004EBA7D /* TermsAndConditionViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionViewInterface.swift; sourceTree = ""; }; + 7354AB1F270D3217004EBA7D /* TermsAndConditionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TermsAndConditionViewController.swift; sourceTree = ""; }; + 73551A4526E5B1290030B302 /* OtpVerificationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationModuleInterface.swift; sourceTree = ""; }; + 73551A4826E5B1290030B302 /* OtpVerificationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationService.swift; sourceTree = ""; }; + 73551A4926E5B1290030B302 /* OtpVerificationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationServiceType.swift; sourceTree = ""; }; + 73551A4B26E5B1290030B302 /* OtpVerificationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationInteractorIO.swift; sourceTree = ""; }; + 73551A4C26E5B1290030B302 /* OtpVerificationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationInteractor.swift; sourceTree = ""; }; + 73551A4F26E5B1290030B302 /* OtpVerificationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationPresenter.swift; sourceTree = ""; }; + 73551A5126E5B1290030B302 /* OtpVerificationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationWireframeInput.swift; sourceTree = ""; }; + 73551A5226E5B1290030B302 /* OtpVerificationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationWireframe.swift; sourceTree = ""; }; + 73551A5526E5B1290030B302 /* OtpVerificationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationViewController.swift; sourceTree = ""; }; + 73551A5626E5B1290030B302 /* OtpVerification.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = OtpVerification.storyboard; sourceTree = ""; }; + 73551A5726E5B1290030B302 /* OtpVerificationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OtpVerificationViewInterface.swift; sourceTree = ""; }; + 735F68CD2394A76800A2DBC8 /* NewRegisterService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterService.swift; sourceTree = ""; }; + 735F68CE2394A76800A2DBC8 /* NewRegisterServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterServiceType.swift; sourceTree = ""; }; + 735F68D02394A76800A2DBC8 /* NewRegisterInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterInteractorIO.swift; sourceTree = ""; }; + 735F68D12394A76800A2DBC8 /* NewRegisterInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterInteractor.swift; sourceTree = ""; }; + 735F68D42394A76800A2DBC8 /* NewRegisterPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterPresenter.swift; sourceTree = ""; }; + 735F68D62394A76800A2DBC8 /* NewRegisterWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterWireframeInput.swift; sourceTree = ""; }; + 735F68D72394A76800A2DBC8 /* NewRegisterWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterWireframe.swift; sourceTree = ""; }; + 735F68D92394A76800A2DBC8 /* NewRegister.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NewRegister.storyboard; sourceTree = ""; }; + 735F68DA2394A76800A2DBC8 /* NewRegisterViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NewRegisterViewController.swift; sourceTree = ""; }; + 7366006C271C62B50091C521 /* CDDIModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CDDIModel.swift; sourceTree = ""; }; + 7367FF5D237401860005F644 /* PushNotificationParam.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushNotificationParam.swift; sourceTree = ""; }; + 73684455237BD23B00796620 /* InboundTransactionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundTransactionCell.swift; sourceTree = ""; }; + 736A8C2D2277EB2900337A50 /* BiometricNotificationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationModuleInterface.swift; sourceTree = ""; }; + 736A8C312277EB2900337A50 /* BiometricNotificationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationService.swift; sourceTree = ""; }; + 736A8C322277EB2900337A50 /* BiometricNotificationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationServiceType.swift; sourceTree = ""; }; + 736A8C342277EB2900337A50 /* BiometricNotificationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationInteractor.swift; sourceTree = ""; }; + 736A8C352277EB2900337A50 /* BiometricNotificationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationInteractorIO.swift; sourceTree = ""; }; + 736A8C382277EB2900337A50 /* BiometricNotificationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationPresenter.swift; sourceTree = ""; }; + 736A8C3A2277EB2900337A50 /* BiometricNotificationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationWireframeInput.swift; sourceTree = ""; }; + 736A8C3B2277EB2900337A50 /* BiometricNotificationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationWireframe.swift; sourceTree = ""; }; + 736A8C3D2277EB2900337A50 /* BiometricNotification.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = BiometricNotification.storyboard; sourceTree = ""; }; + 736A8C3E2277EB2900337A50 /* BiometricNotificationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationViewController.swift; sourceTree = ""; }; + 736A8C3F2277EB2900337A50 /* BiometricNotificationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricNotificationViewInterface.swift; sourceTree = ""; }; + 736C417A273794600055C9E9 /* PasswordConfirmation.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = PasswordConfirmation.storyboard; sourceTree = ""; }; + 736E3219230A3CC1005799AA /* UIDevice+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIDevice+Ext.swift"; sourceTree = ""; }; + 737262432705A749004086B8 /* RenewIDModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDModuleInterface.swift; sourceTree = ""; }; + 737262462705A749004086B8 /* RenewIDService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDService.swift; sourceTree = ""; }; + 737262472705A749004086B8 /* RenewIDServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDServiceType.swift; sourceTree = ""; }; + 737262492705A749004086B8 /* RenewIDInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDInteractor.swift; sourceTree = ""; }; + 7372624A2705A749004086B8 /* RenewIDInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDInteractorIO.swift; sourceTree = ""; }; + 7372624D2705A749004086B8 /* RenewIDPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDPresenter.swift; sourceTree = ""; }; + 7372624F2705A749004086B8 /* RenewIDWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDWireframeInput.swift; sourceTree = ""; }; + 737262502705A749004086B8 /* RenewIDWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDWireframe.swift; sourceTree = ""; }; + 737262532705A749004086B8 /* RenewIDViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDViewController.swift; sourceTree = ""; }; + 737262542705A749004086B8 /* RenewID.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = RenewID.storyboard; sourceTree = ""; }; + 737262552705A749004086B8 /* RenewIDViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RenewIDViewInterface.swift; sourceTree = ""; }; + 7383F43522DEB864003D6393 /* GMEDB.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GMEDB.swift; sourceTree = ""; }; + 7383F43722DEB87D003D6393 /* DatabaseTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatabaseTest.swift; sourceTree = ""; }; + 7383F43D22DF15B8003D6393 /* UserDefaultsWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserDefaultsWrapper.swift; sourceTree = ""; }; + 7384B28022CB377300DD04D9 /* GMEAlertViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GMEAlertViewController.swift; sourceTree = ""; }; + 7384B28122CB377300DD04D9 /* GMEAlertViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GMEAlertViewController.xib; sourceTree = ""; }; + 738714A5237CE86D0038FCB1 /* InboundReceiptService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptService.swift; sourceTree = ""; }; + 738714A6237CE86D0038FCB1 /* InboundReceiptServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptServiceType.swift; sourceTree = ""; }; + 738714A8237CE86D0038FCB1 /* InboundReceiptInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptInteractor.swift; sourceTree = ""; }; + 738714A9237CE86D0038FCB1 /* InboundReceiptInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptInteractorIO.swift; sourceTree = ""; }; + 738714AC237CE86D0038FCB1 /* InboundReceiptPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptPresenter.swift; sourceTree = ""; }; + 738714AE237CE86D0038FCB1 /* InboundReceiptWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptWireframeInput.swift; sourceTree = ""; }; + 738714AF237CE86D0038FCB1 /* InboundReceiptWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptWireframe.swift; sourceTree = ""; }; + 738714B1237CE86D0038FCB1 /* InboundReceipt.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = InboundReceipt.storyboard; sourceTree = ""; }; + 738714B2237CE86D0038FCB1 /* InboundReceiptViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InboundReceiptViewController.swift; sourceTree = ""; }; + 7388821822CDF20F00592960 /* UITextField+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextField+Ext.swift"; sourceTree = ""; }; + 7388A6D722E17F9400A57891 /* CountryEnum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryEnum.swift; sourceTree = ""; }; + 73895FF722C2F208003FEA90 /* TablePresenterModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterModuleInterface.swift; sourceTree = ""; }; + 73895FFB22C2F208003FEA90 /* TablePresenterServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterServiceType.swift; sourceTree = ""; }; + 73895FFC22C2F208003FEA90 /* TablePresenterService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterService.swift; sourceTree = ""; }; + 73895FFE22C2F208003FEA90 /* TablePresenterInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterInteractorIO.swift; sourceTree = ""; }; + 73895FFF22C2F208003FEA90 /* TablePresenterInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterInteractor.swift; sourceTree = ""; }; + 7389600222C2F208003FEA90 /* TablePresenterPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterPresenter.swift; sourceTree = ""; }; + 7389600422C2F208003FEA90 /* TablePresenterWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterWireframeInput.swift; sourceTree = ""; }; + 7389600522C2F208003FEA90 /* TablePresenterWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterWireframe.swift; sourceTree = ""; }; + 7389600722C2F208003FEA90 /* TablePresenter.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = TablePresenter.storyboard; sourceTree = ""; }; + 7389600822C2F208003FEA90 /* TablePresenterViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterViewInterface.swift; sourceTree = ""; }; + 7389600922C2F208003FEA90 /* TablePresenterViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TablePresenterViewController.swift; sourceTree = ""; }; + 7389601822C2FADD003FEA90 /* TableCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TableCell.swift; sourceTree = ""; }; + 738B3E4B233B56C6000EA5E5 /* UISearchBar+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UISearchBar+Ext.swift"; sourceTree = ""; }; + 738B6B5423F4E6F0006FA928 /* DetailNoticeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailNoticeModel.swift; sourceTree = ""; }; + 738DEC1A22D429AB00936C2C /* FunctionTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FunctionTest.swift; sourceTree = ""; }; + 738F04B02316238600BA5EE7 /* ShadowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShadowView.swift; sourceTree = ""; }; + 738FD47F23038FDE008B144D /* UIFont+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIFont+Ext.swift"; sourceTree = ""; }; + 738FD4832303D1FD008B144D /* VerifyAccountRequestModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerifyAccountRequestModel.swift; sourceTree = ""; }; + 738FD4872303D70E008B144D /* RequestModelType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RequestModelType.swift; sourceTree = ""; }; + 738FD4892303E0A1008B144D /* DynamicReceiverContainerModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DynamicReceiverContainerModel.swift; sourceTree = ""; }; + 738FD48B2303E157008B144D /* FieldModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FieldModel.swift; sourceTree = ""; }; + 738FD48D2303F87D008B144D /* DynamicFieldModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DynamicFieldModel.swift; sourceTree = ""; }; + 73927A8F230BADA700B856D0 /* CountryAndServiceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryAndServiceModel.swift; sourceTree = ""; }; + 73976D1F2331B4F4003CF5E1 /* UIImageView+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImageView+Ext.swift"; sourceTree = ""; }; + 73976D212331BFB1003CF5E1 /* BankEnum.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BankEnum.swift; sourceTree = ""; }; + 739F817A234ADA75003ABCF3 /* SnapshotUITest.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SnapshotUITest.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 739F817C234ADA75003ABCF3 /* SnapshotUITest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnapshotUITest.swift; sourceTree = ""; }; + 739F817E234ADA75003ABCF3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 739F8184234ADA83003ABCF3 /* SnapshotHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = SnapshotHelper.swift; path = fastlane/SnapshotHelper.swift; sourceTree = SOURCE_ROOT; }; + 739F8186234AFF13003ABCF3 /* DebugManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DebugManager.swift; sourceTree = ""; }; + 73A2238E23399A9F00FD75C9 /* UIScrollView+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIScrollView+Ext.swift"; sourceTree = ""; }; + 73A6E1FE22CEE51600E9BC68 /* BadgeAppearance.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BadgeAppearance.swift; sourceTree = ""; }; + 73A6E1FF22CEE51600E9BC68 /* UIBarButtonItem+Ext.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIBarButtonItem+Ext.swift"; sourceTree = ""; }; + 73A6E20022CEE51600E9BC68 /* BadgeLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BadgeLabel.swift; sourceTree = ""; }; + 73A6E20622CF2E2500E9BC68 /* CopyableLabel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CopyableLabel.swift; sourceTree = ""; }; + 73AEFF5B2334A13100A967FB /* TransactionHistoryGroupModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupModuleInterface.swift; sourceTree = ""; }; + 73AEFF5F2334A13100A967FB /* TransactionHistoryGroupServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupServiceType.swift; sourceTree = ""; }; + 73AEFF602334A13100A967FB /* TransactionHistoryGroupService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupService.swift; sourceTree = ""; }; + 73AEFF622334A13100A967FB /* TransactionHistoryGroupInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupInteractor.swift; sourceTree = ""; }; + 73AEFF632334A13100A967FB /* TransactionHistoryGroupInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupInteractorIO.swift; sourceTree = ""; }; + 73AEFF662334A13100A967FB /* TransactionHistoryGroupPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupPresenter.swift; sourceTree = ""; }; + 73AEFF682334A13100A967FB /* TransactionHistoryGroupWireframeInputOutput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupWireframeInputOutput.swift; sourceTree = ""; }; + 73AEFF692334A13100A967FB /* TransactionHistoryGroupWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupWireframe.swift; sourceTree = ""; }; + 73AEFF6C2334A13100A967FB /* TransactionHistoryGroupViewModelInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupViewModelInterface.swift; sourceTree = ""; }; + 73AEFF6D2334A13100A967FB /* TransactionHistoryGroupViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupViewModel.swift; sourceTree = ""; }; + 73AEFF6E2334A13100A967FB /* TransactionHistoryGroup.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = TransactionHistoryGroup.storyboard; sourceTree = ""; }; + 73AEFF6F2334A13100A967FB /* TransactionHistoryGroupViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryGroupViewController.swift; sourceTree = ""; }; + 73AF9C6B275CB708003A701E /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; + 73B6D68323063DFD00A0CB6E /* ResponseContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseContainer.swift; sourceTree = ""; }; + 73B6D68523063F7D00A0CB6E /* Recipient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Recipient.swift; sourceTree = ""; }; + 73B6D6872306402200A0CB6E /* PaymentMethodModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentMethodModel.swift; sourceTree = ""; }; + 73B6D6892306406D00A0CB6E /* AgentModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AgentModel.swift; sourceTree = ""; }; + 73B6D68B230640D400A0CB6E /* BranchModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BranchModel.swift; sourceTree = ""; }; + 73B6D68D2306413100A0CB6E /* RecipientCommonType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecipientCommonType.swift; sourceTree = ""; }; + 73B6D6912306430200A0CB6E /* FetchRecipientsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchRecipientsModel.swift; sourceTree = ""; }; + 73B6D6932306439600A0CB6E /* AccountModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccountModel.swift; sourceTree = ""; }; + 73BE702B22D33E6800E87DD2 /* GMENumberTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GMENumberTextField.swift; sourceTree = ""; }; + 73D3F3C8270C65B5006C3F97 /* CDDIViewControllerModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerModuleInterface.swift; sourceTree = ""; }; + 73D3F3CB270C65B5006C3F97 /* CDDIViewControllerService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerService.swift; sourceTree = ""; }; + 73D3F3CC270C65B5006C3F97 /* CDDIViewControllerServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerServiceType.swift; sourceTree = ""; }; + 73D3F3CE270C65B5006C3F97 /* CDDIViewControllerInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerInteractorIO.swift; sourceTree = ""; }; + 73D3F3CF270C65B5006C3F97 /* CDDIViewControllerInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerInteractor.swift; sourceTree = ""; }; + 73D3F3D2270C65B5006C3F97 /* CDDIViewControllerPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerPresenter.swift; sourceTree = ""; }; + 73D3F3D4270C65B5006C3F97 /* CDDIViewControllerWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerWireframeInput.swift; sourceTree = ""; }; + 73D3F3D5270C65B5006C3F97 /* CDDIViewControllerWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerWireframe.swift; sourceTree = ""; }; + 73D3F3D7270C65B5006C3F97 /* CDDIViewControllerViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerViewController.swift; sourceTree = ""; }; + 73D3F3D9270C65B5006C3F97 /* CDDIViewController.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = CDDIViewController.storyboard; sourceTree = ""; }; + 73D3F3DA270C65B5006C3F97 /* CDDIViewControllerViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDDIViewControllerViewInterface.swift; sourceTree = ""; }; + 73ECF3DD2736DF3200067CA7 /* PasswordConfirmViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordConfirmViewController.swift; sourceTree = ""; }; + 73FBBEFB23F231A6009D7627 /* NotificationHistoryService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryService.swift; sourceTree = ""; }; + 73FBBEFC23F231A6009D7627 /* NotificationHistoryServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryServiceType.swift; sourceTree = ""; }; + 73FBBEFE23F231A6009D7627 /* NotificationHistoryInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryInteractorIO.swift; sourceTree = ""; }; + 73FBBEFF23F231A6009D7627 /* NotificationHistoryInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryInteractor.swift; sourceTree = ""; }; + 73FBBF0223F231A6009D7627 /* NotificationHistoryPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryPresenter.swift; sourceTree = ""; }; + 73FBBF0423F231A6009D7627 /* NotificationHistoryWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryWireframe.swift; sourceTree = ""; }; + 73FBBF0523F231A6009D7627 /* NotificationHistoryWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryWireframeInput.swift; sourceTree = ""; }; + 73FBBF0723F231A6009D7627 /* NotificationHistory.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NotificationHistory.storyboard; sourceTree = ""; }; + 73FBBF0823F231A6009D7627 /* NotificationHistoryViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationHistoryViewController.swift; sourceTree = ""; }; + 73FBBF0D23F231A7009D7627 /* DetailNotificationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationService.swift; sourceTree = ""; }; + 73FBBF0E23F231A7009D7627 /* DetailNotificationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationServiceType.swift; sourceTree = ""; }; + 73FBBF1023F231A7009D7627 /* DetailNotificationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationInteractor.swift; sourceTree = ""; }; + 73FBBF1123F231A7009D7627 /* DetailNotificationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationInteractorIO.swift; sourceTree = ""; }; + 73FBBF1423F231A7009D7627 /* DetailNotificationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationPresenter.swift; sourceTree = ""; }; + 73FBBF1623F231A7009D7627 /* DetailNotificationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationWireframe.swift; sourceTree = ""; }; + 73FBBF1723F231A7009D7627 /* DetailNotificationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationWireframeInput.swift; sourceTree = ""; }; + 73FBBF1923F231A7009D7627 /* DetailNotification.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = DetailNotification.storyboard; sourceTree = ""; }; + 73FBBF1A23F231A7009D7627 /* DetailNotificationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DetailNotificationViewController.swift; sourceTree = ""; }; + 73FBBF3123F232C4009D7627 /* NotificationCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationCell.swift; sourceTree = ""; }; + 73FBBF3323F243FA009D7627 /* NoticeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoticeModel.swift; sourceTree = ""; }; + 73FDCE1C225C167700CC6912 /* KeyChain.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KeyChain.swift; sourceTree = ""; }; + 754C503578F5B5FFF3758D6E /* Pods_GME_Remit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GME_Remit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 792D2CC28585281952F299B0 /* 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 = ""; }; + 7E364CE924A4455A007D6E02 /* PasswordInputViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordInputViewController.swift; sourceTree = ""; }; + 7E364CEA24A4455A007D6E02 /* PasswordInputViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PasswordInputViewController.xib; sourceTree = ""; }; + 7E364CEE24A46D27007D6E02 /* BalanceModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BalanceModel.swift; sourceTree = ""; }; + 7E4DC74E24AB035C00815FA8 /* ActionSheetHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionSheetHelper.swift; sourceTree = ""; }; + 7EC9DE0024A9AECE004A0AD8 /* RewardProduct.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RewardProduct.swift; sourceTree = ""; }; + 7EC9DE0224A9AEEC004A0AD8 /* Branch.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Branch.swift; sourceTree = ""; }; + 7EC9DE0424A9AF65004A0AD8 /* BranchContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BranchContainer.swift; sourceTree = ""; }; + 7EC9DE0824A9C1E0004A0AD8 /* BankInformation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BankInformation.swift; sourceTree = ""; }; + 7EDBFBC524B2C5DA00AD5D4D /* RedeemCashPickUpModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpModuleInterface.swift; sourceTree = ""; }; + 7EDBFBC824B2C5DA00AD5D4D /* RedeemCashPickUpService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpService.swift; sourceTree = ""; }; + 7EDBFBC924B2C5DA00AD5D4D /* RedeemCashPickUpServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpServiceType.swift; sourceTree = ""; }; + 7EDBFBCB24B2C5DA00AD5D4D /* RedeemCashPickUpInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpInteractor.swift; sourceTree = ""; }; + 7EDBFBCC24B2C5DA00AD5D4D /* RedeemCashPickUpInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpInteractorIO.swift; sourceTree = ""; }; + 7EDBFBCF24B2C5DA00AD5D4D /* RedeemCashPickUpPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpPresenter.swift; sourceTree = ""; }; + 7EDBFBD124B2C5DA00AD5D4D /* RedeemCashPickUpWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpWireframe.swift; sourceTree = ""; }; + 7EDBFBD224B2C5DA00AD5D4D /* RedeemCashPickUpWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpWireframeInput.swift; sourceTree = ""; }; + 7EDBFBD524B2C5DA00AD5D4D /* RedeemCashPickUpViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpViewInterface.swift; sourceTree = ""; }; + 7EDBFBD624B2C5DA00AD5D4D /* RedeemCashPickUp.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = RedeemCashPickUp.storyboard; sourceTree = ""; }; + 7EDBFBD724B2C5DA00AD5D4D /* RedeemCashPickUpViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RedeemCashPickUpViewController.swift; sourceTree = ""; }; + 7EDBFBE524B2E23700AD5D4D /* InboundReceiptViewInterface.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InboundReceiptViewInterface.swift; sourceTree = ""; }; + 7EDBFBEB24B3031A00AD5D4D /* WithdrawFromWalletModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletModuleInterface.swift; sourceTree = ""; }; + 7EDBFBEE24B3031A00AD5D4D /* WithdrawFromWalletServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletServiceType.swift; sourceTree = ""; }; + 7EDBFBEF24B3031A00AD5D4D /* WithdrawFromWalletService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletService.swift; sourceTree = ""; }; + 7EDBFBF124B3031A00AD5D4D /* WithdrawFromWalletInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletInteractorIO.swift; sourceTree = ""; }; + 7EDBFBF224B3031A00AD5D4D /* WithdrawFromWalletInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletInteractor.swift; sourceTree = ""; }; + 7EDBFBF524B3031B00AD5D4D /* WithdrawFromWalletPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletPresenter.swift; sourceTree = ""; }; + 7EDBFBF724B3031B00AD5D4D /* WithdrawFromWalletWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletWireframe.swift; sourceTree = ""; }; + 7EDBFBF824B3031B00AD5D4D /* WithdrawFromWalletWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletWireframeInput.swift; sourceTree = ""; }; + 7EDBFBFB24B3031B00AD5D4D /* WithdrawFromWalletViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletViewInterface.swift; sourceTree = ""; }; + 7EDBFBFC24B3031B00AD5D4D /* WithdrawFromWalletViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletViewController.swift; sourceTree = ""; }; + 7EDBFBFD24B3031B00AD5D4D /* WithdrawFromWallet.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = WithdrawFromWallet.storyboard; sourceTree = ""; }; + 7EDBFC0924B307F100AD5D4D /* WithdrawInformation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WithdrawInformation.swift; sourceTree = ""; }; + 7EDBFC1024B3098700AD5D4D /* WithdrawFromWalletDetailModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailModuleInterface.swift; sourceTree = ""; }; + 7EDBFC1324B3098700AD5D4D /* WithdrawFromWalletDetailServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailServiceType.swift; sourceTree = ""; }; + 7EDBFC1424B3098700AD5D4D /* WithdrawFromWalletDetailService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailService.swift; sourceTree = ""; }; + 7EDBFC1624B3098700AD5D4D /* WithdrawFromWalletDetailInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailInteractor.swift; sourceTree = ""; }; + 7EDBFC1724B3098700AD5D4D /* WithdrawFromWalletDetailInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailInteractorIO.swift; sourceTree = ""; }; + 7EDBFC1A24B3098700AD5D4D /* WithdrawFromWalletDetailPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailPresenter.swift; sourceTree = ""; }; + 7EDBFC1C24B3098700AD5D4D /* WithdrawFromWalletDetailWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailWireframe.swift; sourceTree = ""; }; + 7EDBFC1D24B3098700AD5D4D /* WithdrawFromWalletDetailWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailWireframeInput.swift; sourceTree = ""; }; + 7EDBFC1F24B3098700AD5D4D /* WithdrawFromWalletDetailViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailViewController.swift; sourceTree = ""; }; + 7EDBFC2124B3098700AD5D4D /* WithdrawFromWalletDetail.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = WithdrawFromWalletDetail.storyboard; sourceTree = ""; }; + 7EDBFC2224B3098700AD5D4D /* WithdrawFromWalletDetailViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WithdrawFromWalletDetailViewInterface.swift; sourceTree = ""; }; + 834CF738D8A5B7292E373A1F /* Pods_GMERemittanceUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GMERemittanceUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 892F9E78243DB0F200D9D88C /* ShowAPIService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIService.swift; sourceTree = ""; }; + 892F9E79243DB0F200D9D88C /* ShowAPIServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIServiceType.swift; sourceTree = ""; }; + 892F9E7B243DB0F200D9D88C /* ShowAPIInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIInteractorIO.swift; sourceTree = ""; }; + 892F9E7C243DB0F200D9D88C /* ShowAPIInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIInteractor.swift; sourceTree = ""; }; + 892F9E7F243DB0F200D9D88C /* ShowAPIPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIPresenter.swift; sourceTree = ""; }; + 892F9E81243DB0F200D9D88C /* ShowAPIWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIWireframe.swift; sourceTree = ""; }; + 892F9E82243DB0F200D9D88C /* ShowAPIWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIWireframeInput.swift; sourceTree = ""; }; + 892F9E84243DB0F200D9D88C /* ShowAPIViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShowAPIViewController.swift; sourceTree = ""; }; + 892F9E85243DB0F200D9D88C /* ShowAPI.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ShowAPI.storyboard; sourceTree = ""; }; + 892F9E8F243DB42D00D9D88C /* ShowAPITableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShowAPITableViewCell.swift; sourceTree = ""; }; + 89739D9724459A610016251B /* SendMoneyParentModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentModuleInterface.swift; sourceTree = ""; }; + 89739D9A24459A610016251B /* SendMoneyParentServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentServiceType.swift; sourceTree = ""; }; + 89739D9B24459A610016251B /* SendMoneyParentService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentService.swift; sourceTree = ""; }; + 89739D9D24459A610016251B /* SendMoneyParentInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentInteractor.swift; sourceTree = ""; }; + 89739D9E24459A610016251B /* SendMoneyParentInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentInteractorIO.swift; sourceTree = ""; }; + 89739DA124459A610016251B /* SendMoneyParentPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentPresenter.swift; sourceTree = ""; }; + 89739DA324459A610016251B /* SendMoneyParentWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentWireframe.swift; sourceTree = ""; }; + 89739DA424459A610016251B /* SendMoneyParentWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentWireframeInput.swift; sourceTree = ""; }; + 89739DA724459A610016251B /* SenMoneyPaymentModeRecipientViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SenMoneyPaymentModeRecipientViewModel.swift; sourceTree = ""; }; + 89739DA824459A610016251B /* SendMoneyParentViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentViewInterface.swift; sourceTree = ""; }; + 89739DA924459A610016251B /* SendMoneyParent.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SendMoneyParent.storyboard; sourceTree = ""; }; + 89739DAA24459A610016251B /* SendMoneyParentViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyParentViewController.swift; sourceTree = ""; }; + 89739DAD24459A610016251B /* SendMoneyReceiptModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptModuleInterface.swift; sourceTree = ""; }; + 89739DB024459A610016251B /* SendMoneyReceiptService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptService.swift; sourceTree = ""; }; + 89739DB124459A610016251B /* SendMoneyReceiptServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptServiceType.swift; sourceTree = ""; }; + 89739DB324459A610016251B /* SendMoneyReceiptInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptInteractor.swift; sourceTree = ""; }; + 89739DB424459A610016251B /* SendMoneyReceiptInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptInteractorIO.swift; sourceTree = ""; }; + 89739DB724459A610016251B /* SendMoneyReceiptPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptPresenter.swift; sourceTree = ""; }; + 89739DB924459A610016251B /* SendMoneyReceiptWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptWireframe.swift; sourceTree = ""; }; + 89739DBA24459A610016251B /* SendMoneyReceiptWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptWireframeInput.swift; sourceTree = ""; }; + 89739DBC24459A610016251B /* SendMoneyReceiptViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptViewInterface.swift; sourceTree = ""; }; + 89739DBD24459A610016251B /* SendMoneyReceiptViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyReceiptViewController.swift; sourceTree = ""; }; + 89739DBE24459A610016251B /* SendMoneyReceipt.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SendMoneyReceipt.storyboard; sourceTree = ""; }; + 89739DC124459A620016251B /* SendMoneyExchangeRateModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateModuleInterface.swift; sourceTree = ""; }; + 89739DC724459A620016251B /* SendMoneyExchangeRateServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateServiceType.swift; sourceTree = ""; }; + 89739DC824459A620016251B /* SendMoneyExchangeRateService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateService.swift; sourceTree = ""; }; + 89739DCA24459A620016251B /* SendMoneyExchangeRateInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateInteractorIO.swift; sourceTree = ""; }; + 89739DCB24459A620016251B /* SendMoneyExchangeRateInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateInteractor.swift; sourceTree = ""; }; + 89739DCE24459A620016251B /* SendMoneyExchangeRatePresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRatePresenter.swift; sourceTree = ""; }; + 89739DD024459A620016251B /* SendMoneyExchangeRateWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateWireframeInput.swift; sourceTree = ""; }; + 89739DD124459A620016251B /* SendMoneyExchangeRateWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateWireframe.swift; sourceTree = ""; }; + 89739DD324459A620016251B /* SendMoneyExchangeRateViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateViewController.swift; sourceTree = ""; }; + 89739DD424459A620016251B /* SendMoneyExchangeRateViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRateViewInterface.swift; sourceTree = ""; }; + 89739DD524459A620016251B /* SendMoneyExchangeRate.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SendMoneyExchangeRate.storyboard; sourceTree = ""; }; + 89739DEE24459A620016251B /* SendMoneyVerificationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationModuleInterface.swift; sourceTree = ""; }; + 89739DF124459A620016251B /* SendMoneyVerificationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationServiceType.swift; sourceTree = ""; }; + 89739DF224459A620016251B /* SendMoneyVerificationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationService.swift; sourceTree = ""; }; + 89739DF424459A620016251B /* SendMoneyVerificationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationInteractorIO.swift; sourceTree = ""; }; + 89739DF524459A620016251B /* SendMoneyVerificationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationInteractor.swift; sourceTree = ""; }; + 89739DF824459A620016251B /* SendMoneyVerificationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationPresenter.swift; sourceTree = ""; }; + 89739DFA24459A620016251B /* SendMoneyVerificationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationWireframe.swift; sourceTree = ""; }; + 89739DFB24459A620016251B /* SendMoneyVerificationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationWireframeInput.swift; sourceTree = ""; }; + 89739DFD24459A620016251B /* SendMoneyVerification.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SendMoneyVerification.storyboard; sourceTree = ""; }; + 89739DFE24459A620016251B /* SendMoneyVerificationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationViewInterface.swift; sourceTree = ""; }; + 89739DFF24459A620016251B /* SendMoneyVerificationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SendMoneyVerificationViewController.swift; sourceTree = ""; }; + 89EA0CF3243EC0D1003ACCC8 /* Profile.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Profile.storyboard; sourceTree = ""; }; + 89EA0D0C243EC0D2003ACCC8 /* ProfileChangePasswordViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileChangePasswordViewController.swift; sourceTree = ""; }; + 89EA0D0D243EC0D2003ACCC8 /* ProfileViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ProfileViewController.swift; sourceTree = ""; }; + 89EA0D45243EC1C4003ACCC8 /* PersonalInformationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationModuleInterface.swift; sourceTree = ""; }; + 89EA0D48243EC1C4003ACCC8 /* PersonalInformationModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationModel.swift; sourceTree = ""; }; + 89EA0D49243EC1C4003ACCC8 /* CityModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CityModel.swift; sourceTree = ""; }; + 89EA0D4A243EC1C4003ACCC8 /* PersonalInformationContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationContainer.swift; sourceTree = ""; }; + 89EA0D4C243EC1C4003ACCC8 /* PersonalInformationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationService.swift; sourceTree = ""; }; + 89EA0D4D243EC1C4003ACCC8 /* PersonalInformationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationServiceType.swift; sourceTree = ""; }; + 89EA0D4F243EC1C4003ACCC8 /* PersonalInformationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationInteractorIO.swift; sourceTree = ""; }; + 89EA0D50243EC1C4003ACCC8 /* PersonalInformationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationInteractor.swift; sourceTree = ""; }; + 89EA0D53243EC1C4003ACCC8 /* PersonalInformationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationPresenter.swift; sourceTree = ""; }; + 89EA0D55243EC1C4003ACCC8 /* PersonalInformationWireframeInputOutput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationWireframeInputOutput.swift; sourceTree = ""; }; + 89EA0D56243EC1C4003ACCC8 /* PersonalInformationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationWireframe.swift; sourceTree = ""; }; + 89EA0D58243EC1C4003ACCC8 /* PersonalInformation.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PersonalInformation.storyboard; sourceTree = ""; }; + 89EA0D59243EC1C4003ACCC8 /* PersonalInformationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationViewInterface.swift; sourceTree = ""; }; + 89EA0D5A243EC1C4003ACCC8 /* PersonalInformationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PersonalInformationViewController.swift; sourceTree = ""; }; + 89EA0D5D243EC1C5003ACCC8 /* ChangePersonalInformationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationModuleInterface.swift; sourceTree = ""; }; + 89EA0D60243EC1C5003ACCC8 /* ChangePersonalInformationModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationModel.swift; sourceTree = ""; }; + 89EA0D61243EC1C5003ACCC8 /* ChangePersonalInformationContainer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationContainer.swift; sourceTree = ""; }; + 89EA0D63243EC1C5003ACCC8 /* ChangePersonalInformationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationService.swift; sourceTree = ""; }; + 89EA0D64243EC1C5003ACCC8 /* ChangePersonalInformationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationServiceType.swift; sourceTree = ""; }; + 89EA0D66243EC1C5003ACCC8 /* ChangePersonalInformationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationInteractor.swift; sourceTree = ""; }; + 89EA0D67243EC1C5003ACCC8 /* ChangePersonalInformationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationInteractorIO.swift; sourceTree = ""; }; + 89EA0D6A243EC1C5003ACCC8 /* ChangePersonalInformationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationPresenter.swift; sourceTree = ""; }; + 89EA0D6C243EC1C5003ACCC8 /* ChangePersonalInformationWireframeInputOutput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationWireframeInputOutput.swift; sourceTree = ""; }; + 89EA0D6D243EC1C5003ACCC8 /* ChangePersonalInformationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationWireframe.swift; sourceTree = ""; }; + 89EA0D6F243EC1C5003ACCC8 /* ChangePersonalInformation.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ChangePersonalInformation.storyboard; sourceTree = ""; }; + 89EA0D70243EC1C5003ACCC8 /* ChangePersonalInformationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationViewInterface.swift; sourceTree = ""; }; + 89EA0D71243EC1C5003ACCC8 /* ChangePersonalInformationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChangePersonalInformationViewController.swift; sourceTree = ""; }; + 9F983C0B2024883D001DCB3F /* UIColor+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Ext.swift"; sourceTree = ""; }; + 9FA00FBD1FEE69AF0049753E /* UIView+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+Ext.swift"; sourceTree = ""; }; + 9FD260F41FD00458007A511D /* JME Remit.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "JME Remit.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 9FD260F71FD00458007A511D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 9FD260FC1FD00458007A511D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 9FD260FE1FD00458007A511D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 9FD261011FD00458007A511D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 9FD261031FD00458007A511D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9FD261081FD00458007A511D /* GMERemittanceTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GMERemittanceTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9FD2610E1FD00458007A511D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9FD261131FD00458007A511D /* GMERemittanceUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GMERemittanceUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9FD261171FD00458007A511D /* GME RemitUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "GME RemitUITests.swift"; sourceTree = ""; }; + 9FD261191FD00458007A511D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + A122A469B588D608F544863C /* Pods-GMERemittanceTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GMERemittanceTests.debug.xcconfig"; path = "Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests.debug.xcconfig"; sourceTree = ""; }; + BE4B1C96227C926700E923E8 /* NSError+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSError+Ext.swift"; sourceTree = ""; }; + BEC9AFE9224FC49C00A2DA06 /* BiometricAuthenticationModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationModuleInterface.swift; sourceTree = ""; }; + BEC9AFEC224FC49C00A2DA06 /* BiometricAuthenticationService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationService.swift; sourceTree = ""; }; + BEC9AFED224FC49C00A2DA06 /* BiometricAuthenticationServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationServiceType.swift; sourceTree = ""; }; + BEC9AFEF224FC49C00A2DA06 /* BiometricAuthenticationInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationInteractorIO.swift; sourceTree = ""; }; + BEC9AFF0224FC49C00A2DA06 /* BiometricAuthenticationInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationInteractor.swift; sourceTree = ""; }; + BEC9AFF3224FC49C00A2DA06 /* BiometricAuthenticationPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationPresenter.swift; sourceTree = ""; }; + BEC9AFF5224FC49C00A2DA06 /* BiometricAuthenticationWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationWireframe.swift; sourceTree = ""; }; + BEC9AFF6224FC49C00A2DA06 /* BiometricAuthenticationWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationWireframeInput.swift; sourceTree = ""; }; + BEC9AFF9224FC49C00A2DA06 /* BiometricAuthenticationViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationViewInterface.swift; sourceTree = ""; }; + BEC9AFFA224FC49C00A2DA06 /* BiometricAuthenticationViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BiometricAuthenticationViewController.swift; sourceTree = ""; }; + BEC9AFFB224FC49C00A2DA06 /* BiometricAuthentication.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = BiometricAuthentication.storyboard; sourceTree = ""; }; + D9030ABA2138DDD900A1BCA0 /* SendMoneyExchangeRate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMoneyExchangeRate.swift; sourceTree = ""; }; + D9030ABC2139113A00A1BCA0 /* SendMoneyAccountValidationRequestModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMoneyAccountValidationRequestModel.swift; sourceTree = ""; }; + D9031129214786EA00AD5BA9 /* ForgotPasswordModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordModuleInterface.swift; sourceTree = ""; }; + D903112C214786EA00AD5BA9 /* ForgotPasswordServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordServiceType.swift; sourceTree = ""; }; + D903112D214786EA00AD5BA9 /* ForgotPasswordService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordService.swift; sourceTree = ""; }; + D903112F214786EA00AD5BA9 /* ForgotPasswordInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordInteractor.swift; sourceTree = ""; }; + D9031130214786EA00AD5BA9 /* ForgotPasswordInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordInteractorIO.swift; sourceTree = ""; }; + D9031133214786EA00AD5BA9 /* ForgotPasswordPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordPresenter.swift; sourceTree = ""; }; + D9031135214786EA00AD5BA9 /* ForgotPasswordWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordWireframe.swift; sourceTree = ""; }; + D9031136214786EA00AD5BA9 /* ForgotPasswordWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordWireframeInput.swift; sourceTree = ""; }; + D9031139214786EA00AD5BA9 /* ForgotPassword.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ForgotPassword.storyboard; sourceTree = ""; }; + D903113A214786EA00AD5BA9 /* ForgotPasswordViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordViewController.swift; sourceTree = ""; }; + D903113B214786EA00AD5BA9 /* ForgotPasswordViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ForgotPasswordViewInterface.swift; sourceTree = ""; }; + D90D55B021326DA800EEEE04 /* ReciepientEx.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReciepientEx.swift; sourceTree = ""; }; + D90D55D62132846000EEEE04 /* SendMoneyCountryModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMoneyCountryModel.swift; sourceTree = ""; }; + D923EBB8215C7421008A3026 /* HomeCollectionCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCollectionCollectionViewCell.swift; sourceTree = ""; }; + D923EBBA215C7E67008A3026 /* HomeCollectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCollectionModel.swift; sourceTree = ""; }; + D92B80142140C3CB00A25B26 /* MainModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainModuleInterface.swift; sourceTree = ""; }; + D92B80172140C3CB00A25B26 /* MainService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainService.swift; sourceTree = ""; }; + D92B80182140C3CB00A25B26 /* MainServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainServiceType.swift; sourceTree = ""; }; + D92B801A2140C3CB00A25B26 /* MainInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainInteractor.swift; sourceTree = ""; }; + D92B801B2140C3CB00A25B26 /* MainInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainInteractorIO.swift; sourceTree = ""; }; + D92B801E2140C3CB00A25B26 /* MainPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainPresenter.swift; sourceTree = ""; }; + D92B80202140C3CB00A25B26 /* MainWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainWireframeInput.swift; sourceTree = ""; }; + D92B80212140C3CB00A25B26 /* MainWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainWireframe.swift; sourceTree = ""; }; + D92B80232140C3CB00A25B26 /* MainViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewInterface.swift; sourceTree = ""; }; + D92B80242140C3CB00A25B26 /* MainViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = ""; }; + D92C24A621477EA600F6876F /* ResponseMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResponseMessage.swift; sourceTree = ""; }; + D94173B2214B40ED00D04BE5 /* KycModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KycModel.swift; sourceTree = ""; }; + D945F128213E4A9D00A24824 /* SendMoneyReciept.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMoneyReciept.swift; sourceTree = ""; }; + D946718221426DFB003924DB /* LoginModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginModuleInterface.swift; sourceTree = ""; }; + D946718521426DFB003924DB /* LoginService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginService.swift; sourceTree = ""; }; + D946718621426DFB003924DB /* LoginServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginServiceType.swift; sourceTree = ""; }; + D946718821426DFB003924DB /* LoginInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginInteractor.swift; sourceTree = ""; }; + D946718921426DFB003924DB /* LoginInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginInteractorIO.swift; sourceTree = ""; }; + D946718C21426DFB003924DB /* LoginPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginPresenter.swift; sourceTree = ""; }; + D946718E21426DFB003924DB /* LoginWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginWireframe.swift; sourceTree = ""; }; + D946718F21426DFB003924DB /* LoginWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginWireframeInput.swift; sourceTree = ""; }; + D946719221426DFB003924DB /* LoginViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginViewInterface.swift; sourceTree = ""; }; + D946719321426DFB003924DB /* Login.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Login.storyboard; sourceTree = ""; }; + D946719421426DFB003924DB /* LoginViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = ""; }; + D94838D421757F8C00FFC19E /* GME Remit.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "GME Remit.entitlements"; sourceTree = ""; }; + D950BEBE21549242008367A1 /* HomeModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeModuleInterface.swift; sourceTree = ""; }; + D950BEC121549242008367A1 /* HomeServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeServiceType.swift; sourceTree = ""; }; + D950BEC221549242008367A1 /* HomeService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeService.swift; sourceTree = ""; }; + D950BEC421549242008367A1 /* HomeInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeInteractorIO.swift; sourceTree = ""; }; + D950BEC521549242008367A1 /* HomeInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeInteractor.swift; sourceTree = ""; }; + D950BEC821549242008367A1 /* HomePresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomePresenter.swift; sourceTree = ""; }; + D950BECA21549242008367A1 /* HomeWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeWireframeInput.swift; sourceTree = ""; }; + D950BECB21549242008367A1 /* HomeWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeWireframe.swift; sourceTree = ""; }; + D950BECE21549242008367A1 /* Home.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Home.storyboard; sourceTree = ""; }; + D950BECF21549242008367A1 /* HomeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = ""; }; + D950BED021549242008367A1 /* HomeViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeViewInterface.swift; sourceTree = ""; }; + D950BEDD215496F6008367A1 /* HomeRemainingLimitTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeRemainingLimitTableViewCell.swift; sourceTree = ""; }; + D9535CCB2150C14700EDFCD2 /* KYCResponseModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KYCResponseModel.swift; sourceTree = ""; }; + D957DC6B213D05E700FA812D /* SendMoneySubmitResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMoneySubmitResponse.swift; sourceTree = ""; }; + D95B5E2621311056000C0B33 /* GmeContactsModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsModuleInterface.swift; sourceTree = ""; }; + D95B5E2921311056000C0B33 /* GmeContactsService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsService.swift; sourceTree = ""; }; + D95B5E2A21311056000C0B33 /* GmeContactsServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsServiceType.swift; sourceTree = ""; }; + D95B5E2C21311056000C0B33 /* GmeContactsInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsInteractor.swift; sourceTree = ""; }; + D95B5E2D21311056000C0B33 /* GmeContactsInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsInteractorIO.swift; sourceTree = ""; }; + D95B5E3021311056000C0B33 /* GmeContactsPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsPresenter.swift; sourceTree = ""; }; + D95B5E3221311056000C0B33 /* GmeContactsWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsWireframeInput.swift; sourceTree = ""; }; + D95B5E3321311056000C0B33 /* GmeContactsWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsWireframe.swift; sourceTree = ""; }; + D95B5E3521311056000C0B33 /* GmeContactsViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsViewInterface.swift; sourceTree = ""; }; + D95B5E3721311056000C0B33 /* GmeContacts.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = GmeContacts.storyboard; sourceTree = ""; }; + D95B5E3821311056000C0B33 /* GmeContactsViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsViewController.swift; sourceTree = ""; }; + D95B5E4621314A3B000C0B33 /* GmeContactsTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GmeContactsTableViewCell.swift; sourceTree = ""; }; + D95B5E4821314D31000C0B33 /* GmeContacts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GmeContacts.swift; sourceTree = ""; }; + D95B5E4A21315C57000C0B33 /* EmptyTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyTableViewCell.swift; sourceTree = ""; }; + D95B7042213F9A2C0053CC3D /* CALayer+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CALayer+Ext.swift"; sourceTree = ""; }; + D95B7045213FB5F00053CC3D /* WebLinksViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebLinksViewController.swift; sourceTree = ""; }; + D95B7046213FB5F00053CC3D /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Storyboard.storyboard; sourceTree = ""; }; + D962230B212BD7A100B7A115 /* Array+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+Ext.swift"; sourceTree = ""; }; + D962231D212C126500B7A115 /* ExchangeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExchangeModel.swift; sourceTree = ""; }; + D96848C6212D3A7400EF12B1 /* DataRequest+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DataRequest+Ext.swift"; sourceTree = ""; }; + D96848C8212D3AEB00EF12B1 /* JSON+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "JSON+Ext.swift"; sourceTree = ""; }; + D96848CB212D3F2300EF12B1 /* ExchangeRateApiService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExchangeRateApiService.swift; sourceTree = ""; }; + D96848CD212D419400EF12B1 /* ApiServiceType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApiServiceType.swift; sourceTree = ""; }; + D9692A1A221396AF00795EBC /* Setting.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Setting.storyboard; sourceTree = ""; }; + D96A4FBB2146079600CFD507 /* AppConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppConstants.swift; sourceTree = ""; }; + D96A4FC121460B4900CFD507 /* SplashScreenModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenModuleInterface.swift; sourceTree = ""; }; + D96A4FC421460B4900CFD507 /* SplashScreenService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenService.swift; sourceTree = ""; }; + D96A4FC521460B4900CFD507 /* SplashScreenServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenServiceType.swift; sourceTree = ""; }; + D96A4FC721460B4900CFD507 /* SplashScreenInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenInteractor.swift; sourceTree = ""; }; + D96A4FC821460B4900CFD507 /* SplashScreenInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenInteractorIO.swift; sourceTree = ""; }; + D96A4FCB21460B4900CFD507 /* SplashScreenPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenPresenter.swift; sourceTree = ""; }; + D96A4FCD21460B4900CFD507 /* SplashScreenWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenWireframe.swift; sourceTree = ""; }; + D96A4FCE21460B4900CFD507 /* SplashScreenWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenWireframeInput.swift; sourceTree = ""; }; + D96A4FD121460B4900CFD507 /* SplashScreenViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenViewInterface.swift; sourceTree = ""; }; + D96A4FD221460B4900CFD507 /* SplashScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = SplashScreen.storyboard; sourceTree = ""; }; + D96A4FD321460B4900CFD507 /* SplashScreenViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SplashScreenViewController.swift; sourceTree = ""; }; + D96A5001214668A000CFD507 /* RegisterRequestModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterRequestModel.swift; sourceTree = ""; }; + D96BD102216479E200DFE7D8 /* WalletStatementModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementModuleInterface.swift; sourceTree = ""; }; + D96BD105216479E200DFE7D8 /* WalletStatementServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementServiceType.swift; sourceTree = ""; }; + D96BD106216479E200DFE7D8 /* WalletStatementService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementService.swift; sourceTree = ""; }; + D96BD108216479E200DFE7D8 /* WalletStatementInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementInteractorIO.swift; sourceTree = ""; }; + D96BD109216479E200DFE7D8 /* WalletStatementInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementInteractor.swift; sourceTree = ""; }; + D96BD10C216479E200DFE7D8 /* WalletStatementPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementPresenter.swift; sourceTree = ""; }; + D96BD10E216479E200DFE7D8 /* WalletStatementWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementWireframe.swift; sourceTree = ""; }; + D96BD10F216479E200DFE7D8 /* WalletStatementWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementWireframeInput.swift; sourceTree = ""; }; + D96BD112216479E200DFE7D8 /* WalletStatement.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = WalletStatement.storyboard; sourceTree = ""; }; + D96BD113216479E200DFE7D8 /* WalletStatementViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementViewInterface.swift; sourceTree = ""; }; + D96BD114216479E200DFE7D8 /* WalletStatementViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WalletStatementViewController.swift; sourceTree = ""; }; + D96BD1202164828D00DFE7D8 /* WalletStatement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletStatement.swift; sourceTree = ""; }; + D96BD1222164870C00DFE7D8 /* DateFormatter+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DateFormatter+Ext.swift"; sourceTree = ""; }; + D96BD1252164875800DFE7D8 /* WalletStatementTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WalletStatementTableViewCell.swift; sourceTree = ""; }; + D9768C87213BAE92009E01BC /* User.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = User.swift; sourceTree = ""; }; + D977858A215DC55E00754079 /* TransactionHistoryModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryModuleInterface.swift; sourceTree = ""; }; + D977858D215DC55E00754079 /* TransactionHistoryService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryService.swift; sourceTree = ""; }; + D977858E215DC55E00754079 /* TransactionHistoryServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryServiceType.swift; sourceTree = ""; }; + D9778590215DC55E00754079 /* TransactionHistoryInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryInteractorIO.swift; sourceTree = ""; }; + D9778591215DC55E00754079 /* TransactionHistoryInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryInteractor.swift; sourceTree = ""; }; + D9778594215DC55E00754079 /* TransactionHistoryPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryPresenter.swift; sourceTree = ""; }; + D9778596215DC55E00754079 /* TransactionHistoryWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryWireframeInput.swift; sourceTree = ""; }; + D9778597215DC55E00754079 /* TransactionHistoryWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryWireframe.swift; sourceTree = ""; }; + D977859A215DC55E00754079 /* TransactionHistory.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = TransactionHistory.storyboard; sourceTree = ""; }; + D977859B215DC55E00754079 /* TransactionHistoryViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryViewController.swift; sourceTree = ""; }; + D977859C215DC55E00754079 /* TransactionHistoryViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TransactionHistoryViewInterface.swift; sourceTree = ""; }; + D97785A9215DD04400754079 /* TransactionHistoryTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransactionHistoryTableViewCell.swift; sourceTree = ""; }; + D97785AB215DD23400754079 /* TransactionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransactionModel.swift; sourceTree = ""; }; + D97D58D62240D34900EFB27E /* ResendDetail.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResendDetail.swift; sourceTree = ""; }; + D99B6A4C22040E440096C1D6 /* LocalAuthentication.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LocalAuthentication.framework; path = System/Library/Frameworks/LocalAuthentication.framework; sourceTree = SDKROOT; }; + D99D72A9212D595B00601F48 /* CountryInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountryInfo.swift; sourceTree = ""; }; + D9AFE855215C7166005F3A25 /* HomeCollectionTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCollectionTableViewCell.swift; sourceTree = ""; }; + D9B39675214F7DDC0072A9B8 /* ImageCroper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCroper.swift; sourceTree = ""; }; + D9B39676214F7DDC0072A9B8 /* MultiMediaManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiMediaManager.swift; sourceTree = ""; }; + D9B4143F2161AD2000A53D9D /* TransactionHistoryDatePicker.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = TransactionHistoryDatePicker.storyboard; sourceTree = ""; }; + D9B414412161AE2800A53D9D /* DatePickerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatePickerViewController.swift; sourceTree = ""; }; + D9B7ADDD2130048E009B0564 /* ExchangeRatesModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesModuleInterface.swift; sourceTree = ""; }; + D9B7ADE02130048E009B0564 /* ExchangeRatesService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesService.swift; sourceTree = ""; }; + D9B7ADE12130048E009B0564 /* ExchangeRatesServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesServiceType.swift; sourceTree = ""; }; + D9B7ADE32130048E009B0564 /* ExchangeRatesInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesInteractorIO.swift; sourceTree = ""; }; + D9B7ADE42130048E009B0564 /* ExchangeRatesInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesInteractor.swift; sourceTree = ""; }; + D9B7ADE72130048E009B0564 /* ExchangeRatesPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesPresenter.swift; sourceTree = ""; }; + D9B7ADE92130048E009B0564 /* ExchangeRatesWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesWireframeInput.swift; sourceTree = ""; }; + D9B7ADEA2130048E009B0564 /* ExchangeRatesWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesWireframe.swift; sourceTree = ""; }; + D9B7ADED2130048E009B0564 /* ExchangeRatesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesViewController.swift; sourceTree = ""; }; + D9B7ADEE2130048E009B0564 /* ExchangeRates.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ExchangeRates.storyboard; sourceTree = ""; }; + D9B7ADEF2130048E009B0564 /* ExchangeRatesViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExchangeRatesViewInterface.swift; sourceTree = ""; }; + D9B7ADFC2130073A009B0564 /* WireframeInput.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WireframeInput.swift; sourceTree = ""; }; + D9D2242A22407EBA00C7313D /* ResendListModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ResendListModel.swift; sourceTree = ""; }; + D9DAFE26213530A800483E71 /* PaymentModeRecipientViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaymentModeRecipientViewModel.swift; sourceTree = ""; }; + D9DAFE2821353D6C00483E71 /* SendMoneyPaymentModeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SendMoneyPaymentModeModel.swift; sourceTree = ""; }; + D9DC105F216314BC008F3C51 /* SideMenu.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = SideMenu.storyboard; sourceTree = ""; }; + D9DC106521639077008F3C51 /* MessageComposeModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeModuleInterface.swift; sourceTree = ""; }; + D9DC106821639077008F3C51 /* MessageComposeServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeServiceType.swift; sourceTree = ""; }; + D9DC106921639077008F3C51 /* MessageComposeService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeService.swift; sourceTree = ""; }; + D9DC106B21639077008F3C51 /* MessageComposeInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeInteractorIO.swift; sourceTree = ""; }; + D9DC106C21639077008F3C51 /* MessageComposeInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeInteractor.swift; sourceTree = ""; }; + D9DC106F21639077008F3C51 /* MessageComposePresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposePresenter.swift; sourceTree = ""; }; + D9DC107121639077008F3C51 /* MessageComposeWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeWireframeInput.swift; sourceTree = ""; }; + D9DC107221639077008F3C51 /* MessageComposeWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeWireframe.swift; sourceTree = ""; }; + D9DC107521639077008F3C51 /* MessageComposeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeViewController.swift; sourceTree = ""; }; + D9DC107621639077008F3C51 /* MessageComposeViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageComposeViewInterface.swift; sourceTree = ""; }; + D9DC107721639077008F3C51 /* MessageCompose.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = MessageCompose.storyboard; sourceTree = ""; }; + D9DC108321639E56008F3C51 /* SuccessMessage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SuccessMessage.swift; sourceTree = ""; }; + D9E57944212E938D00D47AC0 /* ExchangeRateDetailModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExchangeRateDetailModel.swift; sourceTree = ""; }; + EC2D9C202826C67600996921 /* SlipUpload.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = SlipUpload.storyboard; sourceTree = ""; }; + EC2D9C222826C68E00996921 /* SlipUploadViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SlipUploadViewController.swift; sourceTree = ""; }; + F1101393B519381AC79DA0A9 /* Pods-GMERemittanceUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-GMERemittanceUITests.debug.xcconfig"; path = "Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests.debug.xcconfig"; sourceTree = ""; }; + FAF65434A568194C42395975 /* Pods_GMERemittanceTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_GMERemittanceTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FF29296B212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExchangeRateCollectionViewCell.swift; sourceTree = ""; }; + FF6E7D7C21BF951D00A003B9 /* AppUpdateInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateInteractor.swift; sourceTree = ""; }; + FF6E7D7D21BF951D00A003B9 /* AppUpdateInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateInteractorIO.swift; sourceTree = ""; }; + FF6E7D7F21BF951D00A003B9 /* AppUpdateService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateService.swift; sourceTree = ""; }; + FF6E7D8021BF951D00A003B9 /* AppUpdateServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateServiceType.swift; sourceTree = ""; }; + FF6E7D8221BF951D00A003B9 /* AppUpdateModuleInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateModuleInterface.swift; sourceTree = ""; }; + FF6E7D8521BF951D00A003B9 /* AppUpdatePresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdatePresenter.swift; sourceTree = ""; }; + FF6E7D8721BF951D00A003B9 /* AppUpdate.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = AppUpdate.storyboard; sourceTree = ""; }; + FF6E7D8821BF951D00A003B9 /* AppUpdateViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateViewController.swift; sourceTree = ""; }; + FF6E7D8921BF951D00A003B9 /* AppUpdateViewInterface.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateViewInterface.swift; sourceTree = ""; }; + FF6E7D8C21BF951D00A003B9 /* AppUpdateWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateWireframe.swift; sourceTree = ""; }; + FF6E7D8D21BF951D00A003B9 /* AppUpdateWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppUpdateWireframeInput.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 739F8177234ADA75003ABCF3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD260F11FD00458007A511D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + D99B6A4D22040E440096C1D6 /* LocalAuthentication.framework in Frameworks */, + CC9B671D5DDC9BB476C2775F /* Pods_GME_Remit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD261051FD00458007A511D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + A25AC5E8ABE8F4D673E0E23C /* Pods_GMERemittanceTests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD261101FD00458007A511D /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B28F83785E653C4FCC6E5788 /* Pods_GMERemittanceUITests.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 041A86A321D1F5050044C83C /* WkWebView */ = { + isa = PBXGroup; + children = ( + 041A86A121D1F4F60044C83C /* WKWebView.storyboard */, + 041A86A621D1F5590044C83C /* WkWebViewController.swift */, + ); + path = WkWebView; + sourceTree = ""; + }; + 042E6EFB203EAE3A004667A1 /* SideMenu */ = { + isa = PBXGroup; + children = ( + 042E6EFC203EAF95004667A1 /* SideMenuViewController.swift */, + 04498A712039416E00AC4D99 /* SettingViewController.swift */, + 04546C4020329A36007EFE15 /* AboutGMEViewController.swift */, + D9DC105F216314BC008F3C51 /* SideMenu.storyboard */, + D9692A1A221396AF00795EBC /* Setting.storyboard */, + ); + path = SideMenu; + sourceTree = ""; + }; + 0496B8511FE7DFDD0044810E /* Extensions */ = { + isa = PBXGroup; + children = ( + D962230B212BD7A100B7A115 /* Array+Ext.swift */, + D95B7042213F9A2C0053CC3D /* CALayer+Ext.swift */, + D96848C6212D3A7400EF12B1 /* DataRequest+Ext.swift */, + 73157BA622DC3F14009B836F /* Date+Ext.swift */, + D96BD1222164870C00DFE7D8 /* DateFormatter+Ext.swift */, + D96848C8212D3AEB00EF12B1 /* JSON+Ext.swift */, + BE4B1C96227C926700E923E8 /* NSError+Ext.swift */, + 73210DB022FBF4B000715D6C /* ObservableType+Ext.swift */, + 0496B84D1FE7DFCD0044810E /* String+Ext.swift */, + 73A6E1FF22CEE51600E9BC68 /* UIBarButtonItem+Ext.swift */, + 9F983C0B2024883D001DCB3F /* UIColor+Ext.swift */, + 738FD47F23038FDE008B144D /* UIFont+Ext.swift */, + 7388821822CDF20F00592960 /* UITextField+Ext.swift */, + 9FA00FBD1FEE69AF0049753E /* UIView+Ext.swift */, + 0496B84C1FE7DFCC0044810E /* UIViewController+Ext.swift */, + 736E3219230A3CC1005799AA /* UIDevice+Ext.swift */, + 73976D1F2331B4F4003CF5E1 /* UIImageView+Ext.swift */, + 73A2238E23399A9F00FD75C9 /* UIScrollView+Ext.swift */, + 738B3E4B233B56C6000EA5E5 /* UISearchBar+Ext.swift */, + 73341C8F238F4FE900394676 /* UILabel+Ext.swift */, + 733CC36423A208B90027DDF9 /* UIImage+Ext.swift */, + ); + path = Extensions; + sourceTree = ""; + }; + 3DE940CE478E7407EB7DE7CE /* Frameworks */ = { + isa = PBXGroup; + children = ( + D99B6A4C22040E440096C1D6 /* LocalAuthentication.framework */, + 754C503578F5B5FFF3758D6E /* Pods_GME_Remit.framework */, + FAF65434A568194C42395975 /* Pods_GMERemittanceTests.framework */, + 834CF738D8A5B7292E373A1F /* Pods_GMERemittanceUITests.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 40218EDF24D2AF810047FBF5 /* ExistingUserRegistration */ = { + isa = PBXGroup; + children = ( + 40218EE224D2B1940047FBF5 /* UserRegistration */, + 40B33A8E24CAF87A00AFE2AB /* UserAccessRequest */, + ); + path = ExistingUserRegistration; + sourceTree = ""; + }; + 40218EE224D2B1940047FBF5 /* UserRegistration */ = { + isa = PBXGroup; + children = ( + 40218EE324D2B1940047FBF5 /* Module Interface */, + 40218EE524D2B1940047FBF5 /* Application Logic */, + 40218EEC24D2B1940047FBF5 /* User Interface */, + ); + path = UserRegistration; + sourceTree = ""; + }; + 40218EE324D2B1940047FBF5 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 40218EE424D2B1940047FBF5 /* UserRegistrationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 40218EE524D2B1940047FBF5 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 40218EE624D2B1940047FBF5 /* Service */, + 40218EE924D2B1940047FBF5 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 40218EE624D2B1940047FBF5 /* Service */ = { + isa = PBXGroup; + children = ( + 40218EE724D2B1940047FBF5 /* UserRegistrationService.swift */, + 40218EE824D2B1940047FBF5 /* UserRegistrationServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 40218EE924D2B1940047FBF5 /* Interactor */ = { + isa = PBXGroup; + children = ( + 40218EEA24D2B1940047FBF5 /* UserRegistrationInteractorIO.swift */, + 40218EEB24D2B1940047FBF5 /* UserRegistrationInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 40218EEC24D2B1940047FBF5 /* User Interface */ = { + isa = PBXGroup; + children = ( + 40218EED24D2B1940047FBF5 /* Presenter */, + 40218EEF24D2B1940047FBF5 /* Wireframe */, + 40218EF224D2B1940047FBF5 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 40218EED24D2B1940047FBF5 /* Presenter */ = { + isa = PBXGroup; + children = ( + 40218EEE24D2B1940047FBF5 /* UserRegistrationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 40218EEF24D2B1940047FBF5 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 40218EF024D2B1940047FBF5 /* UserRegistrationWireframeInput.swift */, + 40218EF124D2B1940047FBF5 /* UserRegistrationWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 40218EF224D2B1940047FBF5 /* View */ = { + isa = PBXGroup; + children = ( + 40218EF324D2B1940047FBF5 /* ViewModels */, + 40218EF424D2B1940047FBF5 /* UserRegistrationViewController.swift */, + 40218EF524D2B1940047FBF5 /* UserRegistrationViewInterface.swift */, + 40218EF624D2B1940047FBF5 /* UserRegistration.storyboard */, + ); + path = View; + sourceTree = ""; + }; + 40218EF324D2B1940047FBF5 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 404654B624E6666E000E5BFB /* PINView */ = { + isa = PBXGroup; + children = ( + 404654B724E6666E000E5BFB /* PINKeyboardView.xib */, + 404654B824E6666E000E5BFB /* SRPINKeyboardView.swift */, + 404654B924E6666E000E5BFB /* PINComponents.swift */, + ); + path = PINView; + sourceTree = ""; + }; + 405718B424D932AD0022CDDE /* NewUserRegister */ = { + isa = PBXGroup; + children = ( + 405718B524D932AD0022CDDE /* Module Interface */, + 405718B724D932AD0022CDDE /* Application Logic */, + 405718BE24D932AD0022CDDE /* User Interface */, + ); + path = NewUserRegister; + sourceTree = ""; + }; + 405718B524D932AD0022CDDE /* Module Interface */ = { + isa = PBXGroup; + children = ( + 405718B624D932AD0022CDDE /* NewUserRegisterModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 405718B724D932AD0022CDDE /* Application Logic */ = { + isa = PBXGroup; + children = ( + 405718B824D932AD0022CDDE /* Service */, + 405718BB24D932AD0022CDDE /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 405718B824D932AD0022CDDE /* Service */ = { + isa = PBXGroup; + children = ( + 405718B924D932AD0022CDDE /* NewUserRegisterService.swift */, + 405718BA24D932AD0022CDDE /* NewUserRegisterServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 405718BB24D932AD0022CDDE /* Interactor */ = { + isa = PBXGroup; + children = ( + 405718BC24D932AD0022CDDE /* NewUserRegisterInteractorIO.swift */, + 405718BD24D932AD0022CDDE /* NewUserRegisterInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 405718BE24D932AD0022CDDE /* User Interface */ = { + isa = PBXGroup; + children = ( + 405718BF24D932AD0022CDDE /* Presenter */, + 405718C124D932AD0022CDDE /* Wireframe */, + 405718C424D932AD0022CDDE /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 405718BF24D932AD0022CDDE /* Presenter */ = { + isa = PBXGroup; + children = ( + 405718C024D932AD0022CDDE /* NewUserRegisterPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 405718C124D932AD0022CDDE /* Wireframe */ = { + isa = PBXGroup; + children = ( + 405718C224D932AD0022CDDE /* NewUserRegisterWireframe.swift */, + 405718C324D932AD0022CDDE /* NewUserRegisterWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 405718C424D932AD0022CDDE /* View */ = { + isa = PBXGroup; + children = ( + 405718C524D932AD0022CDDE /* ViewModels */, + 405718C624D932AD0022CDDE /* NewUserRegisterViewInterface.swift */, + 405718C724D932AD0022CDDE /* NewUserRegisterViewController.swift */, + 405718C824D932AD0022CDDE /* NewUserRegister.storyboard */, + ); + path = View; + sourceTree = ""; + }; + 405718C524D932AD0022CDDE /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 405718D624D93EB40022CDDE /* VerifyIDNumber */ = { + isa = PBXGroup; + children = ( + 405718D724D93EB40022CDDE /* Module Interface */, + 405718D924D93EB40022CDDE /* Application Logic */, + 405718E024D93EB40022CDDE /* User Interface */, + ); + path = VerifyIDNumber; + sourceTree = ""; + }; + 405718D724D93EB40022CDDE /* Module Interface */ = { + isa = PBXGroup; + children = ( + 405718D824D93EB40022CDDE /* VerifyIDNumberModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 405718D924D93EB40022CDDE /* Application Logic */ = { + isa = PBXGroup; + children = ( + 405718DA24D93EB40022CDDE /* Service */, + 405718DD24D93EB40022CDDE /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 405718DA24D93EB40022CDDE /* Service */ = { + isa = PBXGroup; + children = ( + 405718DB24D93EB40022CDDE /* VerifyIDNumberServiceType.swift */, + 405718DC24D93EB40022CDDE /* VerifyIDNumberService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 405718DD24D93EB40022CDDE /* Interactor */ = { + isa = PBXGroup; + children = ( + 405718DE24D93EB40022CDDE /* VerifyIDNumberInteractorIO.swift */, + 405718DF24D93EB40022CDDE /* VerifyIDNumberInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 405718E024D93EB40022CDDE /* User Interface */ = { + isa = PBXGroup; + children = ( + 405718E124D93EB40022CDDE /* Presenter */, + 405718E324D93EB40022CDDE /* Wireframe */, + 405718E624D93EB40022CDDE /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 405718E124D93EB40022CDDE /* Presenter */ = { + isa = PBXGroup; + children = ( + 405718E224D93EB40022CDDE /* VerifyIDNumberPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 405718E324D93EB40022CDDE /* Wireframe */ = { + isa = PBXGroup; + children = ( + 405718E424D93EB40022CDDE /* VerifyIDNumberWireframe.swift */, + 405718E524D93EB40022CDDE /* VerifyIDNumberWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 405718E624D93EB40022CDDE /* View */ = { + isa = PBXGroup; + children = ( + 405718E724D93EB40022CDDE /* ViewModels */, + 405718E824D93EB40022CDDE /* VerifyIDNumberViewController.swift */, + 405718E924D93EB40022CDDE /* VerifyIDNumberViewInterface.swift */, + 405718EA24D93EB40022CDDE /* VerifyIDNumber.storyboard */, + ); + path = View; + sourceTree = ""; + }; + 405718E724D93EB40022CDDE /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 405AA15D2541DB6A00508420 /* MultiLanguages */ = { + isa = PBXGroup; + children = ( + 405AA15E2541DB6A00508420 /* Localizable.strings */, + ); + path = MultiLanguages; + sourceTree = ""; + }; + 4060B95C24DBBA0200E90F8C /* KYCVerifyStep1 */ = { + isa = PBXGroup; + children = ( + 4060B95F24DBBA0200E90F8C /* Application Logic */, + 4060B96624DBBA0200E90F8C /* User Interface */, + ); + path = KYCVerifyStep1; + sourceTree = ""; + }; + 4060B95F24DBBA0200E90F8C /* Application Logic */ = { + isa = PBXGroup; + children = ( + 4060B96D24DBBA0200E90F8C /* Model */, + 4060B96024DBBA0200E90F8C /* Service */, + 4060B96324DBBA0200E90F8C /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 4060B96024DBBA0200E90F8C /* Service */ = { + isa = PBXGroup; + children = ( + 4060B96124DBBA0200E90F8C /* KYCVerifyStep1Service.swift */, + 4060B96224DBBA0200E90F8C /* KYCVerifyStep1ServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 4060B96324DBBA0200E90F8C /* Interactor */ = { + isa = PBXGroup; + children = ( + 4060B96424DBBA0200E90F8C /* KYCVerifyStep1Interactor.swift */, + 4060B96524DBBA0200E90F8C /* KYCVerifyStep1InteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 4060B96624DBBA0200E90F8C /* User Interface */ = { + isa = PBXGroup; + children = ( + 4060B96724DBBA0200E90F8C /* Presenter */, + 4060B96924DBBA0200E90F8C /* Wireframe */, + 4060B96C24DBBA0200E90F8C /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 4060B96724DBBA0200E90F8C /* Presenter */ = { + isa = PBXGroup; + children = ( + 4060B96824DBBA0200E90F8C /* KYCVerifyStep1Presenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 4060B96924DBBA0200E90F8C /* Wireframe */ = { + isa = PBXGroup; + children = ( + 4060B96A24DBBA0200E90F8C /* KYCVerifyStep1WireframeInput.swift */, + 4060B96B24DBBA0200E90F8C /* KYCVerifyStep1Wireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 4060B96C24DBBA0200E90F8C /* View */ = { + isa = PBXGroup; + children = ( + 4060B96E24DBBA0200E90F8C /* KYCVerifyStep1.storyboard */, + 4060B96F24DBBA0200E90F8C /* KYCVerifyStep1ViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 4060B96D24DBBA0200E90F8C /* Model */ = { + isa = PBXGroup; + children = ( + 405AA0EE2541B32B00508420 /* PropertyUtility.swift */, + 405AA0EC2541AD0400508420 /* KeyValue.swift */, + 4060B97E24DBD17600E90F8C /* KYCInfoModel.swift */, + 4060B98024DBD22C00E90F8C /* PersonalInfoModel.swift */, + 406F2D8024DBE28400EF31FB /* PictureInfoModel.swift */, + 406F2D8224DBE43400EF31FB /* KYCSaveInformation.swift */, + ); + path = Model; + sourceTree = ""; + }; + 40B33A8E24CAF87A00AFE2AB /* UserAccessRequest */ = { + isa = PBXGroup; + children = ( + 40B33A8F24CAF87A00AFE2AB /* Module Interface */, + 40B33A9124CAF87A00AFE2AB /* Application Logic */, + 40B33A9824CAF87A00AFE2AB /* User Interface */, + ); + path = UserAccessRequest; + sourceTree = ""; + }; + 40B33A8F24CAF87A00AFE2AB /* Module Interface */ = { + isa = PBXGroup; + children = ( + 40B33A9024CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 40B33A9124CAF87A00AFE2AB /* Application Logic */ = { + isa = PBXGroup; + children = ( + 40B33A9224CAF87A00AFE2AB /* Service */, + 40B33A9524CAF87A00AFE2AB /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 40B33A9224CAF87A00AFE2AB /* Service */ = { + isa = PBXGroup; + children = ( + 40B33A9324CAF87A00AFE2AB /* ExistingUserRegistrationServiceType.swift */, + 40B33A9424CAF87A00AFE2AB /* ExistingUserRegistrationService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 40B33A9524CAF87A00AFE2AB /* Interactor */ = { + isa = PBXGroup; + children = ( + 40B33A9624CAF87A00AFE2AB /* ExistingUserRegistrationInteractorIO.swift */, + 40B33A9724CAF87A00AFE2AB /* ExistingUserRegistrationInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 40B33A9824CAF87A00AFE2AB /* User Interface */ = { + isa = PBXGroup; + children = ( + 40B33A9924CAF87A00AFE2AB /* Presenter */, + 40B33A9B24CAF87A00AFE2AB /* Wireframe */, + 40B33A9E24CAF87A00AFE2AB /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 40B33A9924CAF87A00AFE2AB /* Presenter */ = { + isa = PBXGroup; + children = ( + 40B33A9A24CAF87A00AFE2AB /* ExistingUserRegistrationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 40B33A9B24CAF87A00AFE2AB /* Wireframe */ = { + isa = PBXGroup; + children = ( + 40B33A9C24CAF87A00AFE2AB /* ExistingUserRegistrationWireframeInput.swift */, + 40B33A9D24CAF87A00AFE2AB /* ExistingUserRegistrationWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 40B33A9E24CAF87A00AFE2AB /* View */ = { + isa = PBXGroup; + children = ( + 40B33A9F24CAF87A00AFE2AB /* ViewModels */, + 40B33AA024CAF87A00AFE2AB /* ExistingUserRegistrationViewController.swift */, + 40B33AA124CAF87A00AFE2AB /* ExistingUserRegistrationViewInterface.swift */, + 40B33AA224CAF87A00AFE2AB /* ExistingUserRegistration.storyboard */, + ); + path = View; + sourceTree = ""; + }; + 40B33A9F24CAF87A00AFE2AB /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 40B9B08B24EC4ED0002C258C /* ExistingUserKyc */ = { + isa = PBXGroup; + children = ( + 40B9B08E24EC4ED0002C258C /* Application Logic */, + 40B9B09524EC4ED0002C258C /* User Interface */, + ); + path = ExistingUserKyc; + sourceTree = ""; + }; + 40B9B08E24EC4ED0002C258C /* Application Logic */ = { + isa = PBXGroup; + children = ( + 40B9B08F24EC4ED0002C258C /* Service */, + 40B9B09224EC4ED0002C258C /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 40B9B08F24EC4ED0002C258C /* Service */ = { + isa = PBXGroup; + children = ( + 40B9B09024EC4ED0002C258C /* ExistingUserKycService.swift */, + 40B9B09124EC4ED0002C258C /* ExistingUserKycServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 40B9B09224EC4ED0002C258C /* Interactor */ = { + isa = PBXGroup; + children = ( + 40B9B09324EC4ED0002C258C /* ExistingUserKycInteractor.swift */, + 40B9B09424EC4ED0002C258C /* ExistingUserKycInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 40B9B09524EC4ED0002C258C /* User Interface */ = { + isa = PBXGroup; + children = ( + 40B9B09624EC4ED0002C258C /* Presenter */, + 40B9B09824EC4ED0002C258C /* Wireframe */, + 40B9B09B24EC4ED0002C258C /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 40B9B09624EC4ED0002C258C /* Presenter */ = { + isa = PBXGroup; + children = ( + 40B9B09724EC4ED0002C258C /* ExistingUserKycPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 40B9B09824EC4ED0002C258C /* Wireframe */ = { + isa = PBXGroup; + children = ( + 40B9B09924EC4ED0002C258C /* ExistingUserKycWireframe.swift */, + 40B9B09A24EC4ED0002C258C /* ExistingUserKycWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 40B9B09B24EC4ED0002C258C /* View */ = { + isa = PBXGroup; + children = ( + 40B9B09D24EC4ED0002C258C /* ExistingUserKyc.storyboard */, + 40B9B09F24EC4ED1002C258C /* ExistingUserKycViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 5565FF061FE275E0002934E9 /* SanFranciscoFont-master */ = { + isa = PBXGroup; + children = ( + 5565FF111FE275E0002934E9 /* README.md */, + 5565FF131FE275E0002934E9 /* SanFranciscoDisplay-Black.otf */, + 5565FF141FE275E0002934E9 /* SanFranciscoDisplay-Bold.otf */, + 5565FF071FE275E0002934E9 /* SanFranciscoDisplay-Heavy.otf */, + 5565FF0C1FE275E0002934E9 /* SanFranciscoDisplay-Light.otf */, + 5565FF1B1FE275E0002934E9 /* SanFranciscoDisplay-Medium.otf */, + 5565FF121FE275E0002934E9 /* SanFranciscoDisplay-Regular.otf */, + 5565FF1C1FE275E0002934E9 /* SanFranciscoDisplay-Semibold.otf */, + 5565FF191FE275E0002934E9 /* SanFranciscoDisplay-Thin.otf */, + 5565FF0A1FE275E0002934E9 /* SanFranciscoDisplay-Ultralight.otf */, + 5565FF0B1FE275E0002934E9 /* SanFranciscoText-Bold.otf */, + 5565FF0D1FE275E0002934E9 /* SanFranciscoText-BoldItalic.otf */, + 5565FF151FE275E0002934E9 /* SanFranciscoText-Heavy.otf */, + 5565FF0E1FE275E0002934E9 /* SanFranciscoText-HeavyItalic.otf */, + 5565FF1A1FE275E0002934E9 /* SanFranciscoText-Light.otf */, + 5565FF0F1FE275E0002934E9 /* SanFranciscoText-LightItalic.otf */, + 5565FF161FE275E0002934E9 /* SanFranciscoText-Medium.otf */, + 5565FF171FE275E0002934E9 /* SanFranciscoText-MediumItalic.otf */, + 5565FF091FE275E0002934E9 /* SanFranciscoText-Regular.otf */, + 5565FF081FE275E0002934E9 /* SanFranciscoText-RegularItalic.otf */, + 5565FF181FE275E0002934E9 /* SanFranciscoText-Semibold.otf */, + 5565FF101FE275E0002934E9 /* SanFranciscoText-SemiboldItalic.otf */, + ); + path = "SanFranciscoFont-master"; + sourceTree = ""; + }; + 7310ED54272EE0A200B5CEF8 /* PasswordConfirm */ = { + isa = PBXGroup; + children = ( + 73ECF3DD2736DF3200067CA7 /* PasswordConfirmViewController.swift */, + 736C417A273794600055C9E9 /* PasswordConfirmation.storyboard */, + ); + path = PasswordConfirm; + sourceTree = ""; + }; + 7312F6452281486200172BDD /* ConfirmAlert */ = { + isa = PBXGroup; + children = ( + 7312F6462281488C00172BDD /* ConfirmViewController.swift */, + 7312F6472281488C00172BDD /* ConfirmViewController.xib */, + ); + path = ConfirmAlert; + sourceTree = ""; + }; + 73138D9322B7509F001280D3 /* RegisterModules */ = { + isa = PBXGroup; + children = ( + 73551A4326E5B1290030B302 /* OtpVerification */, + 405718D624D93EB40022CDDE /* VerifyIDNumber */, + 405718B424D932AD0022CDDE /* NewUserRegister */, + 40218EDF24D2AF810047FBF5 /* ExistingUserRegistration */, + 73D168442398D6A000E3E01E /* UserAuthentication */, + ); + path = RegisterModules; + sourceTree = ""; + }; + 73138D9622B7511D001280D3 /* TransactionHistoryModules */ = { + isa = PBXGroup; + children = ( + 73AEFF592334A13100A967FB /* TransactionHistoryGroup */, + D9778588215DC55E00754079 /* TransactionHistory */, + D9DC106321639077008F3C51 /* MessageCompose */, + ); + path = TransactionHistoryModules; + sourceTree = ""; + }; + 73149F4E22E5AF8000D66B26 /* LauncherScreen */ = { + isa = PBXGroup; + children = ( + 73149F4F22E5AF8000D66B26 /* Module Interface */, + 73149F5122E5AF8000D66B26 /* Application Logic */, + 73149F5922E5AF8000D66B26 /* User Interface */, + ); + path = LauncherScreen; + sourceTree = ""; + }; + 73149F4F22E5AF8000D66B26 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73149F5022E5AF8000D66B26 /* LauncherScreenModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73149F5122E5AF8000D66B26 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73149F5222E5AF8000D66B26 /* Model */, + 73149F5322E5AF8000D66B26 /* Service */, + 73149F5622E5AF8000D66B26 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73149F5222E5AF8000D66B26 /* Model */ = { + isa = PBXGroup; + children = ( + ); + path = Model; + sourceTree = ""; + }; + 73149F5322E5AF8000D66B26 /* Service */ = { + isa = PBXGroup; + children = ( + 73149F5422E5AF8000D66B26 /* LauncherScreenServiceType.swift */, + 73149F5522E5AF8000D66B26 /* LauncherScreenService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73149F5622E5AF8000D66B26 /* Interactor */ = { + isa = PBXGroup; + children = ( + 73149F5722E5AF8000D66B26 /* LauncherScreenInteractorIO.swift */, + 73149F5822E5AF8000D66B26 /* LauncherScreenInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73149F5922E5AF8000D66B26 /* User Interface */ = { + isa = PBXGroup; + children = ( + 73149F5A22E5AF8000D66B26 /* Presenter */, + 73149F5C22E5AF8000D66B26 /* Wireframe */, + 73149F5F22E5AF8000D66B26 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73149F5A22E5AF8000D66B26 /* Presenter */ = { + isa = PBXGroup; + children = ( + 73149F5B22E5AF8000D66B26 /* LauncherScreenPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73149F5C22E5AF8000D66B26 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73149F5D22E5AF8000D66B26 /* LauncherScreenWireframeInput.swift */, + 73149F5E22E5AF8000D66B26 /* LauncherScreenWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73149F5F22E5AF8000D66B26 /* View */ = { + isa = PBXGroup; + children = ( + 73149F6022E5AF8000D66B26 /* LauncherScreen.storyboard */, + 73149F6122E5AF8000D66B26 /* LauncherScreenViewInterface.swift */, + 73149F6222E5AF8000D66B26 /* LauncherScreenViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 73157B8722DC1EEC009B836F /* PopupNotification */ = { + isa = PBXGroup; + children = ( + 73157B8822DC1EEC009B836F /* Module Interface */, + 73157B8A22DC1EEC009B836F /* Application Logic */, + 73157B9122DC1EEC009B836F /* User Interface */, + ); + path = PopupNotification; + sourceTree = ""; + }; + 73157B8822DC1EEC009B836F /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73157B8922DC1EEC009B836F /* PopupNotificationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73157B8A22DC1EEC009B836F /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73157B8B22DC1EEC009B836F /* Service */, + 73157B8E22DC1EEC009B836F /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73157B8B22DC1EEC009B836F /* Service */ = { + isa = PBXGroup; + children = ( + 73157B8C22DC1EEC009B836F /* PopupNotificationServiceType.swift */, + 73157B8D22DC1EEC009B836F /* PopupNotificationService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73157B8E22DC1EEC009B836F /* Interactor */ = { + isa = PBXGroup; + children = ( + 73157B8F22DC1EEC009B836F /* PopupNotificationInteractor.swift */, + 73157B9022DC1EEC009B836F /* PopupNotificationInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73157B9122DC1EEC009B836F /* User Interface */ = { + isa = PBXGroup; + children = ( + 73157B9222DC1EEC009B836F /* Presenter */, + 73157B9422DC1EEC009B836F /* Wireframe */, + 73157B9722DC1EEC009B836F /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73157B9222DC1EEC009B836F /* Presenter */ = { + isa = PBXGroup; + children = ( + 73157B9322DC1EEC009B836F /* PopupNotificationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73157B9422DC1EEC009B836F /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73157B9522DC1EEC009B836F /* PopupNotificationWireframe.swift */, + 73157B9622DC1EEC009B836F /* PopupNotificationWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73157B9722DC1EEC009B836F /* View */ = { + isa = PBXGroup; + children = ( + 73157B9822DC1EEC009B836F /* PopupNotificationViewInterface.swift */, + 73157B9922DC1EEC009B836F /* PopupNotificationViewController.swift */, + 73157B9A22DC1EEC009B836F /* PopupNotification.storyboard */, + ); + path = View; + sourceTree = ""; + }; + 731627A623010C5B00BA48A8 /* Router */ = { + isa = PBXGroup; + children = ( + 73195B3422FD5BC600151434 /* APIRouter.swift */, + ); + path = Router; + sourceTree = ""; + }; + 73168A1D22F3CAB600878038 /* Supported Files */ = { + isa = PBXGroup; + children = ( + 73AF9C6B275CB708003A701E /* GoogleService-Info.plist */, + 731D05722341BE78005E6F7C /* Colors.xcassets */, + 9FD260FE1FD00458007A511D /* Assets.xcassets */, + 72688D0D2060F7CF000A86C1 /* GMERemittance-Bridging-Header.h */, + 9FD261031FD00458007A511D /* Info.plist */, + 9FD261001FD00458007A511D /* LaunchScreen.storyboard */, + 9FD260FB1FD00458007A511D /* Main.storyboard */, + 5565FF061FE275E0002934E9 /* SanFranciscoFont-master */, + ); + path = "Supported Files"; + sourceTree = ""; + }; + 73168A2022F3D00600878038 /* Model */ = { + isa = PBXGroup; + children = ( + 73168A2222F3D01900878038 /* TablePresenterProtocol.swift */, + ); + path = Model; + sourceTree = ""; + }; + 73185311230E19BB00BA9AE3 /* Response */ = { + isa = PBXGroup; + children = ( + 73927A8F230BADA700B856D0 /* CountryAndServiceModel.swift */, + 738FD48D2303F87D008B144D /* DynamicFieldModel.swift */, + 738FD4892303E0A1008B144D /* DynamicReceiverContainerModel.swift */, + 738FD48B2303E157008B144D /* FieldModel.swift */, + 73185315230EA5FB00BA9AE3 /* SaveResponseModel.swift */, + ); + path = Response; + sourceTree = ""; + }; + 73185312230E19CD00BA9AE3 /* Request */ = { + isa = PBXGroup; + children = ( + 73185313230E19DD00BA9AE3 /* ValidateAccountRequest.swift */, + ); + path = Request; + sourceTree = ""; + }; + 7318F84823BD7A01002BE004 /* CheckBox */ = { + isa = PBXGroup; + children = ( + 7318F84923BD7A19002BE004 /* CheckBox.swift */, + 7318F84B23BD7A27002BE004 /* CheckBox.xib */, + 7318F84F23BDB475002BE004 /* CheckBox+Rx.swift */, + ); + path = CheckBox; + sourceTree = ""; + }; + 73195A9B22FD14D400151434 /* SetupRecipient */ = { + isa = PBXGroup; + children = ( + 73195A9C22FD14D400151434 /* Module Interface */, + 73195A9E22FD14D400151434 /* Application Logic */, + 73195AA622FD14D400151434 /* User Interface */, + ); + path = SetupRecipient; + sourceTree = ""; + }; + 73195A9C22FD14D400151434 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73195A9D22FD14D400151434 /* SetupRecipientModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73195A9E22FD14D400151434 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73195A9F22FD14D400151434 /* Model */, + 73195AA022FD14D400151434 /* Service */, + 73195AA322FD14D400151434 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73195A9F22FD14D400151434 /* Model */ = { + isa = PBXGroup; + children = ( + 73185312230E19CD00BA9AE3 /* Request */, + 73185311230E19BB00BA9AE3 /* Response */, + ); + path = Model; + sourceTree = ""; + }; + 73195AA022FD14D400151434 /* Service */ = { + isa = PBXGroup; + children = ( + 73195AA122FD14D400151434 /* SetupRecipientServiceType.swift */, + 73195AA222FD14D400151434 /* SetupRecipientService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73195AA322FD14D400151434 /* Interactor */ = { + isa = PBXGroup; + children = ( + 73195AA422FD14D400151434 /* SetupRecipientInteractorIO.swift */, + 73195AA522FD14D400151434 /* SetupRecipientInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73195AA622FD14D400151434 /* User Interface */ = { + isa = PBXGroup; + children = ( + 73195AA722FD14D400151434 /* Presenter */, + 73195AA922FD14D400151434 /* Wireframe */, + 73195AAC22FD14D400151434 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73195AA722FD14D400151434 /* Presenter */ = { + isa = PBXGroup; + children = ( + 73195AA822FD14D400151434 /* SetupRecipientPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73195AA922FD14D400151434 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73195AAA22FD14D400151434 /* SetupRecipientWireframe.swift */, + 73195AAB22FD14D400151434 /* SetupRecipientWireframeInputOutput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73195AAC22FD14D400151434 /* View */ = { + isa = PBXGroup; + children = ( + 73195AAD22FD14D400151434 /* ViewModel */, + 73195AB022FD14D400151434 /* SetupRecipient.storyboard */, + 73195AB122FD14D400151434 /* SetupRecipientViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 73195AAD22FD14D400151434 /* ViewModel */ = { + isa = PBXGroup; + children = ( + 73195AAE22FD14D400151434 /* SetupRecipientViewModel.swift */, + 73195AAF22FD14D400151434 /* SetupRecipientViewModelInterface.swift */, + ); + path = ViewModel; + sourceTree = ""; + }; + 73210D8C22FBE73100715D6C /* Recipients */ = { + isa = PBXGroup; + children = ( + 73210D8D22FBE73100715D6C /* Module Interface */, + 73210D8F22FBE73100715D6C /* Application Logic */, + 73210D9722FBE73100715D6C /* User Interface */, + ); + path = Recipients; + sourceTree = ""; + }; + 73210D8D22FBE73100715D6C /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73210D8E22FBE73100715D6C /* RecipientsModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73210D8F22FBE73100715D6C /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73210D9022FBE73100715D6C /* Model */, + 73210D9122FBE73100715D6C /* Service */, + 73210D9422FBE73100715D6C /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73210D9022FBE73100715D6C /* Model */ = { + isa = PBXGroup; + children = ( + 73B6D6912306430200A0CB6E /* FetchRecipientsModel.swift */, + 73B6D690230642D700A0CB6E /* Account */, + 73B6D68F230642CA00A0CB6E /* Recipient */, + ); + path = Model; + sourceTree = ""; + }; + 73210D9122FBE73100715D6C /* Service */ = { + isa = PBXGroup; + children = ( + 73210D9222FBE73100715D6C /* RecipientsService.swift */, + 73210D9322FBE73100715D6C /* RecipientsServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73210D9422FBE73100715D6C /* Interactor */ = { + isa = PBXGroup; + children = ( + 73210D9522FBE73100715D6C /* RecipientsInteractorIO.swift */, + 73210D9622FBE73100715D6C /* RecipientsInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73210D9722FBE73100715D6C /* User Interface */ = { + isa = PBXGroup; + children = ( + 73210D9822FBE73100715D6C /* Presenter */, + 73210D9A22FBE73100715D6C /* Wireframe */, + 73210D9D22FBE73100715D6C /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73210D9822FBE73100715D6C /* Presenter */ = { + isa = PBXGroup; + children = ( + 73210D9922FBE73100715D6C /* RecipientsPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73210D9A22FBE73100715D6C /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73210D9B22FBE73100715D6C /* RecipientsWireframe.swift */, + 73210D9C22FBE73100715D6C /* RecipientsWireframeInputOutput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73210D9D22FBE73100715D6C /* View */ = { + isa = PBXGroup; + children = ( + 73210DB722FC1CBE00715D6C /* Cell */, + 73210DB622FC1CB500715D6C /* ViewModel */, + 73210D9E22FBE73100715D6C /* Recipients.storyboard */, + 73210DA022FBE73100715D6C /* RecipientsViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 73210DB622FC1CB500715D6C /* ViewModel */ = { + isa = PBXGroup; + children = ( + 73210D9F22FBE73100715D6C /* RecipientsViewModelInterface.swift */, + 73210DAC22FBEA3B00715D6C /* RecipientsViewModel.swift */, + ); + path = ViewModel; + sourceTree = ""; + }; + 73210DB722FC1CBE00715D6C /* Cell */ = { + isa = PBXGroup; + children = ( + 73210DB422FC01C200715D6C /* RecipientCell.swift */, + ); + path = Cell; + sourceTree = ""; + }; + 7327566D23B0456300BF66C5 /* ManageAgreement */ = { + isa = PBXGroup; + children = ( + 7327566E23B0456300BF66C5 /* Application Logic */, + 7327567623B0456300BF66C5 /* User Interface */, + ); + path = ManageAgreement; + sourceTree = ""; + }; + 7327566E23B0456300BF66C5 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7327566F23B0456300BF66C5 /* Model */, + 7327567023B0456300BF66C5 /* Service */, + 7327567323B0456300BF66C5 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7327566F23B0456300BF66C5 /* Model */ = { + isa = PBXGroup; + children = ( + 732B5F9623C40C1F00074442 /* AgreePDFDocument.swift */, + ); + path = Model; + sourceTree = ""; + }; + 7327567023B0456300BF66C5 /* Service */ = { + isa = PBXGroup; + children = ( + 7327567123B0456300BF66C5 /* ManageAgreementServiceType.swift */, + 7327567223B0456300BF66C5 /* ManageAgreementService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7327567323B0456300BF66C5 /* Interactor */ = { + isa = PBXGroup; + children = ( + 7327567423B0456300BF66C5 /* ManageAgreementInteractorIO.swift */, + 7327567523B0456300BF66C5 /* ManageAgreementInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7327567623B0456300BF66C5 /* User Interface */ = { + isa = PBXGroup; + children = ( + 7327567723B0456300BF66C5 /* Presenter */, + 7327567923B0456300BF66C5 /* Wireframe */, + 7327567C23B0456300BF66C5 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7327567723B0456300BF66C5 /* Presenter */ = { + isa = PBXGroup; + children = ( + 7327567823B0456300BF66C5 /* ManageAgreementPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7327567923B0456300BF66C5 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7327567A23B0456300BF66C5 /* ManageAgreementWireframeInput.swift */, + 7327567B23B0456300BF66C5 /* ManageAgreementWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7327567C23B0456300BF66C5 /* View */ = { + isa = PBXGroup; + children = ( + 7327567D23B0456300BF66C5 /* ManageAgreement.storyboard */, + 7327567E23B0456300BF66C5 /* ManageAgreementViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7327568823B052C000BF66C5 /* PDFVIewer */ = { + isa = PBXGroup; + children = ( + 7327568923B052DB00BF66C5 /* PDFViewController.swift */, + 7327568A23B052DB00BF66C5 /* PDFViewController.xib */, + ); + path = PDFVIewer; + sourceTree = ""; + }; + 733A3BA02355575F00E6B87E /* CustomUI */ = { + isa = PBXGroup; + children = ( + 7310ED54272EE0A200B5CEF8 /* PasswordConfirm */, + 7318F84823BD7A01002BE004 /* CheckBox */, + 7327568823B052C000BF66C5 /* PDFVIewer */, + 73A6E20622CF2E2500E9BC68 /* CopyableLabel.swift */, + 73BE702B22D33E6800E87DD2 /* GMENumberTextField.swift */, + 7313872222E68F4C0095ACEB /* ScrollableSegmentedControl.swift */, + 738F04B02316238600BA5EE7 /* ShadowView.swift */, + 731703CB23221EA0005752DE /* SwipeNavigationController.swift */, + 731AADEA230CC08E008BE38F /* ValidationTextField.swift */, + 73A6E1FD22CEE51600E9BC68 /* Badge */, + 7312F6452281486200172BDD /* ConfirmAlert */, + 733A3BA3235557E600E6B87E /* CreditCardView */, + 7384B27F22CB375400DD04D9 /* GMEAlert */, + 4099AF0025235C45003FA012 /* CircleBorderedView.swift */, + 4073BA9125295F5B0043258E /* GradientView.swift */, + ); + path = CustomUI; + sourceTree = ""; + }; + 733A3BA3235557E600E6B87E /* CreditCardView */ = { + isa = PBXGroup; + children = ( + 733A3BA1235557E100E6B87E /* CreditCardView.swift */, + 733A3BA42355580000E6B87E /* CreditCardView.xib */, + 733A3BA623558F8F00E6B87E /* CreditCardType.swift */, + ); + path = CreditCardView; + sourceTree = ""; + }; + 7354AB0B270D3216004EBA7D /* TermsAndCondition */ = { + isa = PBXGroup; + children = ( + 7354AB0C270D3216004EBA7D /* Module Interface */, + 7354AB0E270D3217004EBA7D /* Application Logic */, + 7354AB15270D3217004EBA7D /* User Interface */, + ); + path = TermsAndCondition; + sourceTree = ""; + }; + 7354AB0C270D3216004EBA7D /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7354AB0D270D3217004EBA7D /* TermsAndConditionModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7354AB0E270D3217004EBA7D /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7354AB0F270D3217004EBA7D /* Service */, + 7354AB12270D3217004EBA7D /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7354AB0F270D3217004EBA7D /* Service */ = { + isa = PBXGroup; + children = ( + 7354AB10270D3217004EBA7D /* TermsAndConditionService.swift */, + 7354AB11270D3217004EBA7D /* TermsAndConditionServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7354AB12270D3217004EBA7D /* Interactor */ = { + isa = PBXGroup; + children = ( + 7354AB13270D3217004EBA7D /* TermsAndConditionInteractorIO.swift */, + 7354AB14270D3217004EBA7D /* TermsAndConditionInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7354AB15270D3217004EBA7D /* User Interface */ = { + isa = PBXGroup; + children = ( + 7354AB16270D3217004EBA7D /* Presenter */, + 7354AB18270D3217004EBA7D /* Wireframe */, + 7354AB1B270D3217004EBA7D /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7354AB16270D3217004EBA7D /* Presenter */ = { + isa = PBXGroup; + children = ( + 7354AB17270D3217004EBA7D /* TermsAndConditionPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7354AB18270D3217004EBA7D /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7354AB19270D3217004EBA7D /* TermsAndConditionWireframeInput.swift */, + 7354AB1A270D3217004EBA7D /* TermsAndConditionWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7354AB1B270D3217004EBA7D /* View */ = { + isa = PBXGroup; + children = ( + 7354AB1C270D3217004EBA7D /* ViewModels */, + 7354AB1D270D3217004EBA7D /* TermsAndCondition.storyboard */, + 7354AB1E270D3217004EBA7D /* TermsAndConditionViewInterface.swift */, + 7354AB1F270D3217004EBA7D /* TermsAndConditionViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7354AB1C270D3217004EBA7D /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 73551A4326E5B1290030B302 /* OtpVerification */ = { + isa = PBXGroup; + children = ( + 73551A4426E5B1290030B302 /* Module Interface */, + 73551A4626E5B1290030B302 /* Application Logic */, + 73551A4D26E5B1290030B302 /* User Interface */, + ); + path = OtpVerification; + sourceTree = ""; + }; + 73551A4426E5B1290030B302 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73551A4526E5B1290030B302 /* OtpVerificationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73551A4626E5B1290030B302 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73551A4726E5B1290030B302 /* Service */, + 73551A4A26E5B1290030B302 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73551A4726E5B1290030B302 /* Service */ = { + isa = PBXGroup; + children = ( + 73551A4826E5B1290030B302 /* OtpVerificationService.swift */, + 73551A4926E5B1290030B302 /* OtpVerificationServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73551A4A26E5B1290030B302 /* Interactor */ = { + isa = PBXGroup; + children = ( + 73551A4B26E5B1290030B302 /* OtpVerificationInteractorIO.swift */, + 73551A4C26E5B1290030B302 /* OtpVerificationInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73551A4D26E5B1290030B302 /* User Interface */ = { + isa = PBXGroup; + children = ( + 73551A4E26E5B1290030B302 /* Presenter */, + 73551A5026E5B1290030B302 /* Wireframe */, + 73551A5326E5B1290030B302 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73551A4E26E5B1290030B302 /* Presenter */ = { + isa = PBXGroup; + children = ( + 73551A4F26E5B1290030B302 /* OtpVerificationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73551A5026E5B1290030B302 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73551A5126E5B1290030B302 /* OtpVerificationWireframeInput.swift */, + 73551A5226E5B1290030B302 /* OtpVerificationWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73551A5326E5B1290030B302 /* View */ = { + isa = PBXGroup; + children = ( + 73551A5426E5B1290030B302 /* ViewModels */, + 73551A5526E5B1290030B302 /* OtpVerificationViewController.swift */, + 73551A5626E5B1290030B302 /* OtpVerification.storyboard */, + 73551A5726E5B1290030B302 /* OtpVerificationViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + 73551A5426E5B1290030B302 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 735F68C92394A76800A2DBC8 /* NewRegister */ = { + isa = PBXGroup; + children = ( + 735F68CA2394A76800A2DBC8 /* Application Logic */, + 735F68D22394A76800A2DBC8 /* User Interface */, + ); + path = NewRegister; + sourceTree = ""; + }; + 735F68CA2394A76800A2DBC8 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 735F68CB2394A76800A2DBC8 /* Model */, + 735F68CC2394A76800A2DBC8 /* Service */, + 735F68CF2394A76800A2DBC8 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 735F68CB2394A76800A2DBC8 /* Model */ = { + isa = PBXGroup; + children = ( + ); + path = Model; + sourceTree = ""; + }; + 735F68CC2394A76800A2DBC8 /* Service */ = { + isa = PBXGroup; + children = ( + 735F68CD2394A76800A2DBC8 /* NewRegisterService.swift */, + 735F68CE2394A76800A2DBC8 /* NewRegisterServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 735F68CF2394A76800A2DBC8 /* Interactor */ = { + isa = PBXGroup; + children = ( + 735F68D02394A76800A2DBC8 /* NewRegisterInteractorIO.swift */, + 735F68D12394A76800A2DBC8 /* NewRegisterInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 735F68D22394A76800A2DBC8 /* User Interface */ = { + isa = PBXGroup; + children = ( + 735F68D32394A76800A2DBC8 /* Presenter */, + 735F68D52394A76800A2DBC8 /* Wireframe */, + 735F68D82394A76800A2DBC8 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 735F68D32394A76800A2DBC8 /* Presenter */ = { + isa = PBXGroup; + children = ( + 735F68D42394A76800A2DBC8 /* NewRegisterPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 735F68D52394A76800A2DBC8 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 735F68D62394A76800A2DBC8 /* NewRegisterWireframeInput.swift */, + 735F68D72394A76800A2DBC8 /* NewRegisterWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 735F68D82394A76800A2DBC8 /* View */ = { + isa = PBXGroup; + children = ( + 735F68D92394A76800A2DBC8 /* NewRegister.storyboard */, + 735F68DA2394A76800A2DBC8 /* NewRegisterViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 736A8C262277EAC100337A50 /* BiometricAuthModules */ = { + isa = PBXGroup; + children = ( + 736A8C2B2277EB2900337A50 /* BiometricNotification */, + BEC9AFE7224FC49C00A2DA06 /* BiometricAuthentication */, + ); + path = BiometricAuthModules; + sourceTree = ""; + }; + 736A8C2B2277EB2900337A50 /* BiometricNotification */ = { + isa = PBXGroup; + children = ( + 736A8C2C2277EB2900337A50 /* Module Interface */, + 736A8C2E2277EB2900337A50 /* Application Logic */, + 736A8C362277EB2900337A50 /* User Interface */, + ); + path = BiometricNotification; + sourceTree = ""; + }; + 736A8C2C2277EB2900337A50 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 736A8C2D2277EB2900337A50 /* BiometricNotificationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 736A8C2E2277EB2900337A50 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 736A8C2F2277EB2900337A50 /* Model */, + 736A8C302277EB2900337A50 /* Service */, + 736A8C332277EB2900337A50 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 736A8C2F2277EB2900337A50 /* Model */ = { + isa = PBXGroup; + children = ( + ); + path = Model; + sourceTree = ""; + }; + 736A8C302277EB2900337A50 /* Service */ = { + isa = PBXGroup; + children = ( + 736A8C312277EB2900337A50 /* BiometricNotificationService.swift */, + 736A8C322277EB2900337A50 /* BiometricNotificationServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 736A8C332277EB2900337A50 /* Interactor */ = { + isa = PBXGroup; + children = ( + 736A8C342277EB2900337A50 /* BiometricNotificationInteractor.swift */, + 736A8C352277EB2900337A50 /* BiometricNotificationInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 736A8C362277EB2900337A50 /* User Interface */ = { + isa = PBXGroup; + children = ( + 736A8C372277EB2900337A50 /* Presenter */, + 736A8C392277EB2900337A50 /* Wireframe */, + 736A8C3C2277EB2900337A50 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 736A8C372277EB2900337A50 /* Presenter */ = { + isa = PBXGroup; + children = ( + 736A8C382277EB2900337A50 /* BiometricNotificationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 736A8C392277EB2900337A50 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 736A8C3A2277EB2900337A50 /* BiometricNotificationWireframeInput.swift */, + 736A8C3B2277EB2900337A50 /* BiometricNotificationWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 736A8C3C2277EB2900337A50 /* View */ = { + isa = PBXGroup; + children = ( + 736A8C3D2277EB2900337A50 /* BiometricNotification.storyboard */, + 736A8C3E2277EB2900337A50 /* BiometricNotificationViewController.swift */, + 736A8C3F2277EB2900337A50 /* BiometricNotificationViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + 737262412705A749004086B8 /* RenewID */ = { + isa = PBXGroup; + children = ( + 737262422705A749004086B8 /* Module Interface */, + 737262442705A749004086B8 /* Application Logic */, + 7372624B2705A749004086B8 /* User Interface */, + ); + path = RenewID; + sourceTree = ""; + }; + 737262422705A749004086B8 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 737262432705A749004086B8 /* RenewIDModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 737262442705A749004086B8 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 737262452705A749004086B8 /* Service */, + 737262482705A749004086B8 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 737262452705A749004086B8 /* Service */ = { + isa = PBXGroup; + children = ( + 737262462705A749004086B8 /* RenewIDService.swift */, + 737262472705A749004086B8 /* RenewIDServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 737262482705A749004086B8 /* Interactor */ = { + isa = PBXGroup; + children = ( + 737262492705A749004086B8 /* RenewIDInteractor.swift */, + 7372624A2705A749004086B8 /* RenewIDInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7372624B2705A749004086B8 /* User Interface */ = { + isa = PBXGroup; + children = ( + 7372624C2705A749004086B8 /* Presenter */, + 7372624E2705A749004086B8 /* Wireframe */, + 737262512705A749004086B8 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7372624C2705A749004086B8 /* Presenter */ = { + isa = PBXGroup; + children = ( + 7372624D2705A749004086B8 /* RenewIDPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7372624E2705A749004086B8 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7372624F2705A749004086B8 /* RenewIDWireframeInput.swift */, + 737262502705A749004086B8 /* RenewIDWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 737262512705A749004086B8 /* View */ = { + isa = PBXGroup; + children = ( + 737262522705A749004086B8 /* ViewModels */, + 737262532705A749004086B8 /* RenewIDViewController.swift */, + 737262542705A749004086B8 /* RenewID.storyboard */, + 737262552705A749004086B8 /* RenewIDViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + 737262522705A749004086B8 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 7383F43422DEB864003D6393 /* Database */ = { + isa = PBXGroup; + children = ( + 7383F43522DEB864003D6393 /* GMEDB.swift */, + 7383F43D22DF15B8003D6393 /* UserDefaultsWrapper.swift */, + 7315526D23C839CF0011D37C /* Rx+UserDefaultsWrapper.swift */, + ); + path = Database; + sourceTree = ""; + }; + 7384B27F22CB375400DD04D9 /* GMEAlert */ = { + isa = PBXGroup; + children = ( + 734DD31B2366DA2700BFA7EE /* CheckMark.swift */, + 7384B28022CB377300DD04D9 /* GMEAlertViewController.swift */, + 7384B28122CB377300DD04D9 /* GMEAlertViewController.xib */, + ); + path = GMEAlert; + sourceTree = ""; + }; + 738714A1237CE86D0038FCB1 /* InboundReceipt */ = { + isa = PBXGroup; + children = ( + 738714A2237CE86D0038FCB1 /* Application Logic */, + 738714AA237CE86D0038FCB1 /* User Interface */, + ); + path = InboundReceipt; + sourceTree = ""; + }; + 738714A2237CE86D0038FCB1 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 738714A3237CE86D0038FCB1 /* Model */, + 738714A4237CE86D0038FCB1 /* Service */, + 738714A7237CE86D0038FCB1 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 738714A3237CE86D0038FCB1 /* Model */ = { + isa = PBXGroup; + children = ( + ); + path = Model; + sourceTree = ""; + }; + 738714A4237CE86D0038FCB1 /* Service */ = { + isa = PBXGroup; + children = ( + 738714A5237CE86D0038FCB1 /* InboundReceiptService.swift */, + 738714A6237CE86D0038FCB1 /* InboundReceiptServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 738714A7237CE86D0038FCB1 /* Interactor */ = { + isa = PBXGroup; + children = ( + 738714A8237CE86D0038FCB1 /* InboundReceiptInteractor.swift */, + 738714A9237CE86D0038FCB1 /* InboundReceiptInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 738714AA237CE86D0038FCB1 /* User Interface */ = { + isa = PBXGroup; + children = ( + 738714AB237CE86D0038FCB1 /* Presenter */, + 738714AD237CE86D0038FCB1 /* Wireframe */, + 738714B0237CE86D0038FCB1 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 738714AB237CE86D0038FCB1 /* Presenter */ = { + isa = PBXGroup; + children = ( + 738714AC237CE86D0038FCB1 /* InboundReceiptPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 738714AD237CE86D0038FCB1 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 738714AE237CE86D0038FCB1 /* InboundReceiptWireframeInput.swift */, + 738714AF237CE86D0038FCB1 /* InboundReceiptWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 738714B0237CE86D0038FCB1 /* View */ = { + isa = PBXGroup; + children = ( + 738714B1237CE86D0038FCB1 /* InboundReceipt.storyboard */, + 738714B2237CE86D0038FCB1 /* InboundReceiptViewController.swift */, + 7EDBFBE524B2E23700AD5D4D /* InboundReceiptViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + 73895FF522C2F208003FEA90 /* TablePresenter */ = { + isa = PBXGroup; + children = ( + 73895FF622C2F208003FEA90 /* Module Interface */, + 73895FF822C2F208003FEA90 /* Application Logic */, + 7389600022C2F208003FEA90 /* User Interface */, + ); + path = TablePresenter; + sourceTree = ""; + }; + 73895FF622C2F208003FEA90 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73895FF722C2F208003FEA90 /* TablePresenterModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73895FF822C2F208003FEA90 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73168A2022F3D00600878038 /* Model */, + 73895FFA22C2F208003FEA90 /* Service */, + 73895FFD22C2F208003FEA90 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73895FFA22C2F208003FEA90 /* Service */ = { + isa = PBXGroup; + children = ( + 73895FFB22C2F208003FEA90 /* TablePresenterServiceType.swift */, + 73895FFC22C2F208003FEA90 /* TablePresenterService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73895FFD22C2F208003FEA90 /* Interactor */ = { + isa = PBXGroup; + children = ( + 73895FFE22C2F208003FEA90 /* TablePresenterInteractorIO.swift */, + 73895FFF22C2F208003FEA90 /* TablePresenterInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7389600022C2F208003FEA90 /* User Interface */ = { + isa = PBXGroup; + children = ( + 7389600122C2F208003FEA90 /* Presenter */, + 7389600322C2F208003FEA90 /* Wireframe */, + 7389600622C2F208003FEA90 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7389600122C2F208003FEA90 /* Presenter */ = { + isa = PBXGroup; + children = ( + 7389600222C2F208003FEA90 /* TablePresenterPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7389600322C2F208003FEA90 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7389600422C2F208003FEA90 /* TablePresenterWireframeInput.swift */, + 7389600522C2F208003FEA90 /* TablePresenterWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7389600622C2F208003FEA90 /* View */ = { + isa = PBXGroup; + children = ( + 7389601522C2F53D003FEA90 /* Cell */, + 7389600722C2F208003FEA90 /* TablePresenter.storyboard */, + 7389600822C2F208003FEA90 /* TablePresenterViewInterface.swift */, + 7389600922C2F208003FEA90 /* TablePresenterViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7389601522C2F53D003FEA90 /* Cell */ = { + isa = PBXGroup; + children = ( + 7389601822C2FADD003FEA90 /* TableCell.swift */, + ); + path = Cell; + sourceTree = ""; + }; + 738FD4852303D640008B144D /* Request */ = { + isa = PBXGroup; + children = ( + D9DAFE26213530A800483E71 /* PaymentModeRecipientViewModel.swift */, + 731627A42301009800BA48A8 /* ExchangeRateRequestModel.swift */, + D96A5001214668A000CFD507 /* RegisterRequestModel.swift */, + D9030ABC2139113A00A1BCA0 /* SendMoneyAccountValidationRequestModel.swift */, + 738FD4832303D1FD008B144D /* VerifyAccountRequestModel.swift */, + 40D0D35024D2FEB900CEF6B4 /* OldUserRegisterRequestModel.swift */, + 40CB8F5724D980D400E1E64E /* NewRegisterRequestModel.swift */, + ); + path = Request; + sourceTree = ""; + }; + 738FD4862303D654008B144D /* Response */ = { + isa = PBXGroup; + children = ( + 73B6D68323063DFD00A0CB6E /* ResponseContainer.swift */, + 0470301121CA4BD000B6C9C3 /* AccountEx.swift */, + 04DC27EB21A51E29003714F5 /* AutoRefund.swift */, + D962231D212C126500B7A115 /* ExchangeModel.swift */, + D9E57944212E938D00D47AC0 /* ExchangeRateDetailModel.swift */, + D95B5E4821314D31000C0B33 /* GmeContacts.swift */, + D94173B2214B40ED00D04BE5 /* KycModel.swift */, + D9535CCB2150C14700EDFCD2 /* KYCResponseModel.swift */, + 73168A1E22F3CC4B00878038 /* NativeCountry.swift */, + D90D55B021326DA800EEEE04 /* ReciepientEx.swift */, + D97D58D62240D34900EFB27E /* ResendDetail.swift */, + D9D2242A22407EBA00C7313D /* ResendListModel.swift */, + D92C24A621477EA600F6876F /* ResponseMessage.swift */, + D90D55D62132846000EEEE04 /* SendMoneyCountryModel.swift */, + D9030ABA2138DDD900A1BCA0 /* SendMoneyExchangeRate.swift */, + D9DAFE2821353D6C00483E71 /* SendMoneyPaymentModeModel.swift */, + D945F128213E4A9D00A24824 /* SendMoneyReciept.swift */, + D957DC6B213D05E700FA812D /* SendMoneySubmitResponse.swift */, + D9DC108321639E56008F3C51 /* SuccessMessage.swift */, + D97785AB215DD23400754079 /* TransactionModel.swift */, + D9768C87213BAE92009E01BC /* User.swift */, + D96BD1202164828D00DFE7D8 /* WalletStatement.swift */, + 73185329230EACA300BA9AE3 /* SendMoneyTransFerReasonViewModel.swift */, + 7318532A230EACA300BA9AE3 /* SendMoneyRelationViewModel.swift */, + 7318532B230EACA300BA9AE3 /* SendMoneyCountryViewModel.swift */, + 7318532C230EACA300BA9AE3 /* SendMoneyDistrictViewModel.swift */, + 7318532D230EACA300BA9AE3 /* SendMoneyProvinceViewModel.swift */, + 7367FF5D237401860005F644 /* PushNotificationParam.swift */, + 405E708C252BE2E50018F708 /* NotificationFetch.swift */, + ); + path = Response; + sourceTree = ""; + }; + 7390459E2378FC5A00CD5D8A /* InboundModules */ = { + isa = PBXGroup; + children = ( + 738714A1237CE86D0038FCB1 /* InboundReceipt */, + ); + path = InboundModules; + sourceTree = ""; + }; + 739F817B234ADA75003ABCF3 /* SnapshotUITest */ = { + isa = PBXGroup; + children = ( + 739F8184234ADA83003ABCF3 /* SnapshotHelper.swift */, + 739F817C234ADA75003ABCF3 /* SnapshotUITest.swift */, + 739F817E234ADA75003ABCF3 /* Info.plist */, + ); + path = SnapshotUITest; + sourceTree = ""; + }; + 73A6211E233073D2000FFB5B /* RemittanceModules */ = { + isa = PBXGroup; + children = ( + 7E364CED24A46D13007D6E02 /* Shared */, + 7390459E2378FC5A00CD5D8A /* InboundModules */, + D946717B21426CBA003924DB /* OverseasModules */, + 73138D9622B7511D001280D3 /* TransactionHistoryModules */, + ); + path = RemittanceModules; + sourceTree = ""; + }; + 73A6E1FD22CEE51600E9BC68 /* Badge */ = { + isa = PBXGroup; + children = ( + 73A6E1FE22CEE51600E9BC68 /* BadgeAppearance.swift */, + 73A6E20022CEE51600E9BC68 /* BadgeLabel.swift */, + ); + path = Badge; + sourceTree = ""; + }; + 73AEFF592334A13100A967FB /* TransactionHistoryGroup */ = { + isa = PBXGroup; + children = ( + 73AEFF5A2334A13100A967FB /* Module Interface */, + 73AEFF5C2334A13100A967FB /* Application Logic */, + 73AEFF642334A13100A967FB /* User Interface */, + ); + path = TransactionHistoryGroup; + sourceTree = ""; + }; + 73AEFF5A2334A13100A967FB /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73AEFF5B2334A13100A967FB /* TransactionHistoryGroupModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73AEFF5C2334A13100A967FB /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73AEFF5D2334A13100A967FB /* Model */, + 73AEFF5E2334A13100A967FB /* Service */, + 73AEFF612334A13100A967FB /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73AEFF5D2334A13100A967FB /* Model */ = { + isa = PBXGroup; + children = ( + ); + path = Model; + sourceTree = ""; + }; + 73AEFF5E2334A13100A967FB /* Service */ = { + isa = PBXGroup; + children = ( + 73AEFF5F2334A13100A967FB /* TransactionHistoryGroupServiceType.swift */, + 73AEFF602334A13100A967FB /* TransactionHistoryGroupService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73AEFF612334A13100A967FB /* Interactor */ = { + isa = PBXGroup; + children = ( + 73AEFF622334A13100A967FB /* TransactionHistoryGroupInteractor.swift */, + 73AEFF632334A13100A967FB /* TransactionHistoryGroupInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73AEFF642334A13100A967FB /* User Interface */ = { + isa = PBXGroup; + children = ( + 73AEFF652334A13100A967FB /* Presenter */, + 73AEFF672334A13100A967FB /* Wireframe */, + 73AEFF6A2334A13100A967FB /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73AEFF652334A13100A967FB /* Presenter */ = { + isa = PBXGroup; + children = ( + 73AEFF662334A13100A967FB /* TransactionHistoryGroupPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73AEFF672334A13100A967FB /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73AEFF682334A13100A967FB /* TransactionHistoryGroupWireframeInputOutput.swift */, + 73AEFF692334A13100A967FB /* TransactionHistoryGroupWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73AEFF6A2334A13100A967FB /* View */ = { + isa = PBXGroup; + children = ( + 73AEFF6B2334A13100A967FB /* ViewModel */, + 73AEFF6E2334A13100A967FB /* TransactionHistoryGroup.storyboard */, + 73AEFF6F2334A13100A967FB /* TransactionHistoryGroupViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 73AEFF6B2334A13100A967FB /* ViewModel */ = { + isa = PBXGroup; + children = ( + 73AEFF6C2334A13100A967FB /* TransactionHistoryGroupViewModelInterface.swift */, + 73AEFF6D2334A13100A967FB /* TransactionHistoryGroupViewModel.swift */, + ); + path = ViewModel; + sourceTree = ""; + }; + 73B6D68F230642CA00A0CB6E /* Recipient */ = { + isa = PBXGroup; + children = ( + 73B6D68523063F7D00A0CB6E /* Recipient.swift */, + 73B6D6872306402200A0CB6E /* PaymentMethodModel.swift */, + 73B6D6892306406D00A0CB6E /* AgentModel.swift */, + 73B6D68B230640D400A0CB6E /* BranchModel.swift */, + 73B6D68D2306413100A0CB6E /* RecipientCommonType.swift */, + ); + path = Recipient; + sourceTree = ""; + }; + 73B6D690230642D700A0CB6E /* Account */ = { + isa = PBXGroup; + children = ( + 73B6D6932306439600A0CB6E /* AccountModel.swift */, + ); + path = Account; + sourceTree = ""; + }; + 73D168442398D6A000E3E01E /* UserAuthentication */ = { + isa = PBXGroup; + children = ( + 735F68C92394A76800A2DBC8 /* NewRegister */, + 4060B95C24DBBA0200E90F8C /* KYCVerifyStep1 */, + 40B9B08B24EC4ED0002C258C /* ExistingUserKyc */, + ); + path = UserAuthentication; + sourceTree = ""; + }; + 73D3F3C6270C65B5006C3F97 /* CDDIViewController */ = { + isa = PBXGroup; + children = ( + 73D3F3C7270C65B5006C3F97 /* Module Interface */, + 73D3F3C9270C65B5006C3F97 /* Application Logic */, + 73D3F3D0270C65B5006C3F97 /* User Interface */, + ); + path = CDDIViewController; + sourceTree = ""; + }; + 73D3F3C7270C65B5006C3F97 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 73D3F3C8270C65B5006C3F97 /* CDDIViewControllerModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 73D3F3C9270C65B5006C3F97 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73D3F3CA270C65B5006C3F97 /* Service */, + 73D3F3CD270C65B5006C3F97 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73D3F3CA270C65B5006C3F97 /* Service */ = { + isa = PBXGroup; + children = ( + 73D3F3CB270C65B5006C3F97 /* CDDIViewControllerService.swift */, + 73D3F3CC270C65B5006C3F97 /* CDDIViewControllerServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73D3F3CD270C65B5006C3F97 /* Interactor */ = { + isa = PBXGroup; + children = ( + 73D3F3CE270C65B5006C3F97 /* CDDIViewControllerInteractorIO.swift */, + 73D3F3CF270C65B5006C3F97 /* CDDIViewControllerInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73D3F3D0270C65B5006C3F97 /* User Interface */ = { + isa = PBXGroup; + children = ( + 73D3F3D1270C65B5006C3F97 /* Presenter */, + 73D3F3D3270C65B5006C3F97 /* Wireframe */, + 73D3F3D6270C65B5006C3F97 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73D3F3D1270C65B5006C3F97 /* Presenter */ = { + isa = PBXGroup; + children = ( + 73D3F3D2270C65B5006C3F97 /* CDDIViewControllerPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73D3F3D3270C65B5006C3F97 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73D3F3D4270C65B5006C3F97 /* CDDIViewControllerWireframeInput.swift */, + 73D3F3D5270C65B5006C3F97 /* CDDIViewControllerWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73D3F3D6270C65B5006C3F97 /* View */ = { + isa = PBXGroup; + children = ( + 73D3F3D7270C65B5006C3F97 /* CDDIViewControllerViewController.swift */, + 73D3F3D8270C65B5006C3F97 /* ViewModels */, + 73D3F3D9270C65B5006C3F97 /* CDDIViewController.storyboard */, + 73D3F3DA270C65B5006C3F97 /* CDDIViewControllerViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + 73D3F3D8270C65B5006C3F97 /* ViewModels */ = { + isa = PBXGroup; + children = ( + 7366006C271C62B50091C521 /* CDDIModel.swift */, + ); + path = ViewModels; + sourceTree = ""; + }; + 73FBBEF223F23151009D7627 /* Notice */ = { + isa = PBXGroup; + children = ( + 73FBBEF723F231A6009D7627 /* NotificationHistory */, + 73FBBF0923F231A7009D7627 /* DetailNotification */, + 73157B8722DC1EEC009B836F /* PopupNotification */, + ); + path = Notice; + sourceTree = ""; + }; + 73FBBEF723F231A6009D7627 /* NotificationHistory */ = { + isa = PBXGroup; + children = ( + 73FBBEF823F231A6009D7627 /* Application Logic */, + 73FBBF0023F231A6009D7627 /* User Interface */, + ); + path = NotificationHistory; + sourceTree = ""; + }; + 73FBBEF823F231A6009D7627 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73FBBEF923F231A6009D7627 /* Model */, + 73FBBEFA23F231A6009D7627 /* Service */, + 73FBBEFD23F231A6009D7627 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73FBBEF923F231A6009D7627 /* Model */ = { + isa = PBXGroup; + children = ( + 73FBBF3323F243FA009D7627 /* NoticeModel.swift */, + ); + path = Model; + sourceTree = ""; + }; + 73FBBEFA23F231A6009D7627 /* Service */ = { + isa = PBXGroup; + children = ( + 73FBBEFB23F231A6009D7627 /* NotificationHistoryService.swift */, + 73FBBEFC23F231A6009D7627 /* NotificationHistoryServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73FBBEFD23F231A6009D7627 /* Interactor */ = { + isa = PBXGroup; + children = ( + 73FBBEFE23F231A6009D7627 /* NotificationHistoryInteractorIO.swift */, + 73FBBEFF23F231A6009D7627 /* NotificationHistoryInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73FBBF0023F231A6009D7627 /* User Interface */ = { + isa = PBXGroup; + children = ( + 73FBBF0123F231A6009D7627 /* Presenter */, + 73FBBF0323F231A6009D7627 /* Wireframe */, + 73FBBF0623F231A6009D7627 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73FBBF0123F231A6009D7627 /* Presenter */ = { + isa = PBXGroup; + children = ( + 73FBBF0223F231A6009D7627 /* NotificationHistoryPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73FBBF0323F231A6009D7627 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73FBBF0423F231A6009D7627 /* NotificationHistoryWireframe.swift */, + 73FBBF0523F231A6009D7627 /* NotificationHistoryWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73FBBF0623F231A6009D7627 /* View */ = { + isa = PBXGroup; + children = ( + 73FBBF0723F231A6009D7627 /* NotificationHistory.storyboard */, + 73FBBF0823F231A6009D7627 /* NotificationHistoryViewController.swift */, + 73FBBF3123F232C4009D7627 /* NotificationCell.swift */, + ); + path = View; + sourceTree = ""; + }; + 73FBBF0923F231A7009D7627 /* DetailNotification */ = { + isa = PBXGroup; + children = ( + 73FBBF0A23F231A7009D7627 /* Application Logic */, + 73FBBF1223F231A7009D7627 /* User Interface */, + ); + path = DetailNotification; + sourceTree = ""; + }; + 73FBBF0A23F231A7009D7627 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 73FBBF0B23F231A7009D7627 /* Model */, + 73FBBF0C23F231A7009D7627 /* Service */, + 73FBBF0F23F231A7009D7627 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 73FBBF0B23F231A7009D7627 /* Model */ = { + isa = PBXGroup; + children = ( + 738B6B5423F4E6F0006FA928 /* DetailNoticeModel.swift */, + ); + path = Model; + sourceTree = ""; + }; + 73FBBF0C23F231A7009D7627 /* Service */ = { + isa = PBXGroup; + children = ( + 73FBBF0D23F231A7009D7627 /* DetailNotificationService.swift */, + 73FBBF0E23F231A7009D7627 /* DetailNotificationServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 73FBBF0F23F231A7009D7627 /* Interactor */ = { + isa = PBXGroup; + children = ( + 73FBBF1023F231A7009D7627 /* DetailNotificationInteractor.swift */, + 73FBBF1123F231A7009D7627 /* DetailNotificationInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 73FBBF1223F231A7009D7627 /* User Interface */ = { + isa = PBXGroup; + children = ( + 73FBBF1323F231A7009D7627 /* Presenter */, + 73FBBF1523F231A7009D7627 /* Wireframe */, + 73FBBF1823F231A7009D7627 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 73FBBF1323F231A7009D7627 /* Presenter */ = { + isa = PBXGroup; + children = ( + 73FBBF1423F231A7009D7627 /* DetailNotificationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 73FBBF1523F231A7009D7627 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 73FBBF1623F231A7009D7627 /* DetailNotificationWireframe.swift */, + 73FBBF1723F231A7009D7627 /* DetailNotificationWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 73FBBF1823F231A7009D7627 /* View */ = { + isa = PBXGroup; + children = ( + 73FBBF1923F231A7009D7627 /* DetailNotification.storyboard */, + 73FBBF1A23F231A7009D7627 /* DetailNotificationViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7E364CE824A44531007D6E02 /* Shared */ = { + isa = PBXGroup; + children = ( + 7E4DC74D24AB034900815FA8 /* ActionSheet */, + 7EC9DDFF24A9AEBD004A0AD8 /* Models */, + 7E364CE924A4455A007D6E02 /* PasswordInputViewController.swift */, + 7E364CEA24A4455A007D6E02 /* PasswordInputViewController.xib */, + ); + path = Shared; + sourceTree = ""; + }; + 7E364CED24A46D13007D6E02 /* Shared */ = { + isa = PBXGroup; + children = ( + 7E364CEE24A46D27007D6E02 /* BalanceModel.swift */, + ); + path = Shared; + sourceTree = ""; + }; + 7E4DC74D24AB034900815FA8 /* ActionSheet */ = { + isa = PBXGroup; + children = ( + 7E4DC74E24AB035C00815FA8 /* ActionSheetHelper.swift */, + ); + path = ActionSheet; + sourceTree = ""; + }; + 7EC9DDFF24A9AEBD004A0AD8 /* Models */ = { + isa = PBXGroup; + children = ( + 7EC9DE0024A9AECE004A0AD8 /* RewardProduct.swift */, + 7EC9DE0224A9AEEC004A0AD8 /* Branch.swift */, + 7EC9DE0424A9AF65004A0AD8 /* BranchContainer.swift */, + 7EC9DE0824A9C1E0004A0AD8 /* BankInformation.swift */, + ); + path = Models; + sourceTree = ""; + }; + 7EDBFBC324B2C5DA00AD5D4D /* RedeemCashPickUp */ = { + isa = PBXGroup; + children = ( + 7EDBFBC424B2C5DA00AD5D4D /* Module Interface */, + 7EDBFBC624B2C5DA00AD5D4D /* Application Logic */, + 7EDBFBCD24B2C5DA00AD5D4D /* User Interface */, + ); + path = RedeemCashPickUp; + sourceTree = ""; + }; + 7EDBFBC424B2C5DA00AD5D4D /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7EDBFBC524B2C5DA00AD5D4D /* RedeemCashPickUpModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7EDBFBC624B2C5DA00AD5D4D /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7EDBFBC724B2C5DA00AD5D4D /* Service */, + 7EDBFBCA24B2C5DA00AD5D4D /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7EDBFBC724B2C5DA00AD5D4D /* Service */ = { + isa = PBXGroup; + children = ( + 7EDBFBC824B2C5DA00AD5D4D /* RedeemCashPickUpService.swift */, + 7EDBFBC924B2C5DA00AD5D4D /* RedeemCashPickUpServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7EDBFBCA24B2C5DA00AD5D4D /* Interactor */ = { + isa = PBXGroup; + children = ( + 7EDBFBCB24B2C5DA00AD5D4D /* RedeemCashPickUpInteractor.swift */, + 7EDBFBCC24B2C5DA00AD5D4D /* RedeemCashPickUpInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7EDBFBCD24B2C5DA00AD5D4D /* User Interface */ = { + isa = PBXGroup; + children = ( + 7EDBFBCE24B2C5DA00AD5D4D /* Presenter */, + 7EDBFBD024B2C5DA00AD5D4D /* Wireframe */, + 7EDBFBD324B2C5DA00AD5D4D /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7EDBFBCE24B2C5DA00AD5D4D /* Presenter */ = { + isa = PBXGroup; + children = ( + 7EDBFBCF24B2C5DA00AD5D4D /* RedeemCashPickUpPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7EDBFBD024B2C5DA00AD5D4D /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7EDBFBD124B2C5DA00AD5D4D /* RedeemCashPickUpWireframe.swift */, + 7EDBFBD224B2C5DA00AD5D4D /* RedeemCashPickUpWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7EDBFBD324B2C5DA00AD5D4D /* View */ = { + isa = PBXGroup; + children = ( + 7EDBFBD424B2C5DA00AD5D4D /* ViewModels */, + 7EDBFBD524B2C5DA00AD5D4D /* RedeemCashPickUpViewInterface.swift */, + 7EDBFBD624B2C5DA00AD5D4D /* RedeemCashPickUp.storyboard */, + 7EDBFBD724B2C5DA00AD5D4D /* RedeemCashPickUpViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7EDBFBD424B2C5DA00AD5D4D /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + 7EDBFBE924B3031A00AD5D4D /* WithdrawFromWallet */ = { + isa = PBXGroup; + children = ( + 7EDBFBEA24B3031A00AD5D4D /* Module Interface */, + 7EDBFBEC24B3031A00AD5D4D /* Application Logic */, + 7EDBFBF324B3031B00AD5D4D /* User Interface */, + ); + name = WithdrawFromWallet; + path = "GME Remit/Modules/Withdraw/WithdrawFromWallet"; + sourceTree = SOURCE_ROOT; + }; + 7EDBFBEA24B3031A00AD5D4D /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7EDBFBEB24B3031A00AD5D4D /* WithdrawFromWalletModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7EDBFBEC24B3031A00AD5D4D /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7EDBFBED24B3031A00AD5D4D /* Service */, + 7EDBFBF024B3031A00AD5D4D /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7EDBFBED24B3031A00AD5D4D /* Service */ = { + isa = PBXGroup; + children = ( + 7EDBFBEE24B3031A00AD5D4D /* WithdrawFromWalletServiceType.swift */, + 7EDBFBEF24B3031A00AD5D4D /* WithdrawFromWalletService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7EDBFBF024B3031A00AD5D4D /* Interactor */ = { + isa = PBXGroup; + children = ( + 7EDBFBF124B3031A00AD5D4D /* WithdrawFromWalletInteractorIO.swift */, + 7EDBFBF224B3031A00AD5D4D /* WithdrawFromWalletInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7EDBFBF324B3031B00AD5D4D /* User Interface */ = { + isa = PBXGroup; + children = ( + 7EDBFBF424B3031B00AD5D4D /* Presenter */, + 7EDBFBF624B3031B00AD5D4D /* Wireframe */, + 7EDBFBF924B3031B00AD5D4D /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7EDBFBF424B3031B00AD5D4D /* Presenter */ = { + isa = PBXGroup; + children = ( + 7EDBFBF524B3031B00AD5D4D /* WithdrawFromWalletPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7EDBFBF624B3031B00AD5D4D /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7EDBFBF724B3031B00AD5D4D /* WithdrawFromWalletWireframe.swift */, + 7EDBFBF824B3031B00AD5D4D /* WithdrawFromWalletWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7EDBFBF924B3031B00AD5D4D /* View */ = { + isa = PBXGroup; + children = ( + 7EDBFBFA24B3031B00AD5D4D /* ViewModels */, + 7EDBFBFB24B3031B00AD5D4D /* WithdrawFromWalletViewInterface.swift */, + 7EDBFBFD24B3031B00AD5D4D /* WithdrawFromWallet.storyboard */, + 7EDBFBFC24B3031B00AD5D4D /* WithdrawFromWalletViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 7EDBFBFA24B3031B00AD5D4D /* ViewModels */ = { + isa = PBXGroup; + children = ( + 7EDBFC0924B307F100AD5D4D /* WithdrawInformation.swift */, + ); + path = ViewModels; + sourceTree = ""; + }; + 7EDBFC0B24B3090700AD5D4D /* Withdraw */ = { + isa = PBXGroup; + children = ( + 7EDBFBE924B3031A00AD5D4D /* WithdrawFromWallet */, + 7EDBFC0E24B3098700AD5D4D /* WithdrawFromWalletDetail */, + ); + path = Withdraw; + sourceTree = ""; + }; + 7EDBFC0E24B3098700AD5D4D /* WithdrawFromWalletDetail */ = { + isa = PBXGroup; + children = ( + 7EDBFC0F24B3098700AD5D4D /* Module Interface */, + 7EDBFC1124B3098700AD5D4D /* Application Logic */, + 7EDBFC1824B3098700AD5D4D /* User Interface */, + ); + path = WithdrawFromWalletDetail; + sourceTree = ""; + }; + 7EDBFC0F24B3098700AD5D4D /* Module Interface */ = { + isa = PBXGroup; + children = ( + 7EDBFC1024B3098700AD5D4D /* WithdrawFromWalletDetailModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 7EDBFC1124B3098700AD5D4D /* Application Logic */ = { + isa = PBXGroup; + children = ( + 7EDBFC1224B3098700AD5D4D /* Service */, + 7EDBFC1524B3098700AD5D4D /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 7EDBFC1224B3098700AD5D4D /* Service */ = { + isa = PBXGroup; + children = ( + 7EDBFC1324B3098700AD5D4D /* WithdrawFromWalletDetailServiceType.swift */, + 7EDBFC1424B3098700AD5D4D /* WithdrawFromWalletDetailService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 7EDBFC1524B3098700AD5D4D /* Interactor */ = { + isa = PBXGroup; + children = ( + 7EDBFC1624B3098700AD5D4D /* WithdrawFromWalletDetailInteractor.swift */, + 7EDBFC1724B3098700AD5D4D /* WithdrawFromWalletDetailInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 7EDBFC1824B3098700AD5D4D /* User Interface */ = { + isa = PBXGroup; + children = ( + 7EDBFC1924B3098700AD5D4D /* Presenter */, + 7EDBFC1B24B3098700AD5D4D /* Wireframe */, + 7EDBFC1E24B3098700AD5D4D /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 7EDBFC1924B3098700AD5D4D /* Presenter */ = { + isa = PBXGroup; + children = ( + 7EDBFC1A24B3098700AD5D4D /* WithdrawFromWalletDetailPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 7EDBFC1B24B3098700AD5D4D /* Wireframe */ = { + isa = PBXGroup; + children = ( + 7EDBFC1C24B3098700AD5D4D /* WithdrawFromWalletDetailWireframe.swift */, + 7EDBFC1D24B3098700AD5D4D /* WithdrawFromWalletDetailWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 7EDBFC1E24B3098700AD5D4D /* View */ = { + isa = PBXGroup; + children = ( + 7EDBFC2224B3098700AD5D4D /* WithdrawFromWalletDetailViewInterface.swift */, + 7EDBFC2124B3098700AD5D4D /* WithdrawFromWalletDetail.storyboard */, + 7EDBFC1F24B3098700AD5D4D /* WithdrawFromWalletDetailViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 892F9E74243DB0F200D9D88C /* ShowAPI */ = { + isa = PBXGroup; + children = ( + 892F9E75243DB0F200D9D88C /* Application Logic */, + 892F9E7D243DB0F200D9D88C /* User Interface */, + ); + path = ShowAPI; + sourceTree = ""; + }; + 892F9E75243DB0F200D9D88C /* Application Logic */ = { + isa = PBXGroup; + children = ( + 892F9E76243DB0F200D9D88C /* Model */, + 892F9E77243DB0F200D9D88C /* Service */, + 892F9E7A243DB0F200D9D88C /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 892F9E76243DB0F200D9D88C /* Model */ = { + isa = PBXGroup; + children = ( + ); + path = Model; + sourceTree = ""; + }; + 892F9E77243DB0F200D9D88C /* Service */ = { + isa = PBXGroup; + children = ( + 892F9E78243DB0F200D9D88C /* ShowAPIService.swift */, + 892F9E79243DB0F200D9D88C /* ShowAPIServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 892F9E7A243DB0F200D9D88C /* Interactor */ = { + isa = PBXGroup; + children = ( + 892F9E7B243DB0F200D9D88C /* ShowAPIInteractorIO.swift */, + 892F9E7C243DB0F200D9D88C /* ShowAPIInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 892F9E7D243DB0F200D9D88C /* User Interface */ = { + isa = PBXGroup; + children = ( + 892F9E7E243DB0F200D9D88C /* Presenter */, + 892F9E80243DB0F200D9D88C /* Wireframe */, + 892F9E83243DB0F200D9D88C /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 892F9E7E243DB0F200D9D88C /* Presenter */ = { + isa = PBXGroup; + children = ( + 892F9E7F243DB0F200D9D88C /* ShowAPIPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 892F9E80243DB0F200D9D88C /* Wireframe */ = { + isa = PBXGroup; + children = ( + 892F9E81243DB0F200D9D88C /* ShowAPIWireframe.swift */, + 892F9E82243DB0F200D9D88C /* ShowAPIWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 892F9E83243DB0F200D9D88C /* View */ = { + isa = PBXGroup; + children = ( + 892F9E84243DB0F200D9D88C /* ShowAPIViewController.swift */, + 892F9E85243DB0F200D9D88C /* ShowAPI.storyboard */, + 892F9E8F243DB42D00D9D88C /* ShowAPITableViewCell.swift */, + ); + path = View; + sourceTree = ""; + }; + 89739D9524459A610016251B /* SendMoneyParent */ = { + isa = PBXGroup; + children = ( + 89739D9624459A610016251B /* Module Interface */, + 89739D9824459A610016251B /* Application Logic */, + 89739D9F24459A610016251B /* User Interface */, + ); + path = SendMoneyParent; + sourceTree = ""; + }; + 89739D9624459A610016251B /* Module Interface */ = { + isa = PBXGroup; + children = ( + 89739D9724459A610016251B /* SendMoneyParentModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 89739D9824459A610016251B /* Application Logic */ = { + isa = PBXGroup; + children = ( + 89739D9924459A610016251B /* Service */, + 89739D9C24459A610016251B /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 89739D9924459A610016251B /* Service */ = { + isa = PBXGroup; + children = ( + 89739D9A24459A610016251B /* SendMoneyParentServiceType.swift */, + 89739D9B24459A610016251B /* SendMoneyParentService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 89739D9C24459A610016251B /* Interactor */ = { + isa = PBXGroup; + children = ( + 89739D9D24459A610016251B /* SendMoneyParentInteractor.swift */, + 89739D9E24459A610016251B /* SendMoneyParentInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 89739D9F24459A610016251B /* User Interface */ = { + isa = PBXGroup; + children = ( + 89739DA024459A610016251B /* Presenter */, + 89739DA224459A610016251B /* Wireframe */, + 89739DA524459A610016251B /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 89739DA024459A610016251B /* Presenter */ = { + isa = PBXGroup; + children = ( + 89739DA124459A610016251B /* SendMoneyParentPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 89739DA224459A610016251B /* Wireframe */ = { + isa = PBXGroup; + children = ( + 89739DA324459A610016251B /* SendMoneyParentWireframe.swift */, + 89739DA424459A610016251B /* SendMoneyParentWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 89739DA524459A610016251B /* View */ = { + isa = PBXGroup; + children = ( + 89739DA624459A610016251B /* ViewModels */, + 89739DA824459A610016251B /* SendMoneyParentViewInterface.swift */, + 89739DA924459A610016251B /* SendMoneyParent.storyboard */, + 89739DAA24459A610016251B /* SendMoneyParentViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 89739DA624459A610016251B /* ViewModels */ = { + isa = PBXGroup; + children = ( + 89739DA724459A610016251B /* SenMoneyPaymentModeRecipientViewModel.swift */, + ); + path = ViewModels; + sourceTree = ""; + }; + 89739DAB24459A610016251B /* SendMoneyReceipt */ = { + isa = PBXGroup; + children = ( + 89739DAC24459A610016251B /* Module Interface */, + 89739DAE24459A610016251B /* Application Logic */, + 89739DB524459A610016251B /* User Interface */, + ); + path = SendMoneyReceipt; + sourceTree = ""; + }; + 89739DAC24459A610016251B /* Module Interface */ = { + isa = PBXGroup; + children = ( + 89739DAD24459A610016251B /* SendMoneyReceiptModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 89739DAE24459A610016251B /* Application Logic */ = { + isa = PBXGroup; + children = ( + 89739DAF24459A610016251B /* Service */, + 89739DB224459A610016251B /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 89739DAF24459A610016251B /* Service */ = { + isa = PBXGroup; + children = ( + 89739DB024459A610016251B /* SendMoneyReceiptService.swift */, + 89739DB124459A610016251B /* SendMoneyReceiptServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 89739DB224459A610016251B /* Interactor */ = { + isa = PBXGroup; + children = ( + 89739DB324459A610016251B /* SendMoneyReceiptInteractor.swift */, + 89739DB424459A610016251B /* SendMoneyReceiptInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 89739DB524459A610016251B /* User Interface */ = { + isa = PBXGroup; + children = ( + 89739DB624459A610016251B /* Presenter */, + 89739DB824459A610016251B /* Wireframe */, + 89739DBB24459A610016251B /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 89739DB624459A610016251B /* Presenter */ = { + isa = PBXGroup; + children = ( + 89739DB724459A610016251B /* SendMoneyReceiptPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 89739DB824459A610016251B /* Wireframe */ = { + isa = PBXGroup; + children = ( + 89739DB924459A610016251B /* SendMoneyReceiptWireframe.swift */, + 89739DBA24459A610016251B /* SendMoneyReceiptWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 89739DBB24459A610016251B /* View */ = { + isa = PBXGroup; + children = ( + 89739DBC24459A610016251B /* SendMoneyReceiptViewInterface.swift */, + 89739DBD24459A610016251B /* SendMoneyReceiptViewController.swift */, + 89739DBE24459A610016251B /* SendMoneyReceipt.storyboard */, + ); + path = View; + sourceTree = ""; + }; + 89739DBF24459A620016251B /* SendMoneyExchangeRate */ = { + isa = PBXGroup; + children = ( + 89739DC024459A620016251B /* Module Interface */, + 89739DC224459A620016251B /* Application Logic */, + 89739DCC24459A620016251B /* User Interface */, + ); + path = SendMoneyExchangeRate; + sourceTree = ""; + }; + 89739DC024459A620016251B /* Module Interface */ = { + isa = PBXGroup; + children = ( + 89739DC124459A620016251B /* SendMoneyExchangeRateModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 89739DC224459A620016251B /* Application Logic */ = { + isa = PBXGroup; + children = ( + 89739DC624459A620016251B /* Service */, + 89739DC924459A620016251B /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 89739DC624459A620016251B /* Service */ = { + isa = PBXGroup; + children = ( + 89739DC724459A620016251B /* SendMoneyExchangeRateServiceType.swift */, + 89739DC824459A620016251B /* SendMoneyExchangeRateService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 89739DC924459A620016251B /* Interactor */ = { + isa = PBXGroup; + children = ( + 89739DCA24459A620016251B /* SendMoneyExchangeRateInteractorIO.swift */, + 89739DCB24459A620016251B /* SendMoneyExchangeRateInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 89739DCC24459A620016251B /* User Interface */ = { + isa = PBXGroup; + children = ( + 89739DCD24459A620016251B /* Presenter */, + 89739DCF24459A620016251B /* Wireframe */, + 89739DD224459A620016251B /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 89739DCD24459A620016251B /* Presenter */ = { + isa = PBXGroup; + children = ( + 89739DCE24459A620016251B /* SendMoneyExchangeRatePresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 89739DCF24459A620016251B /* Wireframe */ = { + isa = PBXGroup; + children = ( + 89739DD024459A620016251B /* SendMoneyExchangeRateWireframeInput.swift */, + 89739DD124459A620016251B /* SendMoneyExchangeRateWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 89739DD224459A620016251B /* View */ = { + isa = PBXGroup; + children = ( + 89739DD324459A620016251B /* SendMoneyExchangeRateViewController.swift */, + 89739DD424459A620016251B /* SendMoneyExchangeRateViewInterface.swift */, + 89739DD524459A620016251B /* SendMoneyExchangeRate.storyboard */, + ); + path = View; + sourceTree = ""; + }; + 89739DEC24459A620016251B /* SendMoneyVerification */ = { + isa = PBXGroup; + children = ( + 89739DED24459A620016251B /* Module Interface */, + 89739DEF24459A620016251B /* Application Logic */, + 89739DF624459A620016251B /* User Interface */, + ); + path = SendMoneyVerification; + sourceTree = ""; + }; + 89739DED24459A620016251B /* Module Interface */ = { + isa = PBXGroup; + children = ( + 89739DEE24459A620016251B /* SendMoneyVerificationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 89739DEF24459A620016251B /* Application Logic */ = { + isa = PBXGroup; + children = ( + 89739DF024459A620016251B /* Service */, + 89739DF324459A620016251B /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 89739DF024459A620016251B /* Service */ = { + isa = PBXGroup; + children = ( + 89739DF124459A620016251B /* SendMoneyVerificationServiceType.swift */, + 89739DF224459A620016251B /* SendMoneyVerificationService.swift */, + ); + path = Service; + sourceTree = ""; + }; + 89739DF324459A620016251B /* Interactor */ = { + isa = PBXGroup; + children = ( + 89739DF424459A620016251B /* SendMoneyVerificationInteractorIO.swift */, + 89739DF524459A620016251B /* SendMoneyVerificationInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 89739DF624459A620016251B /* User Interface */ = { + isa = PBXGroup; + children = ( + 89739DF724459A620016251B /* Presenter */, + 89739DF924459A620016251B /* Wireframe */, + 89739DFC24459A620016251B /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 89739DF724459A620016251B /* Presenter */ = { + isa = PBXGroup; + children = ( + 89739DF824459A620016251B /* SendMoneyVerificationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 89739DF924459A620016251B /* Wireframe */ = { + isa = PBXGroup; + children = ( + 89739DFA24459A620016251B /* SendMoneyVerificationWireframe.swift */, + 89739DFB24459A620016251B /* SendMoneyVerificationWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 89739DFC24459A620016251B /* View */ = { + isa = PBXGroup; + children = ( + 89739DFD24459A620016251B /* SendMoneyVerification.storyboard */, + 89739DFE24459A620016251B /* SendMoneyVerificationViewInterface.swift */, + 89739DFF24459A620016251B /* SendMoneyVerificationViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 89EA0CF2243EC0D1003ACCC8 /* Profile */ = { + isa = PBXGroup; + children = ( + 89EA0D5B243EC1C5003ACCC8 /* ChangePersonalInformation */, + 89EA0D43243EC1C4003ACCC8 /* PersonalInformation */, + 89EA0CF3243EC0D1003ACCC8 /* Profile.storyboard */, + 89EA0D0C243EC0D2003ACCC8 /* ProfileChangePasswordViewController.swift */, + 89EA0D0D243EC0D2003ACCC8 /* ProfileViewController.swift */, + 405213D124EA83A4000F8801 /* ProfileChangePinViewController.swift */, + 40AE56342512DD8A00412B87 /* ChangePinAndPasswordViewController.swift */, + ); + path = Profile; + sourceTree = ""; + }; + 89EA0D43243EC1C4003ACCC8 /* PersonalInformation */ = { + isa = PBXGroup; + children = ( + 89EA0D44243EC1C4003ACCC8 /* Module Interface */, + 89EA0D46243EC1C4003ACCC8 /* Application Logic */, + 89EA0D51243EC1C4003ACCC8 /* User Interface */, + ); + path = PersonalInformation; + sourceTree = ""; + }; + 89EA0D44243EC1C4003ACCC8 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 89EA0D45243EC1C4003ACCC8 /* PersonalInformationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 89EA0D46243EC1C4003ACCC8 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 89EA0D47243EC1C4003ACCC8 /* Model */, + 89EA0D4B243EC1C4003ACCC8 /* Service */, + 89EA0D4E243EC1C4003ACCC8 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 89EA0D47243EC1C4003ACCC8 /* Model */ = { + isa = PBXGroup; + children = ( + 89EA0D48243EC1C4003ACCC8 /* PersonalInformationModel.swift */, + 89EA0D49243EC1C4003ACCC8 /* CityModel.swift */, + 89EA0D4A243EC1C4003ACCC8 /* PersonalInformationContainer.swift */, + ); + path = Model; + sourceTree = ""; + }; + 89EA0D4B243EC1C4003ACCC8 /* Service */ = { + isa = PBXGroup; + children = ( + 89EA0D4C243EC1C4003ACCC8 /* PersonalInformationService.swift */, + 89EA0D4D243EC1C4003ACCC8 /* PersonalInformationServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 89EA0D4E243EC1C4003ACCC8 /* Interactor */ = { + isa = PBXGroup; + children = ( + 89EA0D4F243EC1C4003ACCC8 /* PersonalInformationInteractorIO.swift */, + 89EA0D50243EC1C4003ACCC8 /* PersonalInformationInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 89EA0D51243EC1C4003ACCC8 /* User Interface */ = { + isa = PBXGroup; + children = ( + 89EA0D52243EC1C4003ACCC8 /* Presenter */, + 89EA0D54243EC1C4003ACCC8 /* Wireframe */, + 89EA0D57243EC1C4003ACCC8 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 89EA0D52243EC1C4003ACCC8 /* Presenter */ = { + isa = PBXGroup; + children = ( + 89EA0D53243EC1C4003ACCC8 /* PersonalInformationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 89EA0D54243EC1C4003ACCC8 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 89EA0D55243EC1C4003ACCC8 /* PersonalInformationWireframeInputOutput.swift */, + 89EA0D56243EC1C4003ACCC8 /* PersonalInformationWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 89EA0D57243EC1C4003ACCC8 /* View */ = { + isa = PBXGroup; + children = ( + 89EA0D58243EC1C4003ACCC8 /* PersonalInformation.storyboard */, + 89EA0D59243EC1C4003ACCC8 /* PersonalInformationViewInterface.swift */, + 89EA0D5A243EC1C4003ACCC8 /* PersonalInformationViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 89EA0D5B243EC1C5003ACCC8 /* ChangePersonalInformation */ = { + isa = PBXGroup; + children = ( + 89EA0D5C243EC1C5003ACCC8 /* Module Interface */, + 89EA0D5E243EC1C5003ACCC8 /* Application Logic */, + 89EA0D68243EC1C5003ACCC8 /* User Interface */, + ); + path = ChangePersonalInformation; + sourceTree = ""; + }; + 89EA0D5C243EC1C5003ACCC8 /* Module Interface */ = { + isa = PBXGroup; + children = ( + 89EA0D5D243EC1C5003ACCC8 /* ChangePersonalInformationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + 89EA0D5E243EC1C5003ACCC8 /* Application Logic */ = { + isa = PBXGroup; + children = ( + 89EA0D5F243EC1C5003ACCC8 /* Model */, + 89EA0D62243EC1C5003ACCC8 /* Service */, + 89EA0D65243EC1C5003ACCC8 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + 89EA0D5F243EC1C5003ACCC8 /* Model */ = { + isa = PBXGroup; + children = ( + 89EA0D60243EC1C5003ACCC8 /* ChangePersonalInformationModel.swift */, + 89EA0D61243EC1C5003ACCC8 /* ChangePersonalInformationContainer.swift */, + ); + path = Model; + sourceTree = ""; + }; + 89EA0D62243EC1C5003ACCC8 /* Service */ = { + isa = PBXGroup; + children = ( + 89EA0D63243EC1C5003ACCC8 /* ChangePersonalInformationService.swift */, + 89EA0D64243EC1C5003ACCC8 /* ChangePersonalInformationServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + 89EA0D65243EC1C5003ACCC8 /* Interactor */ = { + isa = PBXGroup; + children = ( + 89EA0D66243EC1C5003ACCC8 /* ChangePersonalInformationInteractor.swift */, + 89EA0D67243EC1C5003ACCC8 /* ChangePersonalInformationInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + 89EA0D68243EC1C5003ACCC8 /* User Interface */ = { + isa = PBXGroup; + children = ( + 89EA0D69243EC1C5003ACCC8 /* Presenter */, + 89EA0D6B243EC1C5003ACCC8 /* Wireframe */, + 89EA0D6E243EC1C5003ACCC8 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + 89EA0D69243EC1C5003ACCC8 /* Presenter */ = { + isa = PBXGroup; + children = ( + 89EA0D6A243EC1C5003ACCC8 /* ChangePersonalInformationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + 89EA0D6B243EC1C5003ACCC8 /* Wireframe */ = { + isa = PBXGroup; + children = ( + 89EA0D6C243EC1C5003ACCC8 /* ChangePersonalInformationWireframeInputOutput.swift */, + 89EA0D6D243EC1C5003ACCC8 /* ChangePersonalInformationWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + 89EA0D6E243EC1C5003ACCC8 /* View */ = { + isa = PBXGroup; + children = ( + 89EA0D6F243EC1C5003ACCC8 /* ChangePersonalInformation.storyboard */, + 89EA0D70243EC1C5003ACCC8 /* ChangePersonalInformationViewInterface.swift */, + 89EA0D71243EC1C5003ACCC8 /* ChangePersonalInformationViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + 9F9DF0CA1FEBC0A0005B8F42 /* RecipientModules */ = { + isa = PBXGroup; + children = ( + 73210D8C22FBE73100715D6C /* Recipients */, + 73195A9B22FD14D400151434 /* SetupRecipient */, + ); + path = RecipientModules; + sourceTree = ""; + }; + 9FD260EB1FD00458007A511D = { + isa = PBXGroup; + children = ( + D94838D421757F8C00FFC19E /* GME Remit.entitlements */, + 9FD260F61FD00458007A511D /* GME Remit */, + 9FD2610B1FD00458007A511D /* GME RemitTests */, + 9FD261161FD00458007A511D /* GME RemitUITests */, + 739F817B234ADA75003ABCF3 /* SnapshotUITest */, + 9FD260F51FD00458007A511D /* Products */, + 3DE940CE478E7407EB7DE7CE /* Frameworks */, + DFC92C5596F51F3BEC755F15 /* Pods */, + ); + sourceTree = ""; + }; + 9FD260F51FD00458007A511D /* Products */ = { + isa = PBXGroup; + children = ( + 9FD260F41FD00458007A511D /* JME Remit.app */, + 9FD261081FD00458007A511D /* GMERemittanceTests.xctest */, + 9FD261131FD00458007A511D /* GMERemittanceUITests.xctest */, + 739F817A234ADA75003ABCF3 /* SnapshotUITest.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 9FD260F61FD00458007A511D /* GME Remit */ = { + isa = PBXGroup; + children = ( + 9FD260F71FD00458007A511D /* AppDelegate.swift */, + 7E364CE824A44531007D6E02 /* Shared */, + D96848CA212D3F1200EF12B1 /* APIs */, + D9B7ADFB21300727009B0564 /* Protocols */, + 0496B8511FE7DFDD0044810E /* Extensions */, + D962231C212C123600B7A115 /* Models */, + D907AB96212AA8A300915A87 /* Modules */, + 405AA15D2541DB6A00508420 /* MultiLanguages */, + D96A4FBA2146075800CFD507 /* Utilities */, + 73168A1D22F3CAB600878038 /* Supported Files */, + ); + path = "GME Remit"; + sourceTree = ""; + }; + 9FD2610B1FD00458007A511D /* GME RemitTests */ = { + isa = PBXGroup; + children = ( + 731154CB227C178A00FEBF7F /* APITest.swift */, + 7310475B226960E70025D77D /* KeychainTest.swift */, + 9FD2610E1FD00458007A511D /* Info.plist */, + 738DEC1A22D429AB00936C2C /* FunctionTest.swift */, + 7383F43722DEB87D003D6393 /* DatabaseTest.swift */, + ); + path = "GME RemitTests"; + sourceTree = ""; + }; + 9FD261161FD00458007A511D /* GME RemitUITests */ = { + isa = PBXGroup; + children = ( + 9FD261171FD00458007A511D /* GME RemitUITests.swift */, + 9FD261191FD00458007A511D /* Info.plist */, + ); + path = "GME RemitUITests"; + sourceTree = ""; + }; + BEC9AFE7224FC49C00A2DA06 /* BiometricAuthentication */ = { + isa = PBXGroup; + children = ( + BEC9AFE8224FC49C00A2DA06 /* Module Interface */, + BEC9AFEA224FC49C00A2DA06 /* Application Logic */, + BEC9AFF1224FC49C00A2DA06 /* User Interface */, + ); + path = BiometricAuthentication; + sourceTree = ""; + }; + BEC9AFE8224FC49C00A2DA06 /* Module Interface */ = { + isa = PBXGroup; + children = ( + BEC9AFE9224FC49C00A2DA06 /* BiometricAuthenticationModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + BEC9AFEA224FC49C00A2DA06 /* Application Logic */ = { + isa = PBXGroup; + children = ( + BEC9AFEB224FC49C00A2DA06 /* Service */, + BEC9AFEE224FC49C00A2DA06 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + BEC9AFEB224FC49C00A2DA06 /* Service */ = { + isa = PBXGroup; + children = ( + BEC9AFEC224FC49C00A2DA06 /* BiometricAuthenticationService.swift */, + BEC9AFED224FC49C00A2DA06 /* BiometricAuthenticationServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + BEC9AFEE224FC49C00A2DA06 /* Interactor */ = { + isa = PBXGroup; + children = ( + BEC9AFEF224FC49C00A2DA06 /* BiometricAuthenticationInteractorIO.swift */, + BEC9AFF0224FC49C00A2DA06 /* BiometricAuthenticationInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + BEC9AFF1224FC49C00A2DA06 /* User Interface */ = { + isa = PBXGroup; + children = ( + BEC9AFF2224FC49C00A2DA06 /* Presenter */, + BEC9AFF4224FC49C00A2DA06 /* Wireframe */, + BEC9AFF7224FC49C00A2DA06 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + BEC9AFF2224FC49C00A2DA06 /* Presenter */ = { + isa = PBXGroup; + children = ( + BEC9AFF3224FC49C00A2DA06 /* BiometricAuthenticationPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + BEC9AFF4224FC49C00A2DA06 /* Wireframe */ = { + isa = PBXGroup; + children = ( + BEC9AFF5224FC49C00A2DA06 /* BiometricAuthenticationWireframe.swift */, + BEC9AFF6224FC49C00A2DA06 /* BiometricAuthenticationWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + BEC9AFF7224FC49C00A2DA06 /* View */ = { + isa = PBXGroup; + children = ( + BEC9AFF8224FC49C00A2DA06 /* ViewModels */, + BEC9AFF9224FC49C00A2DA06 /* BiometricAuthenticationViewInterface.swift */, + BEC9AFFA224FC49C00A2DA06 /* BiometricAuthenticationViewController.swift */, + BEC9AFFB224FC49C00A2DA06 /* BiometricAuthentication.storyboard */, + ); + path = View; + sourceTree = ""; + }; + BEC9AFF8224FC49C00A2DA06 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D9031127214786EA00AD5BA9 /* ForgotPassword */ = { + isa = PBXGroup; + children = ( + D9031128214786EA00AD5BA9 /* Module Interface */, + D903112A214786EA00AD5BA9 /* Application Logic */, + D9031131214786EA00AD5BA9 /* User Interface */, + ); + path = ForgotPassword; + sourceTree = ""; + }; + D9031128214786EA00AD5BA9 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D9031129214786EA00AD5BA9 /* ForgotPasswordModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D903112A214786EA00AD5BA9 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D903112B214786EA00AD5BA9 /* Service */, + D903112E214786EA00AD5BA9 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D903112B214786EA00AD5BA9 /* Service */ = { + isa = PBXGroup; + children = ( + D903112C214786EA00AD5BA9 /* ForgotPasswordServiceType.swift */, + D903112D214786EA00AD5BA9 /* ForgotPasswordService.swift */, + ); + path = Service; + sourceTree = ""; + }; + D903112E214786EA00AD5BA9 /* Interactor */ = { + isa = PBXGroup; + children = ( + D903112F214786EA00AD5BA9 /* ForgotPasswordInteractor.swift */, + D9031130214786EA00AD5BA9 /* ForgotPasswordInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D9031131214786EA00AD5BA9 /* User Interface */ = { + isa = PBXGroup; + children = ( + D9031132214786EA00AD5BA9 /* Presenter */, + D9031134214786EA00AD5BA9 /* Wireframe */, + D9031137214786EA00AD5BA9 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D9031132214786EA00AD5BA9 /* Presenter */ = { + isa = PBXGroup; + children = ( + D9031133214786EA00AD5BA9 /* ForgotPasswordPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D9031134214786EA00AD5BA9 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D9031135214786EA00AD5BA9 /* ForgotPasswordWireframe.swift */, + D9031136214786EA00AD5BA9 /* ForgotPasswordWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D9031137214786EA00AD5BA9 /* View */ = { + isa = PBXGroup; + children = ( + D9031138214786EA00AD5BA9 /* ViewModels */, + D9031139214786EA00AD5BA9 /* ForgotPassword.storyboard */, + D903113A214786EA00AD5BA9 /* ForgotPasswordViewController.swift */, + D903113B214786EA00AD5BA9 /* ForgotPasswordViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + D9031138214786EA00AD5BA9 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D907AB96212AA8A300915A87 /* Modules */ = { + isa = PBXGroup; + children = ( + 737262412705A749004086B8 /* RenewID */, + 892F9E74243DB0F200D9D88C /* ShowAPI */, + 7327566D23B0456300BF66C5 /* ManageAgreement */, + FF6E7D7921BF951D00A003B9 /* AppUpdate */, + 736A8C262277EAC100337A50 /* BiometricAuthModules */, + D9B7ADDB2130048E009B0564 /* ExchangeRates */, + D9031127214786EA00AD5BA9 /* ForgotPassword */, + D95B5E2421311056000C0B33 /* GmeContacts */, + EC2D9C1F2826C65A00996921 /* SlipUpload */, + D950BEBC21549242008367A1 /* Home */, + 73149F4E22E5AF8000D66B26 /* LauncherScreen */, + D946718021426DFB003924DB /* Login */, + D92B80122140C3CB00A25B26 /* Main */, + 73FBBEF223F23151009D7627 /* Notice */, + 89EA0CF2243EC0D1003ACCC8 /* Profile */, + 9F9DF0CA1FEBC0A0005B8F42 /* RecipientModules */, + 73138D9322B7509F001280D3 /* RegisterModules */, + 73A6211E233073D2000FFB5B /* RemittanceModules */, + 042E6EFB203EAE3A004667A1 /* SideMenu */, + D96A4FBF21460B4900CFD507 /* SplashScreen */, + 7EDBFBC324B2C5DA00AD5D4D /* RedeemCashPickUp */, + D96BD100216479E200DFE7D8 /* WalletStatement */, + 7EDBFC0B24B3090700AD5D4D /* Withdraw */, + ); + path = Modules; + sourceTree = ""; + }; + D92B80122140C3CB00A25B26 /* Main */ = { + isa = PBXGroup; + children = ( + D92B80132140C3CB00A25B26 /* Module Interface */, + D92B80152140C3CB00A25B26 /* Application Logic */, + D92B801C2140C3CB00A25B26 /* User Interface */, + ); + path = Main; + sourceTree = ""; + }; + D92B80132140C3CB00A25B26 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D92B80142140C3CB00A25B26 /* MainModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D92B80152140C3CB00A25B26 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D92B80162140C3CB00A25B26 /* Service */, + D92B80192140C3CB00A25B26 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D92B80162140C3CB00A25B26 /* Service */ = { + isa = PBXGroup; + children = ( + D92B80172140C3CB00A25B26 /* MainService.swift */, + D92B80182140C3CB00A25B26 /* MainServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + D92B80192140C3CB00A25B26 /* Interactor */ = { + isa = PBXGroup; + children = ( + D92B801A2140C3CB00A25B26 /* MainInteractor.swift */, + D92B801B2140C3CB00A25B26 /* MainInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D92B801C2140C3CB00A25B26 /* User Interface */ = { + isa = PBXGroup; + children = ( + D92B801D2140C3CB00A25B26 /* Presenter */, + D92B801F2140C3CB00A25B26 /* Wireframe */, + D92B80222140C3CB00A25B26 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D92B801D2140C3CB00A25B26 /* Presenter */ = { + isa = PBXGroup; + children = ( + D92B801E2140C3CB00A25B26 /* MainPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D92B801F2140C3CB00A25B26 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D92B80202140C3CB00A25B26 /* MainWireframeInput.swift */, + D92B80212140C3CB00A25B26 /* MainWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D92B80222140C3CB00A25B26 /* View */ = { + isa = PBXGroup; + children = ( + D92B80232140C3CB00A25B26 /* MainViewInterface.swift */, + D92B80242140C3CB00A25B26 /* MainViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + D946717B21426CBA003924DB /* OverseasModules */ = { + isa = PBXGroup; + children = ( + 7354AB0B270D3216004EBA7D /* TermsAndCondition */, + 73D3F3C6270C65B5006C3F97 /* CDDIViewController */, + 404654B624E6666E000E5BFB /* PINView */, + 89739DBF24459A620016251B /* SendMoneyExchangeRate */, + 89739D9524459A610016251B /* SendMoneyParent */, + 89739DAB24459A610016251B /* SendMoneyReceipt */, + 89739DEC24459A620016251B /* SendMoneyVerification */, + ); + path = OverseasModules; + sourceTree = ""; + }; + D946718021426DFB003924DB /* Login */ = { + isa = PBXGroup; + children = ( + D946718121426DFB003924DB /* Module Interface */, + D946718321426DFB003924DB /* Application Logic */, + D946718A21426DFB003924DB /* User Interface */, + ); + path = Login; + sourceTree = ""; + }; + D946718121426DFB003924DB /* Module Interface */ = { + isa = PBXGroup; + children = ( + D946718221426DFB003924DB /* LoginModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D946718321426DFB003924DB /* Application Logic */ = { + isa = PBXGroup; + children = ( + D946718421426DFB003924DB /* Service */, + D946718721426DFB003924DB /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D946718421426DFB003924DB /* Service */ = { + isa = PBXGroup; + children = ( + D946718521426DFB003924DB /* LoginService.swift */, + D946718621426DFB003924DB /* LoginServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + D946718721426DFB003924DB /* Interactor */ = { + isa = PBXGroup; + children = ( + D946718821426DFB003924DB /* LoginInteractor.swift */, + D946718921426DFB003924DB /* LoginInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D946718A21426DFB003924DB /* User Interface */ = { + isa = PBXGroup; + children = ( + D946718B21426DFB003924DB /* Presenter */, + D946718D21426DFB003924DB /* Wireframe */, + D946719021426DFB003924DB /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D946718B21426DFB003924DB /* Presenter */ = { + isa = PBXGroup; + children = ( + D946718C21426DFB003924DB /* LoginPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D946718D21426DFB003924DB /* Wireframe */ = { + isa = PBXGroup; + children = ( + D946718E21426DFB003924DB /* LoginWireframe.swift */, + D946718F21426DFB003924DB /* LoginWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D946719021426DFB003924DB /* View */ = { + isa = PBXGroup; + children = ( + D946719121426DFB003924DB /* ViewModels */, + D946719221426DFB003924DB /* LoginViewInterface.swift */, + D946719321426DFB003924DB /* Login.storyboard */, + D946719421426DFB003924DB /* LoginViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + D946719121426DFB003924DB /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D950BEBC21549242008367A1 /* Home */ = { + isa = PBXGroup; + children = ( + D950BEBD21549242008367A1 /* Module Interface */, + D950BEBF21549242008367A1 /* Application Logic */, + D950BEC621549242008367A1 /* User Interface */, + ); + path = Home; + sourceTree = ""; + }; + D950BEBD21549242008367A1 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D950BEBE21549242008367A1 /* HomeModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D950BEBF21549242008367A1 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D950BEC021549242008367A1 /* Service */, + D950BEC321549242008367A1 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D950BEC021549242008367A1 /* Service */ = { + isa = PBXGroup; + children = ( + D950BEC121549242008367A1 /* HomeServiceType.swift */, + D950BEC221549242008367A1 /* HomeService.swift */, + ); + path = Service; + sourceTree = ""; + }; + D950BEC321549242008367A1 /* Interactor */ = { + isa = PBXGroup; + children = ( + D950BEC421549242008367A1 /* HomeInteractorIO.swift */, + D950BEC521549242008367A1 /* HomeInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D950BEC621549242008367A1 /* User Interface */ = { + isa = PBXGroup; + children = ( + D950BEC721549242008367A1 /* Presenter */, + D950BEC921549242008367A1 /* Wireframe */, + D950BECC21549242008367A1 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D950BEC721549242008367A1 /* Presenter */ = { + isa = PBXGroup; + children = ( + D950BEC821549242008367A1 /* HomePresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D950BEC921549242008367A1 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D950BECA21549242008367A1 /* HomeWireframeInput.swift */, + D950BECB21549242008367A1 /* HomeWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D950BECC21549242008367A1 /* View */ = { + isa = PBXGroup; + children = ( + D950BEDC215496C0008367A1 /* Cell */, + D950BECD21549242008367A1 /* ViewModels */, + D950BECE21549242008367A1 /* Home.storyboard */, + D950BECF21549242008367A1 /* HomeViewController.swift */, + D950BED021549242008367A1 /* HomeViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + D950BECD21549242008367A1 /* ViewModels */ = { + isa = PBXGroup; + children = ( + D923EBBA215C7E67008A3026 /* HomeCollectionModel.swift */, + ); + path = ViewModels; + sourceTree = ""; + }; + D950BEDC215496C0008367A1 /* Cell */ = { + isa = PBXGroup; + children = ( + D950BEDD215496F6008367A1 /* HomeRemainingLimitTableViewCell.swift */, + D9AFE855215C7166005F3A25 /* HomeCollectionTableViewCell.swift */, + D923EBB8215C7421008A3026 /* HomeCollectionCollectionViewCell.swift */, + ); + path = Cell; + sourceTree = ""; + }; + D95B5E2421311056000C0B33 /* GmeContacts */ = { + isa = PBXGroup; + children = ( + D95B5E2521311056000C0B33 /* Module Interface */, + D95B5E2721311056000C0B33 /* Application Logic */, + D95B5E2E21311056000C0B33 /* User Interface */, + ); + path = GmeContacts; + sourceTree = ""; + }; + D95B5E2521311056000C0B33 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D95B5E2621311056000C0B33 /* GmeContactsModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D95B5E2721311056000C0B33 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D95B5E2821311056000C0B33 /* Service */, + D95B5E2B21311056000C0B33 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D95B5E2821311056000C0B33 /* Service */ = { + isa = PBXGroup; + children = ( + D95B5E2921311056000C0B33 /* GmeContactsService.swift */, + D95B5E2A21311056000C0B33 /* GmeContactsServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + D95B5E2B21311056000C0B33 /* Interactor */ = { + isa = PBXGroup; + children = ( + D95B5E2C21311056000C0B33 /* GmeContactsInteractor.swift */, + D95B5E2D21311056000C0B33 /* GmeContactsInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D95B5E2E21311056000C0B33 /* User Interface */ = { + isa = PBXGroup; + children = ( + D95B5E2F21311056000C0B33 /* Presenter */, + D95B5E3121311056000C0B33 /* Wireframe */, + D95B5E3421311056000C0B33 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D95B5E2F21311056000C0B33 /* Presenter */ = { + isa = PBXGroup; + children = ( + D95B5E3021311056000C0B33 /* GmeContactsPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D95B5E3121311056000C0B33 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D95B5E3221311056000C0B33 /* GmeContactsWireframeInput.swift */, + D95B5E3321311056000C0B33 /* GmeContactsWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D95B5E3421311056000C0B33 /* View */ = { + isa = PBXGroup; + children = ( + FF29296A212B8DE600FF5BAC /* Cell */, + D95B5E3521311056000C0B33 /* GmeContactsViewInterface.swift */, + D95B5E3621311056000C0B33 /* ViewModels */, + D95B5E3721311056000C0B33 /* GmeContacts.storyboard */, + D95B5E3821311056000C0B33 /* GmeContactsViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + D95B5E3621311056000C0B33 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D95B7044213FB5F00053CC3D /* WebLinks */ = { + isa = PBXGroup; + children = ( + 041A86A321D1F5050044C83C /* WkWebView */, + D95B7045213FB5F00053CC3D /* WebLinksViewController.swift */, + D95B7046213FB5F00053CC3D /* Storyboard.storyboard */, + ); + path = WebLinks; + sourceTree = ""; + }; + D962231C212C123600B7A115 /* Models */ = { + isa = PBXGroup; + children = ( + 738FD4852303D640008B144D /* Request */, + 738FD4862303D654008B144D /* Response */, + ); + path = Models; + sourceTree = ""; + }; + D96848CA212D3F1200EF12B1 /* APIs */ = { + isa = PBXGroup; + children = ( + 731627A623010C5B00BA48A8 /* Router */, + 73538B2122EFC5FA00188CDD /* CommonServiceType.swift */, + D96848CB212D3F2300EF12B1 /* ExchangeRateApiService.swift */, + 0496B8451FE7DFA10044810E /* RestApiManager.swift */, + 049E61A41FF0AE9D00817C76 /* UrlManager.swift */, + ); + path = APIs; + sourceTree = ""; + }; + D96A4FBA2146075800CFD507 /* Utilities */ = { + isa = PBXGroup; + children = ( + D96A4FBB2146079600CFD507 /* AppConstants.swift */, + 73976D212331BFB1003CF5E1 /* BankEnum.swift */, + 7388A6D722E17F9400A57891 /* CountryEnum.swift */, + D99D72A9212D595B00601F48 /* CountryInfo.swift */, + 739F8186234AFF13003ABCF3 /* DebugManager.swift */, + D9B39675214F7DDC0072A9B8 /* ImageCroper.swift */, + 73FDCE1C225C167700CC6912 /* KeyChain.swift */, + D9B39676214F7DDC0072A9B8 /* MultiMediaManager.swift */, + 7303E5722344A1F000472407 /* StoreReviewHelper.swift */, + 733A3BA02355575F00E6B87E /* CustomUI */, + 7383F43422DEB864003D6393 /* Database */, + 73895FF522C2F208003FEA90 /* TablePresenter */, + D95B7044213FB5F00053CC3D /* WebLinks */, + ); + path = Utilities; + sourceTree = ""; + }; + D96A4FBF21460B4900CFD507 /* SplashScreen */ = { + isa = PBXGroup; + children = ( + D96A4FC021460B4900CFD507 /* Module Interface */, + D96A4FC221460B4900CFD507 /* Application Logic */, + D96A4FC921460B4900CFD507 /* User Interface */, + ); + path = SplashScreen; + sourceTree = ""; + }; + D96A4FC021460B4900CFD507 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D96A4FC121460B4900CFD507 /* SplashScreenModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D96A4FC221460B4900CFD507 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D96A4FC321460B4900CFD507 /* Service */, + D96A4FC621460B4900CFD507 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D96A4FC321460B4900CFD507 /* Service */ = { + isa = PBXGroup; + children = ( + D96A4FC421460B4900CFD507 /* SplashScreenService.swift */, + D96A4FC521460B4900CFD507 /* SplashScreenServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + D96A4FC621460B4900CFD507 /* Interactor */ = { + isa = PBXGroup; + children = ( + D96A4FC721460B4900CFD507 /* SplashScreenInteractor.swift */, + D96A4FC821460B4900CFD507 /* SplashScreenInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D96A4FC921460B4900CFD507 /* User Interface */ = { + isa = PBXGroup; + children = ( + D96A4FCA21460B4900CFD507 /* Presenter */, + D96A4FCC21460B4900CFD507 /* Wireframe */, + D96A4FCF21460B4900CFD507 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D96A4FCA21460B4900CFD507 /* Presenter */ = { + isa = PBXGroup; + children = ( + D96A4FCB21460B4900CFD507 /* SplashScreenPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D96A4FCC21460B4900CFD507 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D96A4FCD21460B4900CFD507 /* SplashScreenWireframe.swift */, + D96A4FCE21460B4900CFD507 /* SplashScreenWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D96A4FCF21460B4900CFD507 /* View */ = { + isa = PBXGroup; + children = ( + D96A4FD021460B4900CFD507 /* ViewModels */, + D96A4FD121460B4900CFD507 /* SplashScreenViewInterface.swift */, + D96A4FD221460B4900CFD507 /* SplashScreen.storyboard */, + D96A4FD321460B4900CFD507 /* SplashScreenViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + D96A4FD021460B4900CFD507 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D96BD100216479E200DFE7D8 /* WalletStatement */ = { + isa = PBXGroup; + children = ( + D96BD101216479E200DFE7D8 /* Module Interface */, + D96BD103216479E200DFE7D8 /* Application Logic */, + D96BD10A216479E200DFE7D8 /* User Interface */, + ); + path = WalletStatement; + sourceTree = ""; + }; + D96BD101216479E200DFE7D8 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D96BD102216479E200DFE7D8 /* WalletStatementModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D96BD103216479E200DFE7D8 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D96BD104216479E200DFE7D8 /* Service */, + D96BD107216479E200DFE7D8 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D96BD104216479E200DFE7D8 /* Service */ = { + isa = PBXGroup; + children = ( + D96BD105216479E200DFE7D8 /* WalletStatementServiceType.swift */, + D96BD106216479E200DFE7D8 /* WalletStatementService.swift */, + ); + path = Service; + sourceTree = ""; + }; + D96BD107216479E200DFE7D8 /* Interactor */ = { + isa = PBXGroup; + children = ( + D96BD108216479E200DFE7D8 /* WalletStatementInteractorIO.swift */, + D96BD109216479E200DFE7D8 /* WalletStatementInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D96BD10A216479E200DFE7D8 /* User Interface */ = { + isa = PBXGroup; + children = ( + D96BD10B216479E200DFE7D8 /* Presenter */, + D96BD10D216479E200DFE7D8 /* Wireframe */, + D96BD110216479E200DFE7D8 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D96BD10B216479E200DFE7D8 /* Presenter */ = { + isa = PBXGroup; + children = ( + D96BD10C216479E200DFE7D8 /* WalletStatementPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D96BD10D216479E200DFE7D8 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D96BD10E216479E200DFE7D8 /* WalletStatementWireframe.swift */, + D96BD10F216479E200DFE7D8 /* WalletStatementWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D96BD110216479E200DFE7D8 /* View */ = { + isa = PBXGroup; + children = ( + D96BD1242164871F00DFE7D8 /* Cell */, + D96BD111216479E200DFE7D8 /* ViewModels */, + D96BD112216479E200DFE7D8 /* WalletStatement.storyboard */, + D96BD113216479E200DFE7D8 /* WalletStatementViewInterface.swift */, + D96BD114216479E200DFE7D8 /* WalletStatementViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + D96BD111216479E200DFE7D8 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D96BD1242164871F00DFE7D8 /* Cell */ = { + isa = PBXGroup; + children = ( + D96BD1252164875800DFE7D8 /* WalletStatementTableViewCell.swift */, + ); + path = Cell; + sourceTree = ""; + }; + D9778588215DC55E00754079 /* TransactionHistory */ = { + isa = PBXGroup; + children = ( + D9778589215DC55E00754079 /* Module Interface */, + D977858B215DC55E00754079 /* Application Logic */, + D9778592215DC55E00754079 /* User Interface */, + ); + path = TransactionHistory; + sourceTree = ""; + }; + D9778589215DC55E00754079 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D977858A215DC55E00754079 /* TransactionHistoryModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D977858B215DC55E00754079 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D977858C215DC55E00754079 /* Service */, + D977858F215DC55E00754079 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D977858C215DC55E00754079 /* Service */ = { + isa = PBXGroup; + children = ( + D977858D215DC55E00754079 /* TransactionHistoryService.swift */, + D977858E215DC55E00754079 /* TransactionHistoryServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + D977858F215DC55E00754079 /* Interactor */ = { + isa = PBXGroup; + children = ( + D9778590215DC55E00754079 /* TransactionHistoryInteractorIO.swift */, + D9778591215DC55E00754079 /* TransactionHistoryInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D9778592215DC55E00754079 /* User Interface */ = { + isa = PBXGroup; + children = ( + D9778593215DC55E00754079 /* Presenter */, + D9778595215DC55E00754079 /* Wireframe */, + D9778598215DC55E00754079 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D9778593215DC55E00754079 /* Presenter */ = { + isa = PBXGroup; + children = ( + D9778594215DC55E00754079 /* TransactionHistoryPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D9778595215DC55E00754079 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D9778596215DC55E00754079 /* TransactionHistoryWireframeInput.swift */, + D9778597215DC55E00754079 /* TransactionHistoryWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D9778598215DC55E00754079 /* View */ = { + isa = PBXGroup; + children = ( + D97785A8215DD02800754079 /* Cell */, + D9778599215DC55E00754079 /* ViewModels */, + D977859A215DC55E00754079 /* TransactionHistory.storyboard */, + D977859B215DC55E00754079 /* TransactionHistoryViewController.swift */, + D977859C215DC55E00754079 /* TransactionHistoryViewInterface.swift */, + D9B4143F2161AD2000A53D9D /* TransactionHistoryDatePicker.storyboard */, + D9B414412161AE2800A53D9D /* DatePickerViewController.swift */, + ); + path = View; + sourceTree = ""; + }; + D9778599215DC55E00754079 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D97785A8215DD02800754079 /* Cell */ = { + isa = PBXGroup; + children = ( + D97785A9215DD04400754079 /* TransactionHistoryTableViewCell.swift */, + 73684455237BD23B00796620 /* InboundTransactionCell.swift */, + ); + path = Cell; + sourceTree = ""; + }; + D9B7ADDB2130048E009B0564 /* ExchangeRates */ = { + isa = PBXGroup; + children = ( + D9B7ADDC2130048E009B0564 /* Module Interface */, + D9B7ADDE2130048E009B0564 /* Application Logic */, + D9B7ADE52130048E009B0564 /* User Interface */, + ); + path = ExchangeRates; + sourceTree = ""; + }; + D9B7ADDC2130048E009B0564 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D9B7ADDD2130048E009B0564 /* ExchangeRatesModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D9B7ADDE2130048E009B0564 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D9B7ADDF2130048E009B0564 /* Service */, + D9B7ADE22130048E009B0564 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D9B7ADDF2130048E009B0564 /* Service */ = { + isa = PBXGroup; + children = ( + D9B7ADE02130048E009B0564 /* ExchangeRatesService.swift */, + D9B7ADE12130048E009B0564 /* ExchangeRatesServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + D9B7ADE22130048E009B0564 /* Interactor */ = { + isa = PBXGroup; + children = ( + D9B7ADE32130048E009B0564 /* ExchangeRatesInteractorIO.swift */, + D9B7ADE42130048E009B0564 /* ExchangeRatesInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D9B7ADE52130048E009B0564 /* User Interface */ = { + isa = PBXGroup; + children = ( + D9B7ADE62130048E009B0564 /* Presenter */, + D9B7ADE82130048E009B0564 /* Wireframe */, + D9B7ADEB2130048E009B0564 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D9B7ADE62130048E009B0564 /* Presenter */ = { + isa = PBXGroup; + children = ( + D9B7ADE72130048E009B0564 /* ExchangeRatesPresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D9B7ADE82130048E009B0564 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D9B7ADE92130048E009B0564 /* ExchangeRatesWireframeInput.swift */, + D9B7ADEA2130048E009B0564 /* ExchangeRatesWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D9B7ADEB2130048E009B0564 /* View */ = { + isa = PBXGroup; + children = ( + D9B7ADEC2130048E009B0564 /* ViewModels */, + D9B7ADED2130048E009B0564 /* ExchangeRatesViewController.swift */, + D9B7ADEE2130048E009B0564 /* ExchangeRates.storyboard */, + FF29296B212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift */, + D9B7ADEF2130048E009B0564 /* ExchangeRatesViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + D9B7ADEC2130048E009B0564 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + D9B7ADFB21300727009B0564 /* Protocols */ = { + isa = PBXGroup; + children = ( + D96848CD212D419400EF12B1 /* ApiServiceType.swift */, + D9B7ADFC2130073A009B0564 /* WireframeInput.swift */, + 73210DAE22FBF2BA00715D6C /* ViewModelType.swift */, + 738FD4872303D70E008B144D /* RequestModelType.swift */, + ); + path = Protocols; + sourceTree = ""; + }; + D9DC106321639077008F3C51 /* MessageCompose */ = { + isa = PBXGroup; + children = ( + D9DC106421639077008F3C51 /* Module Interface */, + D9DC106621639077008F3C51 /* Application Logic */, + D9DC106D21639077008F3C51 /* User Interface */, + ); + path = MessageCompose; + sourceTree = ""; + }; + D9DC106421639077008F3C51 /* Module Interface */ = { + isa = PBXGroup; + children = ( + D9DC106521639077008F3C51 /* MessageComposeModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + D9DC106621639077008F3C51 /* Application Logic */ = { + isa = PBXGroup; + children = ( + D9DC106721639077008F3C51 /* Service */, + D9DC106A21639077008F3C51 /* Interactor */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + D9DC106721639077008F3C51 /* Service */ = { + isa = PBXGroup; + children = ( + D9DC106821639077008F3C51 /* MessageComposeServiceType.swift */, + D9DC106921639077008F3C51 /* MessageComposeService.swift */, + ); + path = Service; + sourceTree = ""; + }; + D9DC106A21639077008F3C51 /* Interactor */ = { + isa = PBXGroup; + children = ( + D9DC106B21639077008F3C51 /* MessageComposeInteractorIO.swift */, + D9DC106C21639077008F3C51 /* MessageComposeInteractor.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + D9DC106D21639077008F3C51 /* User Interface */ = { + isa = PBXGroup; + children = ( + D9DC106E21639077008F3C51 /* Presenter */, + D9DC107021639077008F3C51 /* Wireframe */, + D9DC107321639077008F3C51 /* View */, + ); + path = "User Interface"; + sourceTree = ""; + }; + D9DC106E21639077008F3C51 /* Presenter */ = { + isa = PBXGroup; + children = ( + D9DC106F21639077008F3C51 /* MessageComposePresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + D9DC107021639077008F3C51 /* Wireframe */ = { + isa = PBXGroup; + children = ( + D9DC107121639077008F3C51 /* MessageComposeWireframeInput.swift */, + D9DC107221639077008F3C51 /* MessageComposeWireframe.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; + D9DC107321639077008F3C51 /* View */ = { + isa = PBXGroup; + children = ( + D9DC107421639077008F3C51 /* ViewModels */, + D9DC107521639077008F3C51 /* MessageComposeViewController.swift */, + D9DC107621639077008F3C51 /* MessageComposeViewInterface.swift */, + D9DC107721639077008F3C51 /* MessageCompose.storyboard */, + ); + path = View; + sourceTree = ""; + }; + D9DC107421639077008F3C51 /* ViewModels */ = { + isa = PBXGroup; + children = ( + ); + path = ViewModels; + sourceTree = ""; + }; + DFC92C5596F51F3BEC755F15 /* Pods */ = { + isa = PBXGroup; + children = ( + 55600052AED9B7B09887A8B3 /* Pods-GME Remit.debug.xcconfig */, + 382D802DD74FA232C60815F2 /* Pods-GME Remit.release.xcconfig */, + A122A469B588D608F544863C /* Pods-GMERemittanceTests.debug.xcconfig */, + 3DC711495F701A2990ED1DD7 /* Pods-GMERemittanceTests.release.xcconfig */, + F1101393B519381AC79DA0A9 /* Pods-GMERemittanceUITests.debug.xcconfig */, + 792D2CC28585281952F299B0 /* Pods-GMERemittanceUITests.release.xcconfig */, + ); + path = Pods; + sourceTree = ""; + }; + EC2D9C1F2826C65A00996921 /* SlipUpload */ = { + isa = PBXGroup; + children = ( + EC2D9C202826C67600996921 /* SlipUpload.storyboard */, + EC2D9C222826C68E00996921 /* SlipUploadViewController.swift */, + ); + path = SlipUpload; + sourceTree = ""; + }; + FF29296A212B8DE600FF5BAC /* Cell */ = { + isa = PBXGroup; + children = ( + D95B5E4621314A3B000C0B33 /* GmeContactsTableViewCell.swift */, + D95B5E4A21315C57000C0B33 /* EmptyTableViewCell.swift */, + ); + name = Cell; + path = ../../../Cell; + sourceTree = ""; + }; + FF6E7D7921BF951D00A003B9 /* AppUpdate */ = { + isa = PBXGroup; + children = ( + FF6E7D7A21BF951D00A003B9 /* Application Logic */, + FF6E7D8121BF951D00A003B9 /* Module Interface */, + FF6E7D8321BF951D00A003B9 /* User Interface */, + ); + path = AppUpdate; + sourceTree = ""; + }; + FF6E7D7A21BF951D00A003B9 /* Application Logic */ = { + isa = PBXGroup; + children = ( + FF6E7D7B21BF951D00A003B9 /* Interactor */, + FF6E7D7E21BF951D00A003B9 /* Service */, + ); + path = "Application Logic"; + sourceTree = ""; + }; + FF6E7D7B21BF951D00A003B9 /* Interactor */ = { + isa = PBXGroup; + children = ( + FF6E7D7C21BF951D00A003B9 /* AppUpdateInteractor.swift */, + FF6E7D7D21BF951D00A003B9 /* AppUpdateInteractorIO.swift */, + ); + path = Interactor; + sourceTree = ""; + }; + FF6E7D7E21BF951D00A003B9 /* Service */ = { + isa = PBXGroup; + children = ( + FF6E7D7F21BF951D00A003B9 /* AppUpdateService.swift */, + FF6E7D8021BF951D00A003B9 /* AppUpdateServiceType.swift */, + ); + path = Service; + sourceTree = ""; + }; + FF6E7D8121BF951D00A003B9 /* Module Interface */ = { + isa = PBXGroup; + children = ( + FF6E7D8221BF951D00A003B9 /* AppUpdateModuleInterface.swift */, + ); + path = "Module Interface"; + sourceTree = ""; + }; + FF6E7D8321BF951D00A003B9 /* User Interface */ = { + isa = PBXGroup; + children = ( + FF6E7D8421BF951D00A003B9 /* Presenter */, + FF6E7D8621BF951D00A003B9 /* View */, + FF6E7D8B21BF951D00A003B9 /* Wireframe */, + ); + path = "User Interface"; + sourceTree = ""; + }; + FF6E7D8421BF951D00A003B9 /* Presenter */ = { + isa = PBXGroup; + children = ( + FF6E7D8521BF951D00A003B9 /* AppUpdatePresenter.swift */, + ); + path = Presenter; + sourceTree = ""; + }; + FF6E7D8621BF951D00A003B9 /* View */ = { + isa = PBXGroup; + children = ( + FF6E7D8721BF951D00A003B9 /* AppUpdate.storyboard */, + FF6E7D8821BF951D00A003B9 /* AppUpdateViewController.swift */, + FF6E7D8921BF951D00A003B9 /* AppUpdateViewInterface.swift */, + ); + path = View; + sourceTree = ""; + }; + FF6E7D8B21BF951D00A003B9 /* Wireframe */ = { + isa = PBXGroup; + children = ( + FF6E7D8C21BF951D00A003B9 /* AppUpdateWireframe.swift */, + FF6E7D8D21BF951D00A003B9 /* AppUpdateWireframeInput.swift */, + ); + path = Wireframe; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 739F8179234ADA75003ABCF3 /* SnapshotUITest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 739F8181234ADA75003ABCF3 /* Build configuration list for PBXNativeTarget "SnapshotUITest" */; + buildPhases = ( + 739F8176234ADA75003ABCF3 /* Sources */, + 739F8177234ADA75003ABCF3 /* Frameworks */, + 739F8178234ADA75003ABCF3 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 739F8180234ADA75003ABCF3 /* PBXTargetDependency */, + ); + name = SnapshotUITest; + productName = SnapshotUITest; + productReference = 739F817A234ADA75003ABCF3 /* SnapshotUITest.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; + 9FD260F31FD00458007A511D /* GME Remit */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9FD2611C1FD00458007A511D /* Build configuration list for PBXNativeTarget "GME Remit" */; + buildPhases = ( + D3B2AEA5EDFFDD151109C276 /* [CP] Check Pods Manifest.lock */, + 9FD260F01FD00458007A511D /* Sources */, + 9FD260F11FD00458007A511D /* Frameworks */, + 9FD260F21FD00458007A511D /* Resources */, + 896E68312419D6BE005C55BE /* ShellScript */, + 7E6568C925663D8B00DEFB03 /* FirebaseCrashlytics */, + 41A1BD6AD3CACC6A7B081F97 /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "GME Remit"; + productName = GMERemittance; + productReference = 9FD260F41FD00458007A511D /* JME Remit.app */; + productType = "com.apple.product-type.application"; + }; + 9FD261071FD00458007A511D /* GMERemittanceTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9FD2611F1FD00458007A511D /* Build configuration list for PBXNativeTarget "GMERemittanceTests" */; + buildPhases = ( + F00183E0CE911E6509548FEC /* [CP] Check Pods Manifest.lock */, + 9FD261041FD00458007A511D /* Sources */, + 9FD261051FD00458007A511D /* Frameworks */, + 9FD261061FD00458007A511D /* Resources */, + CE5F15EFDBA47B93619ACF1A /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 9FD2610A1FD00458007A511D /* PBXTargetDependency */, + ); + name = GMERemittanceTests; + productName = GMERemittanceTests; + productReference = 9FD261081FD00458007A511D /* GMERemittanceTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 9FD261121FD00458007A511D /* GMERemittanceUITests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 9FD261221FD00458007A511D /* Build configuration list for PBXNativeTarget "GMERemittanceUITests" */; + buildPhases = ( + E90B755BE885269EE3552DFA /* [CP] Check Pods Manifest.lock */, + 9FD2610F1FD00458007A511D /* Sources */, + 9FD261101FD00458007A511D /* Frameworks */, + 9FD261111FD00458007A511D /* Resources */, + 2348AF57104AD316CE1EBFEE /* [CP] Embed Pods Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + 9FD261151FD00458007A511D /* PBXTargetDependency */, + ); + name = GMERemittanceUITests; + productName = GMERemittanceUITests; + productReference = 9FD261131FD00458007A511D /* GMERemittanceUITests.xctest */; + productType = "com.apple.product-type.bundle.ui-testing"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 9FD260EC1FD00458007A511D /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1100; + LastUpgradeCheck = 1110; + ORGANIZATIONNAME = "Gobal Money Express Co. Ltd"; + TargetAttributes = { + 739F8179234ADA75003ABCF3 = { + CreatedOnToolsVersion = 11.0; + ProvisioningStyle = Automatic; + TestTargetID = 9FD260F31FD00458007A511D; + }; + 9FD260F31FD00458007A511D = { + CreatedOnToolsVersion = 9.1; + LastSwiftMigration = 1020; + ProvisioningStyle = Automatic; + SystemCapabilities = { + com.apple.BackgroundModes = { + enabled = 1; + }; + com.apple.Push = { + enabled = 1; + }; + }; + }; + 9FD261071FD00458007A511D = { + CreatedOnToolsVersion = 9.1; + LastSwiftMigration = 1020; + ProvisioningStyle = Automatic; + TestTargetID = 9FD260F31FD00458007A511D; + }; + 9FD261121FD00458007A511D = { + CreatedOnToolsVersion = 9.1; + ProvisioningStyle = Automatic; + TestTargetID = 9FD260F31FD00458007A511D; + }; + }; + }; + buildConfigurationList = 9FD260EF1FD00458007A511D /* Build configuration list for PBXProject "GME Remit" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + th, + id, + mn, + si, + km, + ko, + "my-MM", + my, + ne, + bn, + "vi-VN", + "ru-RU", + uz, + "ur-PK", + en_PH, + "en-PH", + np, + ja, + "si-LK", + ); + mainGroup = 9FD260EB1FD00458007A511D; + productRefGroup = 9FD260F51FD00458007A511D /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 9FD260F31FD00458007A511D /* GME Remit */, + 9FD261071FD00458007A511D /* GMERemittanceTests */, + 9FD261121FD00458007A511D /* GMERemittanceUITests */, + 739F8179234ADA75003ABCF3 /* SnapshotUITest */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 739F8178234ADA75003ABCF3 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 73AF9C6F275CB708003A701E /* GoogleService-Info.plist in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD260F21FD00458007A511D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 736C417B273794600055C9E9 /* PasswordConfirmation.storyboard in Resources */, + 9FD261021FD00458007A511D /* LaunchScreen.storyboard in Resources */, + 7EDBFBE124B2C5DA00AD5D4D /* RedeemCashPickUp.storyboard in Resources */, + EC2D9C212826C67600996921 /* SlipUpload.storyboard in Resources */, + 7312F6492281488C00172BDD /* ConfirmViewController.xib in Resources */, + 5565FF1E1FE275E5002934E9 /* SanFranciscoText-RegularItalic.otf in Resources */, + 73D3F3E4270C65B5006C3F97 /* CDDIViewController.storyboard in Resources */, + D9DC1060216314BC008F3C51 /* SideMenu.storyboard in Resources */, + 89739E4024459A630016251B /* SendMoneyReceipt.storyboard in Resources */, + 4060B97924DBBA0300E90F8C /* KYCVerifyStep1.storyboard in Resources */, + 73157BA522DC1EEC009B836F /* PopupNotification.storyboard in Resources */, + 7389601222C2F208003FEA90 /* TablePresenter.storyboard in Resources */, + 5565FF2E1FE275E5002934E9 /* SanFranciscoText-Semibold.otf in Resources */, + 73AF9C6C275CB708003A701E /* GoogleService-Info.plist in Resources */, + 9FD260FF1FD00458007A511D /* Assets.xcassets in Resources */, + D946719E21426DFB003924DB /* Login.storyboard in Resources */, + 041A86A221D1F4F60044C83C /* WKWebView.storyboard in Resources */, + 738714BA237CE86E0038FCB1 /* InboundReceipt.storyboard in Resources */, + 7327568C23B052DB00BF66C5 /* PDFViewController.xib in Resources */, + 7EDBFC0824B3031B00AD5D4D /* WithdrawFromWallet.storyboard in Resources */, + 5565FF201FE275E5002934E9 /* SanFranciscoDisplay-Ultralight.otf in Resources */, + 733A3BA52355580000E6B87E /* CreditCardView.xib in Resources */, + D96BD11D216479E200DFE7D8 /* WalletStatement.storyboard in Resources */, + 7318F84C23BD7A27002BE004 /* CheckBox.xib in Resources */, + D9B414402161AD2000A53D9D /* TransactionHistoryDatePicker.storyboard in Resources */, + 5565FF2F1FE275E5002934E9 /* SanFranciscoDisplay-Thin.otf in Resources */, + 5565FF1D1FE275E5002934E9 /* SanFranciscoDisplay-Heavy.otf in Resources */, + 7384B28322CB377300DD04D9 /* GMEAlertViewController.xib in Resources */, + 5565FF2A1FE275E5002934E9 /* SanFranciscoDisplay-Bold.otf in Resources */, + 5565FF2B1FE275E5002934E9 /* SanFranciscoText-Heavy.otf in Resources */, + 5565FF301FE275E5002934E9 /* SanFranciscoText-Light.otf in Resources */, + 5565FF321FE275E5002934E9 /* SanFranciscoDisplay-Semibold.otf in Resources */, + 89739E4D24459A630016251B /* SendMoneyExchangeRate.storyboard in Resources */, + 405718D324D932AE0022CDDE /* NewUserRegister.storyboard in Resources */, + 405718F524D93EB40022CDDE /* VerifyIDNumber.storyboard in Resources */, + 5565FF211FE275E5002934E9 /* SanFranciscoText-Bold.otf in Resources */, + 7EDBFC2C24B3098E00AD5D4D /* WithdrawFromWalletDetail.storyboard in Resources */, + 5565FF281FE275E5002934E9 /* SanFranciscoDisplay-Regular.otf in Resources */, + 89EA0D7D243EC1C5003ACCC8 /* PersonalInformation.storyboard in Resources */, + BEC9B006224FC49C00A2DA06 /* BiometricAuthentication.storyboard in Resources */, + 731D05732341BE78005E6F7C /* Colors.xcassets in Resources */, + 5565FF2D1FE275E5002934E9 /* SanFranciscoText-MediumItalic.otf in Resources */, + 736A8C482277EB2A00337A50 /* BiometricNotification.storyboard in Resources */, + 89739E6224459A630016251B /* SendMoneyVerification.storyboard in Resources */, + D95B7048213FB5F10053CC3D /* Storyboard.storyboard in Resources */, + 73551A6126E5B1290030B302 /* OtpVerification.storyboard in Resources */, + 5565FF241FE275E5002934E9 /* SanFranciscoText-HeavyItalic.otf in Resources */, + 7354AB28270D3217004EBA7D /* TermsAndCondition.storyboard in Resources */, + 9FD260FD1FD00458007A511D /* Main.storyboard in Resources */, + 89EA0D8A243EC1C6003ACCC8 /* ChangePersonalInformation.storyboard in Resources */, + D9031144214786EA00AD5BA9 /* ForgotPassword.storyboard in Resources */, + 405AA16E2541DB6D00508420 /* Localizable.strings in Resources */, + D97785A5215DC55F00754079 /* TransactionHistory.storyboard in Resources */, + 5565FF231FE275E5002934E9 /* SanFranciscoText-BoldItalic.otf in Resources */, + 5565FF221FE275E5002934E9 /* SanFranciscoDisplay-Light.otf in Resources */, + 73149F6B22E5AF8000D66B26 /* LauncherScreen.storyboard in Resources */, + D9B7ADF92130048E009B0564 /* ExchangeRates.storyboard in Resources */, + 73AEFF7A2334A13100A967FB /* TransactionHistoryGroup.storyboard in Resources */, + 404654BA24E6666F000E5BFB /* PINKeyboardView.xib in Resources */, + 89739E3424459A630016251B /* SendMoneyParent.storyboard in Resources */, + 5565FF271FE275E5002934E9 /* README.md in Resources */, + D95B5E4221311057000C0B33 /* GmeContacts.storyboard in Resources */, + 89EA0D25243EC0D2003ACCC8 /* Profile.storyboard in Resources */, + D950BED921549242008367A1 /* Home.storyboard in Resources */, + 40B33AAD24CAF87A00AFE2AB /* ExistingUserRegistration.storyboard in Resources */, + D931E22A216DCC2A008A8CD1 /* MessageCompose.storyboard in Resources */, + 7327568623B0456400BF66C5 /* ManageAgreement.storyboard in Resources */, + 7E364CEC24A4455A007D6E02 /* PasswordInputViewController.xib in Resources */, + 5565FF2C1FE275E5002934E9 /* SanFranciscoText-Medium.otf in Resources */, + 5565FF311FE275E5002934E9 /* SanFranciscoDisplay-Medium.otf in Resources */, + 73210DA922FBE73100715D6C /* Recipients.storyboard in Resources */, + 73FBBF2B23F231A8009D7627 /* DetailNotification.storyboard in Resources */, + 5565FF251FE275E5002934E9 /* SanFranciscoText-LightItalic.otf in Resources */, + 5565FF1F1FE275E5002934E9 /* SanFranciscoText-Regular.otf in Resources */, + 73FBBF2223F231A8009D7627 /* NotificationHistory.storyboard in Resources */, + 7372625F2705A74A004086B8 /* RenewID.storyboard in Resources */, + 40B9B0A824EC4ED1002C258C /* ExistingUserKyc.storyboard in Resources */, + 5565FF291FE275E5002934E9 /* SanFranciscoDisplay-Black.otf in Resources */, + FF6E7D9421BF951D00A003B9 /* AppUpdate.storyboard in Resources */, + D9692A1B221396AF00795EBC /* Setting.storyboard in Resources */, + 73195ABC22FD14D500151434 /* SetupRecipient.storyboard in Resources */, + 892F9E8E243DB0F300D9D88C /* ShowAPI.storyboard in Resources */, + 735F68E22394A76800A2DBC8 /* NewRegister.storyboard in Resources */, + D96A4FDD21460B4A00CFD507 /* SplashScreen.storyboard in Resources */, + 5565FF261FE275E5002934E9 /* SanFranciscoText-SemiboldItalic.otf in Resources */, + 40218F0124D2B1950047FBF5 /* UserRegistration.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD261061FD00458007A511D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 73AF9C6D275CB708003A701E /* GoogleService-Info.plist in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD261111FD00458007A511D /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 73AF9C6E275CB708003A701E /* GoogleService-Info.plist in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 2348AF57104AD316CE1EBFEE /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", + "${BUILT_PRODUCTS_DIR}/AlamofireNetworkActivityLogger/AlamofireNetworkActivityLogger.framework", + "${BUILT_PRODUCTS_DIR}/BRYXBanner/BRYXBanner.framework", + "${BUILT_PRODUCTS_DIR}/DTTJailbreakDetection/DTTJailbreakDetection.framework", + "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", + "${BUILT_PRODUCTS_DIR}/FLEX/FLEX.framework", + "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework", + "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework", + "${BUILT_PRODUCTS_DIR}/Hero/Hero.framework", + "${BUILT_PRODUCTS_DIR}/Hex/Hex.framework", + "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework", + "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework", + "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework", + "${BUILT_PRODUCTS_DIR}/LGSideMenuController/LGSideMenuController.framework", + "${BUILT_PRODUCTS_DIR}/Localize-Swift/Localize_Swift.framework", + "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", + "${BUILT_PRODUCTS_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework", + "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework", + "${BUILT_PRODUCTS_DIR}/PMAlertController/PMAlertController.framework", + "${BUILT_PRODUCTS_DIR}/PanModal/PanModal.framework", + "${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework", + "${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework", + "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", + "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework", + "${BUILT_PRODUCTS_DIR}/RxRelay/RxRelay.framework", + "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework", + "${BUILT_PRODUCTS_DIR}/RxSwiftExt/RxSwiftExt.framework", + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", + "${BUILT_PRODUCTS_DIR}/SROTPView/SROTPView.framework", + "${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework", + "${BUILT_PRODUCTS_DIR}/SwiftyTimer/SwiftyTimer.framework", + "${BUILT_PRODUCTS_DIR}/VisualEffectView/VisualEffectView.framework", + "${BUILT_PRODUCTS_DIR}/XLPagerTabStrip/XLPagerTabStrip.framework", + "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AlamofireNetworkActivityLogger.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BRYXBanner.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DTTJailbreakDetection.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLEX.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hero.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hex.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LGSideMenuController.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Localize_Swift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NVActivityIndicatorView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PMAlertController.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PanModal.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxRelay.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwiftExt.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SROTPView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyTimer.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/VisualEffectView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XLPagerTabStrip.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 41A1BD6AD3CACC6A7B081F97 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-GME Remit/Pods-GME Remit-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", + "${BUILT_PRODUCTS_DIR}/AlamofireNetworkActivityLogger/AlamofireNetworkActivityLogger.framework", + "${BUILT_PRODUCTS_DIR}/BRYXBanner/BRYXBanner.framework", + "${BUILT_PRODUCTS_DIR}/DTTJailbreakDetection/DTTJailbreakDetection.framework", + "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", + "${BUILT_PRODUCTS_DIR}/FLEX/FLEX.framework", + "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework", + "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework", + "${BUILT_PRODUCTS_DIR}/Hero/Hero.framework", + "${BUILT_PRODUCTS_DIR}/Hex/Hex.framework", + "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework", + "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework", + "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework", + "${BUILT_PRODUCTS_DIR}/LGSideMenuController/LGSideMenuController.framework", + "${BUILT_PRODUCTS_DIR}/Localize-Swift/Localize_Swift.framework", + "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", + "${BUILT_PRODUCTS_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework", + "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework", + "${BUILT_PRODUCTS_DIR}/PMAlertController/PMAlertController.framework", + "${BUILT_PRODUCTS_DIR}/PanModal/PanModal.framework", + "${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework", + "${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework", + "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", + "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework", + "${BUILT_PRODUCTS_DIR}/RxRelay/RxRelay.framework", + "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework", + "${BUILT_PRODUCTS_DIR}/RxSwiftExt/RxSwiftExt.framework", + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", + "${BUILT_PRODUCTS_DIR}/SROTPView/SROTPView.framework", + "${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework", + "${BUILT_PRODUCTS_DIR}/SwiftyTimer/SwiftyTimer.framework", + "${BUILT_PRODUCTS_DIR}/VisualEffectView/VisualEffectView.framework", + "${BUILT_PRODUCTS_DIR}/XLPagerTabStrip/XLPagerTabStrip.framework", + "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AlamofireNetworkActivityLogger.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BRYXBanner.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DTTJailbreakDetection.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLEX.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hero.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hex.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LGSideMenuController.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Localize_Swift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NVActivityIndicatorView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PMAlertController.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PanModal.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxRelay.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwiftExt.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SROTPView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyTimer.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/VisualEffectView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XLPagerTabStrip.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GME Remit/Pods-GME Remit-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 7E6568C925663D8B00DEFB03 /* FirebaseCrashlytics */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 12; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${DWARF_DSYM_FOLDER_PATH}/${DWARF_DSYM_FILE_NAME}/Contents/Resources/DWARF/${TARGET_NAME}", + "$(SRCROOT)/$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)", + ); + name = FirebaseCrashlytics; + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/FirebaseCrashlytics/run\"\n"; + }; + 896E68312419D6BE005C55BE /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n\n"; + }; + CE5F15EFDBA47B93619ACF1A /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework", + "${BUILT_PRODUCTS_DIR}/AlamofireNetworkActivityLogger/AlamofireNetworkActivityLogger.framework", + "${BUILT_PRODUCTS_DIR}/BRYXBanner/BRYXBanner.framework", + "${BUILT_PRODUCTS_DIR}/DTTJailbreakDetection/DTTJailbreakDetection.framework", + "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework", + "${BUILT_PRODUCTS_DIR}/FLEX/FLEX.framework", + "${BUILT_PRODUCTS_DIR}/GTMSessionFetcher/GTMSessionFetcher.framework", + "${BUILT_PRODUCTS_DIR}/GoogleUtilities/GoogleUtilities.framework", + "${BUILT_PRODUCTS_DIR}/Hero/Hero.framework", + "${BUILT_PRODUCTS_DIR}/Hex/Hex.framework", + "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework", + "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework", + "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework", + "${BUILT_PRODUCTS_DIR}/LGSideMenuController/LGSideMenuController.framework", + "${BUILT_PRODUCTS_DIR}/Localize-Swift/Localize_Swift.framework", + "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework", + "${BUILT_PRODUCTS_DIR}/NVActivityIndicatorView/NVActivityIndicatorView.framework", + "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework", + "${BUILT_PRODUCTS_DIR}/PMAlertController/PMAlertController.framework", + "${BUILT_PRODUCTS_DIR}/PanModal/PanModal.framework", + "${BUILT_PRODUCTS_DIR}/PromisesObjC/FBLPromises.framework", + "${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework", + "${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework", + "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework", + "${BUILT_PRODUCTS_DIR}/RxRelay/RxRelay.framework", + "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework", + "${BUILT_PRODUCTS_DIR}/RxSwiftExt/RxSwiftExt.framework", + "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework", + "${BUILT_PRODUCTS_DIR}/SROTPView/SROTPView.framework", + "${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework", + "${BUILT_PRODUCTS_DIR}/SwiftyTimer/SwiftyTimer.framework", + "${BUILT_PRODUCTS_DIR}/VisualEffectView/VisualEffectView.framework", + "${BUILT_PRODUCTS_DIR}/XLPagerTabStrip/XLPagerTabStrip.framework", + "${BUILT_PRODUCTS_DIR}/nanopb/nanopb.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AlamofireNetworkActivityLogger.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BRYXBanner.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DTTJailbreakDetection.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLEX.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GTMSessionFetcher.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GoogleUtilities.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hero.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hex.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LGSideMenuController.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Localize_Swift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NVActivityIndicatorView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PMAlertController.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PanModal.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBLPromises.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxRelay.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwiftExt.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SROTPView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyTimer.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/VisualEffectView.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XLPagerTabStrip.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/nanopb.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + D3B2AEA5EDFFDD151109C276 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-GME Remit-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + E90B755BE885269EE3552DFA /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-GMERemittanceUITests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + F00183E0CE911E6509548FEC /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-GMERemittanceTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 739F8176234ADA75003ABCF3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 739F817D234ADA75003ABCF3 /* SnapshotUITest.swift in Sources */, + 739F8185234ADA84003ABCF3 /* SnapshotHelper.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD260F01FD00458007A511D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 7312F6482281488C00172BDD /* ConfirmViewController.swift in Sources */, + D96BD1212164828D00DFE7D8 /* WalletStatement.swift in Sources */, + 04498A722039416E00AC4D99 /* SettingViewController.swift in Sources */, + 405718CC24D932AD0022CDDE /* NewUserRegisterInteractorIO.swift in Sources */, + 892F9E88243DB0F300D9D88C /* ShowAPIInteractorIO.swift in Sources */, + D9DAFE27213530A800483E71 /* PaymentModeRecipientViewModel.swift in Sources */, + 7EDBFBD924B2C5DA00AD5D4D /* RedeemCashPickUpService.swift in Sources */, + 7354AB21270D3217004EBA7D /* TermsAndConditionService.swift in Sources */, + 89739E3C24459A630016251B /* SendMoneyReceiptWireframe.swift in Sources */, + 405718F424D93EB40022CDDE /* VerifyIDNumberViewInterface.swift in Sources */, + 7EDBFC2724B3098E00AD5D4D /* WithdrawFromWalletDetailInteractorIO.swift in Sources */, + 73195AB222FD14D500151434 /* SetupRecipientModuleInterface.swift in Sources */, + D96BD115216479E200DFE7D8 /* WalletStatementModuleInterface.swift in Sources */, + 73FBBF1B23F231A7009D7627 /* NotificationHistoryService.swift in Sources */, + 73157B9F22DC1EEC009B836F /* PopupNotificationInteractorIO.swift in Sources */, + D96A4FDB21460B4A00CFD507 /* SplashScreenWireframeInput.swift in Sources */, + 405718F124D93EB40022CDDE /* VerifyIDNumberWireframe.swift in Sources */, + 73210DA522FBE73100715D6C /* RecipientsInteractor.swift in Sources */, + 7383F43E22DF15B8003D6393 /* UserDefaultsWrapper.swift in Sources */, + 736A8C422277EB2A00337A50 /* BiometricNotificationServiceType.swift in Sources */, + 73149F6822E5AF8000D66B26 /* LauncherScreenPresenter.swift in Sources */, + 73B6D6882306402200A0CB6E /* PaymentMethodModel.swift in Sources */, + D9D2242B22407EBA00C7313D /* ResendListModel.swift in Sources */, + 89739E4524459A630016251B /* SendMoneyExchangeRateService.swift in Sources */, + 73D3F3E5270C65B5006C3F97 /* CDDIViewControllerViewInterface.swift in Sources */, + D92B80262140C3CB00A25B26 /* MainService.swift in Sources */, + 40B9B0A424EC4ED1002C258C /* ExistingUserKycInteractorIO.swift in Sources */, + 89739E2C24459A630016251B /* SendMoneyParentService.swift in Sources */, + D9B414422161AE2800A53D9D /* DatePickerViewController.swift in Sources */, + 89EA0D77243EC1C5003ACCC8 /* PersonalInformationServiceType.swift in Sources */, + 73AEFF742334A13100A967FB /* TransactionHistoryGroupInteractorIO.swift in Sources */, + 89EA0D73243EC1C5003ACCC8 /* PersonalInformationModel.swift in Sources */, + 4060B97424DBBA0300E90F8C /* KYCVerifyStep1Interactor.swift in Sources */, + 89739E4124459A630016251B /* SendMoneyExchangeRateModuleInterface.swift in Sources */, + 89739E3724459A630016251B /* SendMoneyReceiptService.swift in Sources */, + 9FD260F81FD00458007A511D /* AppDelegate.swift in Sources */, + D903113E214786EA00AD5BA9 /* ForgotPasswordService.swift in Sources */, + 89EA0D79243EC1C5003ACCC8 /* PersonalInformationInteractor.swift in Sources */, + 73210DA222FBE73100715D6C /* RecipientsService.swift in Sources */, + D96A4FDC21460B4A00CFD507 /* SplashScreenViewInterface.swift in Sources */, + D950BED721549242008367A1 /* HomeWireframeInput.swift in Sources */, + 89EA0D85243EC1C5003ACCC8 /* ChangePersonalInformationInteractor.swift in Sources */, + 73FBBF2923F231A8009D7627 /* DetailNotificationWireframe.swift in Sources */, + 7367FF5E237401860005F644 /* PushNotificationParam.swift in Sources */, + 40B33AA424CAF87A00AFE2AB /* ExistingUserRegistrationServiceType.swift in Sources */, + D977859D215DC55F00754079 /* TransactionHistoryModuleInterface.swift in Sources */, + 89739E3A24459A630016251B /* SendMoneyReceiptInteractorIO.swift in Sources */, + 7389600C22C2F208003FEA90 /* TablePresenterService.swift in Sources */, + 73FBBF2123F231A8009D7627 /* NotificationHistoryWireframeInput.swift in Sources */, + D903113C214786EA00AD5BA9 /* ForgotPasswordModuleInterface.swift in Sources */, + 89739E4624459A630016251B /* SendMoneyExchangeRateInteractorIO.swift in Sources */, + 7EDBFC2824B3098E00AD5D4D /* WithdrawFromWalletDetailPresenter.swift in Sources */, + 736A8C462277EB2A00337A50 /* BiometricNotificationWireframeInput.swift in Sources */, + BEC9B003224FC49C00A2DA06 /* BiometricAuthenticationWireframeInput.swift in Sources */, + 405718F324D93EB40022CDDE /* VerifyIDNumberViewController.swift in Sources */, + 7EDBFC0324B3031B00AD5D4D /* WithdrawFromWalletPresenter.swift in Sources */, + D946719D21426DFB003924DB /* LoginViewInterface.swift in Sources */, + D96A4FD721460B4A00CFD507 /* SplashScreenInteractor.swift in Sources */, + D97785A7215DC55F00754079 /* TransactionHistoryViewInterface.swift in Sources */, + D946719921426DFB003924DB /* LoginInteractorIO.swift in Sources */, + 7354AB23270D3217004EBA7D /* TermsAndConditionInteractorIO.swift in Sources */, + 73FBBF2723F231A8009D7627 /* DetailNotificationInteractorIO.swift in Sources */, + D95B5E3E21311057000C0B33 /* GmeContactsPresenter.swift in Sources */, + 89739E3D24459A630016251B /* SendMoneyReceiptWireframeInput.swift in Sources */, + 73FBBF1C23F231A7009D7627 /* NotificationHistoryServiceType.swift in Sources */, + 7E4DC74F24AB035C00815FA8 /* ActionSheetHelper.swift in Sources */, + 737262602705A74A004086B8 /* RenewIDViewInterface.swift in Sources */, + D95B5E4121311057000C0B33 /* GmeContactsViewInterface.swift in Sources */, + 73157BA022DC1EEC009B836F /* PopupNotificationPresenter.swift in Sources */, + 73157BA322DC1EEC009B836F /* PopupNotificationViewInterface.swift in Sources */, + 7388A6D822E17F9400A57891 /* CountryEnum.swift in Sources */, + D97785A6215DC55F00754079 /* TransactionHistoryViewController.swift in Sources */, + 40218EFB24D2B1940047FBF5 /* UserRegistrationInteractor.swift in Sources */, + 735F68DB2394A76800A2DBC8 /* NewRegisterService.swift in Sources */, + D9B7ADF22130048E009B0564 /* ExchangeRatesServiceType.swift in Sources */, + FF6E7D9721BF951D00A003B9 /* AppUpdateWireframe.swift in Sources */, + D9DAFE2921353D6C00483E71 /* SendMoneyPaymentModeModel.swift in Sources */, + 7EDBFBDB24B2C5DA00AD5D4D /* RedeemCashPickUpInteractor.swift in Sources */, + D9030ABB2138DDD900A1BCA0 /* SendMoneyExchangeRate.swift in Sources */, + 73AEFF7B2334A13100A967FB /* TransactionHistoryGroupViewController.swift in Sources */, + 405718EB24D93EB40022CDDE /* VerifyIDNumberModuleInterface.swift in Sources */, + 404654BC24E6666F000E5BFB /* PINComponents.swift in Sources */, + 7EDBFC0724B3031B00AD5D4D /* WithdrawFromWalletViewController.swift in Sources */, + 73149F6322E5AF8000D66B26 /* LauncherScreenModuleInterface.swift in Sources */, + 89739E5D24459A630016251B /* SendMoneyVerificationInteractorIO.swift in Sources */, + 89EA0D86243EC1C5003ACCC8 /* ChangePersonalInformationInteractorIO.swift in Sources */, + 736A8C442277EB2A00337A50 /* BiometricNotificationInteractorIO.swift in Sources */, + 7327568523B0456400BF66C5 /* ManageAgreementWireframe.swift in Sources */, + 73538B2222EFC5FA00188CDD /* CommonServiceType.swift in Sources */, + 73A2238F23399A9F00FD75C9 /* UIScrollView+Ext.swift in Sources */, + 73195AB922FD14D500151434 /* SetupRecipientWireframeInputOutput.swift in Sources */, + 7389600F22C2F208003FEA90 /* TablePresenterPresenter.swift in Sources */, + 735F68DF2394A76800A2DBC8 /* NewRegisterPresenter.swift in Sources */, + D96A5002214668A000CFD507 /* RegisterRequestModel.swift in Sources */, + 89739E4924459A630016251B /* SendMoneyExchangeRateWireframeInput.swift in Sources */, + 89739E5E24459A630016251B /* SendMoneyVerificationInteractor.swift in Sources */, + FF6E7D9021BF951D00A003B9 /* AppUpdateService.swift in Sources */, + 73195ABD22FD14D500151434 /* SetupRecipientViewController.swift in Sources */, + 733A3BA723558F8F00E6B87E /* CreditCardType.swift in Sources */, + D99D72AA212D595B00601F48 /* CountryInfo.swift in Sources */, + 89739E4424459A630016251B /* SendMoneyExchangeRateServiceType.swift in Sources */, + D95B5E4721314A3C000C0B33 /* GmeContactsTableViewCell.swift in Sources */, + D9DC107F21639078008F3C51 /* MessageComposeWireframe.swift in Sources */, + 73AEFF782334A13100A967FB /* TransactionHistoryGroupViewModelInterface.swift in Sources */, + 73210DB122FBF4B000715D6C /* ObservableType+Ext.swift in Sources */, + D96BD119216479E200DFE7D8 /* WalletStatementInteractor.swift in Sources */, + D9031140214786EA00AD5BA9 /* ForgotPasswordInteractorIO.swift in Sources */, + 89EA0D80243EC1C5003ACCC8 /* ChangePersonalInformationModuleInterface.swift in Sources */, + 7EDBFBDC24B2C5DA00AD5D4D /* RedeemCashPickUpInteractorIO.swift in Sources */, + D96A4FD821460B4A00CFD507 /* SplashScreenInteractorIO.swift in Sources */, + D9DC107D21639078008F3C51 /* MessageComposePresenter.swift in Sources */, + D95B5E4321311057000C0B33 /* GmeContactsViewController.swift in Sources */, + 7EDBFC2324B3098E00AD5D4D /* WithdrawFromWalletDetailModuleInterface.swift in Sources */, + D923EBB9215C7421008A3026 /* HomeCollectionCollectionViewCell.swift in Sources */, + 7354AB26270D3217004EBA7D /* TermsAndConditionWireframeInput.swift in Sources */, + 7EDBFC0224B3031B00AD5D4D /* WithdrawFromWalletInteractor.swift in Sources */, + D9B7ADF42130048E009B0564 /* ExchangeRatesInteractor.swift in Sources */, + 738714B8237CE86E0038FCB1 /* InboundReceiptWireframeInput.swift in Sources */, + 89EA0D72243EC1C5003ACCC8 /* PersonalInformationModuleInterface.swift in Sources */, + D946719F21426DFB003924DB /* LoginViewController.swift in Sources */, + 73210DA422FBE73100715D6C /* RecipientsInteractorIO.swift in Sources */, + 735F68DC2394A76800A2DBC8 /* NewRegisterServiceType.swift in Sources */, + 73FBBF2323F231A8009D7627 /* NotificationHistoryViewController.swift in Sources */, + 73B6D68423063DFD00A0CB6E /* ResponseContainer.swift in Sources */, + 73551A5D26E5B1290030B302 /* OtpVerificationPresenter.swift in Sources */, + 406F2D8324DBE43400EF31FB /* KYCSaveInformation.swift in Sources */, + 89739E3824459A630016251B /* SendMoneyReceiptServiceType.swift in Sources */, + 40218EFC24D2B1950047FBF5 /* UserRegistrationPresenter.swift in Sources */, + D97785AC215DD23400754079 /* TransactionModel.swift in Sources */, + 7318F85023BDB475002BE004 /* CheckBox+Rx.swift in Sources */, + 73FBBF2C23F231A8009D7627 /* DetailNotificationViewController.swift in Sources */, + D9DC107A21639078008F3C51 /* MessageComposeService.swift in Sources */, + 7EDBFBFE24B3031B00AD5D4D /* WithdrawFromWalletModuleInterface.swift in Sources */, + 73FBBF2623F231A8009D7627 /* DetailNotificationInteractor.swift in Sources */, + D96A4FD521460B4A00CFD507 /* SplashScreenService.swift in Sources */, + 9F983C0C2024883D001DCB3F /* UIColor+Ext.swift in Sources */, + 405718CD24D932AD0022CDDE /* NewUserRegisterInteractor.swift in Sources */, + D9DC108121639078008F3C51 /* MessageComposeViewInterface.swift in Sources */, + 73168A1F22F3CC4C00878038 /* NativeCountry.swift in Sources */, + 73185351230EACA400BA9AE3 /* SendMoneyDistrictViewModel.swift in Sources */, + 73ECF3DE2736DF3300067CA7 /* PasswordConfirmViewController.swift in Sources */, + 7372625B2705A74A004086B8 /* RenewIDPresenter.swift in Sources */, + 73AEFF732334A13100A967FB /* TransactionHistoryGroupInteractor.swift in Sources */, + 73B6D68623063F7D00A0CB6E /* Recipient.swift in Sources */, + FF6E7D9621BF951D00A003B9 /* AppUpdateViewInterface.swift in Sources */, + 73210DB522FC01C200715D6C /* RecipientCell.swift in Sources */, + 4060B97224DBBA0300E90F8C /* KYCVerifyStep1Service.swift in Sources */, + 89EA0D35243EC0D2003ACCC8 /* ProfileViewController.swift in Sources */, + D9031143214786EA00AD5BA9 /* ForgotPasswordWireframeInput.swift in Sources */, + 738FD4882303D70E008B144D /* RequestModelType.swift in Sources */, + D92C24A721477EA600F6876F /* ResponseMessage.swift in Sources */, + 73157BA122DC1EEC009B836F /* PopupNotificationWireframe.swift in Sources */, + 40CB8F5824D980D500E1E64E /* NewRegisterRequestModel.swift in Sources */, + 73157B9C22DC1EEC009B836F /* PopupNotificationServiceType.swift in Sources */, + 7327568323B0456400BF66C5 /* ManageAgreementPresenter.swift in Sources */, + 89EA0D8B243EC1C6003ACCC8 /* ChangePersonalInformationViewInterface.swift in Sources */, + 89739E3624459A630016251B /* SendMoneyReceiptModuleInterface.swift in Sources */, + 405718D124D932AE0022CDDE /* NewUserRegisterViewInterface.swift in Sources */, + 736A8C452277EB2A00337A50 /* BiometricNotificationPresenter.swift in Sources */, + 89739E3924459A630016251B /* SendMoneyReceiptInteractor.swift in Sources */, + 404654BB24E6666F000E5BFB /* SRPINKeyboardView.swift in Sources */, + 73FBBF1E23F231A8009D7627 /* NotificationHistoryInteractor.swift in Sources */, + 7384B28222CB377300DD04D9 /* GMEAlertViewController.swift in Sources */, + D96BD11C216479E200DFE7D8 /* WalletStatementWireframeInput.swift in Sources */, + D97785A1215DC55F00754079 /* TransactionHistoryInteractor.swift in Sources */, + 405718CF24D932AD0022CDDE /* NewUserRegisterWireframe.swift in Sources */, + 89739E4C24459A630016251B /* SendMoneyExchangeRateViewInterface.swift in Sources */, + 738F04B12316238600BA5EE7 /* ShadowView.swift in Sources */, + D903113F214786EA00AD5BA9 /* ForgotPasswordInteractor.swift in Sources */, + 73157BA422DC1EEC009B836F /* PopupNotificationViewController.swift in Sources */, + D962230C212BD7A100B7A115 /* Array+Ext.swift in Sources */, + 73157B9B22DC1EEC009B836F /* PopupNotificationModuleInterface.swift in Sources */, + D96848CE212D419400EF12B1 /* ApiServiceType.swift in Sources */, + D96848C9212D3AEB00EF12B1 /* JSON+Ext.swift in Sources */, + 89EA0D89243EC1C5003ACCC8 /* ChangePersonalInformationWireframe.swift in Sources */, + 73D3F3DF270C65B5006C3F97 /* CDDIViewControllerInteractor.swift in Sources */, + D95B5E4921314D31000C0B33 /* GmeContacts.swift in Sources */, + BEC9B000224FC49C00A2DA06 /* BiometricAuthenticationInteractor.swift in Sources */, + 73195B3522FD5BC600151434 /* APIRouter.swift in Sources */, + 73A6E20222CEE51600E9BC68 /* BadgeAppearance.swift in Sources */, + 7EDBFC2B24B3098E00AD5D4D /* WithdrawFromWalletDetailViewController.swift in Sources */, + 738B3E4C233B56C6000EA5E5 /* UISearchBar+Ext.swift in Sources */, + D97785AA215DD04400754079 /* TransactionHistoryTableViewCell.swift in Sources */, + 40D0D35124D2FEB900CEF6B4 /* OldUserRegisterRequestModel.swift in Sources */, + 89EA0D88243EC1C5003ACCC8 /* ChangePersonalInformationWireframeInputOutput.swift in Sources */, + 736A8C432277EB2A00337A50 /* BiometricNotificationInteractor.swift in Sources */, + D95B5E3921311057000C0B33 /* GmeContactsModuleInterface.swift in Sources */, + 7313872322E68F4C0095ACEB /* ScrollableSegmentedControl.swift in Sources */, + 73AEFF712334A13100A967FB /* TransactionHistoryGroupServiceType.swift in Sources */, + 40B33AAA24CAF87A00AFE2AB /* ExistingUserRegistrationWireframe.swift in Sources */, + 405AA0ED2541AD0400508420 /* KeyValue.swift in Sources */, + 736A8C472277EB2A00337A50 /* BiometricNotificationWireframe.swift in Sources */, + 7389601322C2F208003FEA90 /* TablePresenterViewInterface.swift in Sources */, + 40218EFA24D2B1940047FBF5 /* UserRegistrationInteractorIO.swift in Sources */, + D9031146214786EA00AD5BA9 /* ForgotPasswordViewInterface.swift in Sources */, + D946719B21426DFB003924DB /* LoginWireframe.swift in Sources */, + D9B7ADF62130048E009B0564 /* ExchangeRatesWireframeInput.swift in Sources */, + D9DC107B21639078008F3C51 /* MessageComposeInteractorIO.swift in Sources */, + 7389601022C2F208003FEA90 /* TablePresenterWireframeInput.swift in Sources */, + 40B33AAC24CAF87A00AFE2AB /* ExistingUserRegistrationViewInterface.swift in Sources */, + 73FBBF2823F231A8009D7627 /* DetailNotificationPresenter.swift in Sources */, + D95B5E4021311057000C0B33 /* GmeContactsWireframe.swift in Sources */, + BEC9B005224FC49C00A2DA06 /* BiometricAuthenticationViewController.swift in Sources */, + 0496B84E1FE7DFCD0044810E /* UIViewController+Ext.swift in Sources */, + BEC9AFFD224FC49C00A2DA06 /* BiometricAuthenticationService.swift in Sources */, + 89EA0D7E243EC1C5003ACCC8 /* PersonalInformationViewInterface.swift in Sources */, + 73210DAA22FBE73100715D6C /* RecipientsViewModelInterface.swift in Sources */, + 40B33AA324CAF87A00AFE2AB /* ExistingUserRegistrationModuleInterface.swift in Sources */, + 405E708D252BE2E50018F708 /* NotificationFetch.swift in Sources */, + 40218EFD24D2B1950047FBF5 /* UserRegistrationWireframeInput.swift in Sources */, + 73157B9D22DC1EEC009B836F /* PopupNotificationService.swift in Sources */, + D9031145214786EA00AD5BA9 /* ForgotPasswordViewController.swift in Sources */, + 405718CB24D932AD0022CDDE /* NewUserRegisterServiceType.swift in Sources */, + 89EA0D87243EC1C5003ACCC8 /* ChangePersonalInformationPresenter.swift in Sources */, + D95B7043213F9A2C0053CC3D /* CALayer+Ext.swift in Sources */, + 40B33AA724CAF87A00AFE2AB /* ExistingUserRegistrationInteractor.swift in Sources */, + 73195AB322FD14D500151434 /* SetupRecipientServiceType.swift in Sources */, + 7389600D22C2F208003FEA90 /* TablePresenterInteractorIO.swift in Sources */, + 737262562705A749004086B8 /* RenewIDModuleInterface.swift in Sources */, + D92B802D2140C3CB00A25B26 /* MainViewInterface.swift in Sources */, + 73551A6226E5B1290030B302 /* OtpVerificationViewInterface.swift in Sources */, + 7372625C2705A74A004086B8 /* RenewIDWireframeInput.swift in Sources */, + 89739E4B24459A630016251B /* SendMoneyExchangeRateViewController.swift in Sources */, + 73B6D68E2306413100A0CB6E /* RecipientCommonType.swift in Sources */, + 73D3F3DB270C65B5006C3F97 /* CDDIViewControllerModuleInterface.swift in Sources */, + 7EC9DE0324A9AEEC004A0AD8 /* Branch.swift in Sources */, + 73551A5C26E5B1290030B302 /* OtpVerificationInteractor.swift in Sources */, + D962231E212C126500B7A115 /* ExchangeModel.swift in Sources */, + D903113D214786EA00AD5BA9 /* ForgotPasswordServiceType.swift in Sources */, + D9B39677214F7DDC0072A9B8 /* ImageCroper.swift in Sources */, + 7EDBFC2424B3098E00AD5D4D /* WithdrawFromWalletDetailServiceType.swift in Sources */, + D923EBBB215C7E67008A3026 /* HomeCollectionModel.swift in Sources */, + 7EDBFBE024B2C5DA00AD5D4D /* RedeemCashPickUpViewInterface.swift in Sources */, + 40218EFF24D2B1950047FBF5 /* UserRegistrationViewController.swift in Sources */, + 89EA0D84243EC1C5003ACCC8 /* ChangePersonalInformationServiceType.swift in Sources */, + 4060B97824DBBA0300E90F8C /* KYCVerifyStep1Wireframe.swift in Sources */, + D95B5E3C21311057000C0B33 /* GmeContactsInteractor.swift in Sources */, + BEC9AFFF224FC49C00A2DA06 /* BiometricAuthenticationInteractorIO.swift in Sources */, + 73185314230E19DD00BA9AE3 /* ValidateAccountRequest.swift in Sources */, + 73FBBF1D23F231A8009D7627 /* NotificationHistoryInteractorIO.swift in Sources */, + D9B7ADF32130048E009B0564 /* ExchangeRatesInteractorIO.swift in Sources */, + 73B6D6922306430200A0CB6E /* FetchRecipientsModel.swift in Sources */, + D9031141214786EA00AD5BA9 /* ForgotPasswordPresenter.swift in Sources */, + 73210DA322FBE73100715D6C /* RecipientsServiceType.swift in Sources */, + 73210DA822FBE73100715D6C /* RecipientsWireframeInputOutput.swift in Sources */, + 89739E6124459A630016251B /* SendMoneyVerificationWireframeInput.swift in Sources */, + 40B9B0A524EC4ED1002C258C /* ExistingUserKycPresenter.swift in Sources */, + 89739E5B24459A630016251B /* SendMoneyVerificationServiceType.swift in Sources */, + 73185350230EACA400BA9AE3 /* SendMoneyCountryViewModel.swift in Sources */, + 4060B98124DBD22C00E90F8C /* PersonalInfoModel.swift in Sources */, + 89EA0D7A243EC1C5003ACCC8 /* PersonalInformationPresenter.swift in Sources */, + D950BED221549242008367A1 /* HomeServiceType.swift in Sources */, + 89739E6024459A630016251B /* SendMoneyVerificationWireframe.swift in Sources */, + 733A3BA2235557E100E6B87E /* CreditCardView.swift in Sources */, + 73195AB422FD14D500151434 /* SetupRecipientService.swift in Sources */, + 40B33AA624CAF87A00AFE2AB /* ExistingUserRegistrationInteractorIO.swift in Sources */, + 89739E5C24459A630016251B /* SendMoneyVerificationService.swift in Sources */, + D92B802B2140C3CB00A25B26 /* MainWireframeInput.swift in Sources */, + 9FA00FBE1FEE69AF0049753E /* UIView+Ext.swift in Sources */, + D9B7ADF12130048E009B0564 /* ExchangeRatesService.swift in Sources */, + 731627A52301009800BA48A8 /* ExchangeRateRequestModel.swift in Sources */, + BEC9B001224FC49C00A2DA06 /* BiometricAuthenticationPresenter.swift in Sources */, + 73157BA722DC3F14009B836F /* Date+Ext.swift in Sources */, + 73D3F3DE270C65B5006C3F97 /* CDDIViewControllerInteractorIO.swift in Sources */, + 89EA0D75243EC1C5003ACCC8 /* PersonalInformationContainer.swift in Sources */, + 40B9B0AA24EC4ED1002C258C /* ExistingUserKycViewController.swift in Sources */, + 7303E5732344A1F000472407 /* StoreReviewHelper.swift in Sources */, + 89739E2A24459A630016251B /* SendMoneyParentModuleInterface.swift in Sources */, + 89EA0D8C243EC1C6003ACCC8 /* ChangePersonalInformationViewController.swift in Sources */, + D950BED121549242008367A1 /* HomeModuleInterface.swift in Sources */, + 89EA0D74243EC1C5003ACCC8 /* CityModel.swift in Sources */, + 89739E5A24459A630016251B /* SendMoneyVerificationModuleInterface.swift in Sources */, + 7EDBFBE624B2E23700AD5D4D /* InboundReceiptViewInterface.swift in Sources */, + 892F9E86243DB0F300D9D88C /* ShowAPIService.swift in Sources */, + BEC9B004224FC49C00A2DA06 /* BiometricAuthenticationViewInterface.swift in Sources */, + 7EDBFC0624B3031B00AD5D4D /* WithdrawFromWalletViewInterface.swift in Sources */, + 73195AB522FD14D500151434 /* SetupRecipientInteractorIO.swift in Sources */, + 405718EE24D93EB40022CDDE /* VerifyIDNumberInteractorIO.swift in Sources */, + 0496B8481FE7DFA20044810E /* RestApiManager.swift in Sources */, + 73FBBF2523F231A8009D7627 /* DetailNotificationServiceType.swift in Sources */, + 73AEFF702334A13100A967FB /* TransactionHistoryGroupModuleInterface.swift in Sources */, + 4060B97624DBBA0300E90F8C /* KYCVerifyStep1Presenter.swift in Sources */, + D9B7ADFA2130048E009B0564 /* ExchangeRatesViewInterface.swift in Sources */, + 40B33AA824CAF87A00AFE2AB /* ExistingUserRegistrationPresenter.swift in Sources */, + D9E57945212E938D00D47AC0 /* ExchangeRateDetailModel.swift in Sources */, + 7372625A2705A74A004086B8 /* RenewIDInteractorIO.swift in Sources */, + D96848C7212D3A7400EF12B1 /* DataRequest+Ext.swift in Sources */, + 73D3F3DC270C65B5006C3F97 /* CDDIViewControllerService.swift in Sources */, + 40B33AA524CAF87A00AFE2AB /* ExistingUserRegistrationService.swift in Sources */, + 40218F0024D2B1950047FBF5 /* UserRegistrationViewInterface.swift in Sources */, + D95B5E3D21311057000C0B33 /* GmeContactsInteractorIO.swift in Sources */, + D96A4FDA21460B4A00CFD507 /* SplashScreenWireframe.swift in Sources */, + 405718ED24D93EB40022CDDE /* VerifyIDNumberService.swift in Sources */, + 73FDCE1D225C167700CC6912 /* KeyChain.swift in Sources */, + 89739E2D24459A630016251B /* SendMoneyParentInteractor.swift in Sources */, + 7EDBFBFF24B3031B00AD5D4D /* WithdrawFromWalletServiceType.swift in Sources */, + D946719A21426DFB003924DB /* LoginPresenter.swift in Sources */, + 40B9B0A224EC4ED1002C258C /* ExistingUserKycServiceType.swift in Sources */, + D92B802C2140C3CB00A25B26 /* MainWireframe.swift in Sources */, + 89739E6324459A630016251B /* SendMoneyVerificationViewInterface.swift in Sources */, + 73AEFF752334A13100A967FB /* TransactionHistoryGroupPresenter.swift in Sources */, + 73BE702C22D33E6800E87DD2 /* GMENumberTextField.swift in Sources */, + D96A4FD921460B4A00CFD507 /* SplashScreenPresenter.swift in Sources */, + D9768C88213BAE92009E01BC /* User.swift in Sources */, + 89739E3E24459A630016251B /* SendMoneyReceiptViewInterface.swift in Sources */, + 89EA0D7F243EC1C5003ACCC8 /* PersonalInformationViewController.swift in Sources */, + 737262592705A749004086B8 /* RenewIDInteractor.swift in Sources */, + 40218EF824D2B1940047FBF5 /* UserRegistrationService.swift in Sources */, + 7E364CEB24A4455A007D6E02 /* PasswordInputViewController.swift in Sources */, + 73210DAB22FBE73100715D6C /* RecipientsViewController.swift in Sources */, + 73D3F3E0270C65B5006C3F97 /* CDDIViewControllerPresenter.swift in Sources */, + 73FBBF2A23F231A8009D7627 /* DetailNotificationWireframeInput.swift in Sources */, + 405718EC24D93EB40022CDDE /* VerifyIDNumberServiceType.swift in Sources */, + D950BEDA21549242008367A1 /* HomeViewController.swift in Sources */, + FF6E7D9821BF951D00A003B9 /* AppUpdateWireframeInput.swift in Sources */, + D96A4FDE21460B4A00CFD507 /* SplashScreenViewController.swift in Sources */, + D9DC107921639078008F3C51 /* MessageComposeServiceType.swift in Sources */, + D92B80252140C3CB00A25B26 /* MainModuleInterface.swift in Sources */, + D946719521426DFB003924DB /* LoginModuleInterface.swift in Sources */, + 7389600E22C2F208003FEA90 /* TablePresenterInteractor.swift in Sources */, + 7EDBFC2524B3098E00AD5D4D /* WithdrawFromWalletDetailService.swift in Sources */, + 7354AB20270D3217004EBA7D /* TermsAndConditionModuleInterface.swift in Sources */, + 40B9B0A324EC4ED1002C258C /* ExistingUserKycInteractor.swift in Sources */, + 4060B97324DBBA0300E90F8C /* KYCVerifyStep1ServiceType.swift in Sources */, + 73551A5A26E5B1290030B302 /* OtpVerificationServiceType.swift in Sources */, + 73157B9E22DC1EEC009B836F /* PopupNotificationInteractor.swift in Sources */, + 4099AF0125235C45003FA012 /* CircleBorderedView.swift in Sources */, + D96BD1262164875800DFE7D8 /* WalletStatementTableViewCell.swift in Sources */, + 7EC9DE0924A9C1E0004A0AD8 /* BankInformation.swift in Sources */, + 7354AB2A270D3217004EBA7D /* TermsAndConditionViewController.swift in Sources */, + 40218EF924D2B1940047FBF5 /* UserRegistrationServiceType.swift in Sources */, + 73976D222331BFB1003CF5E1 /* BankEnum.swift in Sources */, + 7372625E2705A74A004086B8 /* RenewIDViewController.swift in Sources */, + 04DC27EC21A51E29003714F5 /* AutoRefund.swift in Sources */, + D96BD11A216479E200DFE7D8 /* WalletStatementPresenter.swift in Sources */, + D97785A2215DC55F00754079 /* TransactionHistoryPresenter.swift in Sources */, + 738B6B5523F4E6F0006FA928 /* DetailNoticeModel.swift in Sources */, + 042E6EFD203EAF95004667A1 /* SideMenuViewController.swift in Sources */, + 73AEFF792334A13100A967FB /* TransactionHistoryGroupViewModel.swift in Sources */, + 40B9B0A124EC4ED1002C258C /* ExistingUserKycService.swift in Sources */, + 73FBBF2023F231A8009D7627 /* NotificationHistoryWireframe.swift in Sources */, + D9535CCC2150C14700EDFCD2 /* KYCResponseModel.swift in Sources */, + D96A4FD621460B4A00CFD507 /* SplashScreenServiceType.swift in Sources */, + 736A8C412277EB2A00337A50 /* BiometricNotificationService.swift in Sources */, + 73210DA122FBE73100715D6C /* RecipientsModuleInterface.swift in Sources */, + 405718EF24D93EB40022CDDE /* VerifyIDNumberInteractor.swift in Sources */, + 73D3F3E2270C65B5006C3F97 /* CDDIViewControllerWireframe.swift in Sources */, + 7327568223B0456400BF66C5 /* ManageAgreementInteractor.swift in Sources */, + 4060B97F24DBD17600E90F8C /* KYCInfoModel.swift in Sources */, + 73551A5F26E5B1290030B302 /* OtpVerificationWireframe.swift in Sources */, + 892F9E87243DB0F300D9D88C /* ShowAPIServiceType.swift in Sources */, + 7EDBFC2D24B3098F00AD5D4D /* WithdrawFromWalletDetailViewInterface.swift in Sources */, + 735F68E12394A76800A2DBC8 /* NewRegisterWireframe.swift in Sources */, + 7EDBFC0024B3031B00AD5D4D /* WithdrawFromWalletService.swift in Sources */, + 7327568723B0456400BF66C5 /* ManageAgreementViewController.swift in Sources */, + D977859E215DC55F00754079 /* TransactionHistoryService.swift in Sources */, + D95B5E3A21311057000C0B33 /* GmeContactsService.swift in Sources */, + D95B5E3F21311057000C0B33 /* GmeContactsWireframeInput.swift in Sources */, + 405718D024D932AE0022CDDE /* NewUserRegisterWireframeInput.swift in Sources */, + 736E321A230A3CC1005799AA /* UIDevice+Ext.swift in Sources */, + 738714B5237CE86E0038FCB1 /* InboundReceiptInteractor.swift in Sources */, + 89739E2F24459A630016251B /* SendMoneyParentPresenter.swift in Sources */, + D946719821426DFB003924DB /* LoginInteractor.swift in Sources */, + 04546C4120329A36007EFE15 /* AboutGMEViewController.swift in Sources */, + 405718D224D932AE0022CDDE /* NewUserRegisterViewController.swift in Sources */, + FF6E7D9521BF951D00A003B9 /* AppUpdateViewController.swift in Sources */, + 73AEFF722334A13100A967FB /* TransactionHistoryGroupService.swift in Sources */, + 89EA0D81243EC1C5003ACCC8 /* ChangePersonalInformationModel.swift in Sources */, + 738FD48C2303E157008B144D /* FieldModel.swift in Sources */, + 738714B9237CE86E0038FCB1 /* InboundReceiptWireframe.swift in Sources */, + 73AEFF762334A13100A967FB /* TransactionHistoryGroupWireframeInputOutput.swift in Sources */, + 732B5F9723C40C1F00074442 /* AgreePDFDocument.swift in Sources */, + 738714B3237CE86E0038FCB1 /* InboundReceiptService.swift in Sources */, + 73210DA722FBE73100715D6C /* RecipientsWireframe.swift in Sources */, + 89739E4824459A630016251B /* SendMoneyExchangeRatePresenter.swift in Sources */, + 7EDBFC0424B3031B00AD5D4D /* WithdrawFromWalletWireframe.swift in Sources */, + 7EDBFC0524B3031B00AD5D4D /* WithdrawFromWalletWireframeInput.swift in Sources */, + 734DD31C2366DA2700BFA7EE /* CheckMark.swift in Sources */, + 733CC36523A208B90027DDF9 /* UIImage+Ext.swift in Sources */, + 7EDBFBDE24B2C5DA00AD5D4D /* RedeemCashPickUpWireframe.swift in Sources */, + 73157BA222DC1EEC009B836F /* PopupNotificationWireframeInput.swift in Sources */, + 73A6E20322CEE51600E9BC68 /* UIBarButtonItem+Ext.swift in Sources */, + D92B80292140C3CB00A25B26 /* MainInteractorIO.swift in Sources */, + 73976D202331B4F4003CF5E1 /* UIImageView+Ext.swift in Sources */, + 0496B84F1FE7DFCD0044810E /* String+Ext.swift in Sources */, + 40B9B0A624EC4ED1002C258C /* ExistingUserKycWireframe.swift in Sources */, + 735F68E32394A76800A2DBC8 /* NewRegisterViewController.swift in Sources */, + 73551A5826E5B1290030B302 /* OtpVerificationModuleInterface.swift in Sources */, + D9B7ADF52130048E009B0564 /* ExchangeRatesPresenter.swift in Sources */, + 73A6E20422CEE51600E9BC68 /* BadgeLabel.swift in Sources */, + D977859F215DC55F00754079 /* TransactionHistoryServiceType.swift in Sources */, + 89739E3024459A630016251B /* SendMoneyParentWireframe.swift in Sources */, + 738FD48A2303E0A1008B144D /* DynamicReceiverContainerModel.swift in Sources */, + D9DC107C21639078008F3C51 /* MessageComposeInteractor.swift in Sources */, + 40B33AA924CAF87A00AFE2AB /* ExistingUserRegistrationWireframeInput.swift in Sources */, + 73149F6722E5AF8000D66B26 /* LauncherScreenInteractor.swift in Sources */, + D97785A0215DC55F00754079 /* TransactionHistoryInteractorIO.swift in Sources */, + D945F129213E4A9D00A24824 /* SendMoneyReciept.swift in Sources */, + D9B7ADF02130048E009B0564 /* ExchangeRatesModuleInterface.swift in Sources */, + 89739E3F24459A630016251B /* SendMoneyReceiptViewController.swift in Sources */, + D96A4FBC2146079600CFD507 /* AppConstants.swift in Sources */, + FF6E7D9321BF951D00A003B9 /* AppUpdatePresenter.swift in Sources */, + 40B33AAB24CAF87A00AFE2AB /* ExistingUserRegistrationViewController.swift in Sources */, + FF6E7D9221BF951D00A003B9 /* AppUpdateModuleInterface.swift in Sources */, + 89739E2B24459A630016251B /* SendMoneyParentServiceType.swift in Sources */, + 735F68DE2394A76800A2DBC8 /* NewRegisterInteractor.swift in Sources */, + 405718CA24D932AD0022CDDE /* NewUserRegisterService.swift in Sources */, + 7EDBFC2A24B3098E00AD5D4D /* WithdrawFromWalletDetailWireframeInput.swift in Sources */, + 40218EFE24D2B1950047FBF5 /* UserRegistrationWireframe.swift in Sources */, + FF6E7D8F21BF951D00A003B9 /* AppUpdateInteractorIO.swift in Sources */, + D9031142214786EA00AD5BA9 /* ForgotPasswordWireframe.swift in Sources */, + 7354AB25270D3217004EBA7D /* TermsAndConditionPresenter.swift in Sources */, + D96BD118216479E200DFE7D8 /* WalletStatementInteractorIO.swift in Sources */, + FF6E7D8E21BF951D00A003B9 /* AppUpdateInteractor.swift in Sources */, + 7327568023B0456400BF66C5 /* ManageAgreementService.swift in Sources */, + D9B7ADFD2130073A009B0564 /* WireframeInput.swift in Sources */, + 73195AB722FD14D500151434 /* SetupRecipientPresenter.swift in Sources */, + 73149F6D22E5AF8000D66B26 /* LauncherScreenViewController.swift in Sources */, + 7354AB27270D3217004EBA7D /* TermsAndConditionWireframe.swift in Sources */, + 40B9B0A724EC4ED1002C258C /* ExistingUserKycWireframeInput.swift in Sources */, + 892F9E90243DB42D00D9D88C /* ShowAPITableViewCell.swift in Sources */, + 73149F6922E5AF8000D66B26 /* LauncherScreenWireframeInput.swift in Sources */, + D96BD1232164870C00DFE7D8 /* DateFormatter+Ext.swift in Sources */, + 735F68E02394A76800A2DBC8 /* NewRegisterWireframeInput.swift in Sources */, + 7354AB24270D3217004EBA7D /* TermsAndConditionInteractor.swift in Sources */, + D96A4FD421460B4A00CFD507 /* SplashScreenModuleInterface.swift in Sources */, + D9B7ADF72130048E009B0564 /* ExchangeRatesWireframe.swift in Sources */, + 7EDBFBE224B2C5DA00AD5D4D /* RedeemCashPickUpViewController.swift in Sources */, + 4060B97724DBBA0300E90F8C /* KYCVerifyStep1WireframeInput.swift in Sources */, + 89739E6424459A630016251B /* SendMoneyVerificationViewController.swift in Sources */, + 736A8C4A2277EB2A00337A50 /* BiometricNotificationViewInterface.swift in Sources */, + 738FD48E2303F87D008B144D /* DynamicFieldModel.swift in Sources */, + D9B7ADF82130048E009B0564 /* ExchangeRatesViewController.swift in Sources */, + 89739E3124459A630016251B /* SendMoneyParentWireframeInput.swift in Sources */, + 405AA0EF2541B32B00508420 /* PropertyUtility.swift in Sources */, + D950BED321549242008367A1 /* HomeService.swift in Sources */, + 7EDBFBDF24B2C5DA00AD5D4D /* RedeemCashPickUpWireframeInput.swift in Sources */, + 7327568123B0456400BF66C5 /* ManageAgreementInteractorIO.swift in Sources */, + 738714B6237CE86E0038FCB1 /* InboundReceiptInteractorIO.swift in Sources */, + 89EA0D7B243EC1C5003ACCC8 /* PersonalInformationWireframeInputOutput.swift in Sources */, + FF29296C212B8DFE00FF5BAC /* ExchangeRateCollectionViewCell.swift in Sources */, + 73185352230EACA400BA9AE3 /* SendMoneyProvinceViewModel.swift in Sources */, + 73AEFF772334A13100A967FB /* TransactionHistoryGroupWireframe.swift in Sources */, + 7EDBFBD824B2C5DA00AD5D4D /* RedeemCashPickUpModuleInterface.swift in Sources */, + 89EA0D34243EC0D2003ACCC8 /* ProfileChangePasswordViewController.swift in Sources */, + 73149F6A22E5AF8000D66B26 /* LauncherScreenWireframe.swift in Sources */, + 405213D224EA83A4000F8801 /* ProfileChangePinViewController.swift in Sources */, + 7EC9DE0524A9AF65004A0AD8 /* BranchContainer.swift in Sources */, + 73210DAF22FBF2BA00715D6C /* ViewModelType.swift in Sources */, + 89739E3224459A630016251B /* SenMoneyPaymentModeRecipientViewModel.swift in Sources */, + 73551A5B26E5B1290030B302 /* OtpVerificationInteractorIO.swift in Sources */, + 73149F6C22E5AF8000D66B26 /* LauncherScreenViewInterface.swift in Sources */, + BEC9B002224FC49C00A2DA06 /* BiometricAuthenticationWireframe.swift in Sources */, + 73FBBF1F23F231A8009D7627 /* NotificationHistoryPresenter.swift in Sources */, + D950BED421549242008367A1 /* HomeInteractorIO.swift in Sources */, + 73195AB622FD14D500151434 /* SetupRecipientInteractor.swift in Sources */, + 7389600A22C2F208003FEA90 /* TablePresenterModuleInterface.swift in Sources */, + 73551A5926E5B1290030B302 /* OtpVerificationService.swift in Sources */, + 892F9E89243DB0F300D9D88C /* ShowAPIInteractor.swift in Sources */, + 049E61A51FF0AE9D00817C76 /* UrlManager.swift in Sources */, + 7EDBFC2924B3098E00AD5D4D /* WithdrawFromWalletDetailWireframe.swift in Sources */, + 89739E3B24459A630016251B /* SendMoneyReceiptPresenter.swift in Sources */, + 73341C90238F4FE900394676 /* UILabel+Ext.swift in Sources */, + D9AFE856215C7166005F3A25 /* HomeCollectionTableViewCell.swift in Sources */, + BEC9AFFC224FC49C00A2DA06 /* BiometricAuthenticationModuleInterface.swift in Sources */, + 735F68DD2394A76800A2DBC8 /* NewRegisterInteractorIO.swift in Sources */, + D97785A3215DC55F00754079 /* TransactionHistoryWireframeInput.swift in Sources */, + 738714B7237CE86E0038FCB1 /* InboundReceiptPresenter.swift in Sources */, + 892F9E8A243DB0F300D9D88C /* ShowAPIPresenter.swift in Sources */, + 7383F43622DEB864003D6393 /* GMEDB.swift in Sources */, + 89EA0D7C243EC1C5003ACCC8 /* PersonalInformationWireframe.swift in Sources */, + 731703CC23221EA0005752DE /* SwipeNavigationController.swift in Sources */, + 736A8C402277EB2A00337A50 /* BiometricNotificationModuleInterface.swift in Sources */, + 73149F6422E5AF8000D66B26 /* LauncherScreenServiceType.swift in Sources */, + 7354AB22270D3217004EBA7D /* TermsAndConditionServiceType.swift in Sources */, + 73FBBF3223F232C4009D7627 /* NotificationCell.swift in Sources */, + D950BEDB21549242008367A1 /* HomeViewInterface.swift in Sources */, + FF6E7D9121BF951D00A003B9 /* AppUpdateServiceType.swift in Sources */, + 89EA0D76243EC1C5003ACCC8 /* PersonalInformationService.swift in Sources */, + D96BD117216479E200DFE7D8 /* WalletStatementService.swift in Sources */, + 7372625D2705A74A004086B8 /* RenewIDWireframe.swift in Sources */, + D90D55B121326DA800EEEE04 /* ReciepientEx.swift in Sources */, + 89EA0D82243EC1C5003ACCC8 /* ChangePersonalInformationContainer.swift in Sources */, + D950BED821549242008367A1 /* HomeWireframe.swift in Sources */, + 73195ABA22FD14D500151434 /* SetupRecipientViewModel.swift in Sources */, + 7389601422C2F208003FEA90 /* TablePresenterViewController.swift in Sources */, + 737262572705A749004086B8 /* RenewIDService.swift in Sources */, + 739F8187234AFF13003ABCF3 /* DebugManager.swift in Sources */, + 40218EF724D2B1940047FBF5 /* UserRegistrationModuleInterface.swift in Sources */, + 7E364CEF24A46D27007D6E02 /* BalanceModel.swift in Sources */, + D96BD11B216479E200DFE7D8 /* WalletStatementWireframe.swift in Sources */, + D96BD116216479E200DFE7D8 /* WalletStatementServiceType.swift in Sources */, + D946719621426DFB003924DB /* LoginService.swift in Sources */, + 405718F224D93EB40022CDDE /* VerifyIDNumberWireframeInput.swift in Sources */, + 73551A5E26E5B1290030B302 /* OtpVerificationWireframeInput.swift in Sources */, + D92B80282140C3CB00A25B26 /* MainInteractor.swift in Sources */, + 736A8C492277EB2A00337A50 /* BiometricNotificationViewController.swift in Sources */, + 731AADEB230CC08F008BE38F /* ValidationTextField.swift in Sources */, + 7318F84A23BD7A19002BE004 /* CheckBox.swift in Sources */, + D97785A4215DC55F00754079 /* TransactionHistoryWireframe.swift in Sources */, + 7EC9DE0124A9AECE004A0AD8 /* RewardProduct.swift in Sources */, + D96848CC212D3F2300EF12B1 /* ExchangeRateApiService.swift in Sources */, + D9DC108421639E56008F3C51 /* SuccessMessage.swift in Sources */, + 89739E4A24459A630016251B /* SendMoneyExchangeRateWireframe.swift in Sources */, + 7EDBFBDA24B2C5DA00AD5D4D /* RedeemCashPickUpServiceType.swift in Sources */, + 7366006D271C62B50091C521 /* CDDIModel.swift in Sources */, + 7318534E230EACA400BA9AE3 /* SendMoneyTransFerReasonViewModel.swift in Sources */, + 73195ABB22FD14D500151434 /* SetupRecipientViewModelInterface.swift in Sources */, + 7389601922C2FADD003FEA90 /* TableCell.swift in Sources */, + D92B802A2140C3CB00A25B26 /* MainPresenter.swift in Sources */, + 738714B4237CE86E0038FCB1 /* InboundReceiptServiceType.swift in Sources */, + 405718C924D932AD0022CDDE /* NewUserRegisterModuleInterface.swift in Sources */, + D946719721426DFB003924DB /* LoginServiceType.swift in Sources */, + D9DC107821639078008F3C51 /* MessageComposeModuleInterface.swift in Sources */, + D9DC107E21639078008F3C51 /* MessageComposeWireframeInput.swift in Sources */, + 7EDBFC2624B3098E00AD5D4D /* WithdrawFromWalletDetailInteractor.swift in Sources */, + 738FD4842303D1FD008B144D /* VerifyAccountRequestModel.swift in Sources */, + 7327568423B0456400BF66C5 /* ManageAgreementWireframeInput.swift in Sources */, + 73684456237BD23B00796620 /* InboundTransactionCell.swift in Sources */, + D957DC6C213D05E700FA812D /* SendMoneySubmitResponse.swift in Sources */, + 73A6E20722CF2E2500E9BC68 /* CopyableLabel.swift in Sources */, + 73B6D68A2306406D00A0CB6E /* AgentModel.swift in Sources */, + 7EDBFC0124B3031B00AD5D4D /* WithdrawFromWalletInteractorIO.swift in Sources */, + 405718CE24D932AD0022CDDE /* NewUserRegisterPresenter.swift in Sources */, + 89739E5F24459A630016251B /* SendMoneyVerificationPresenter.swift in Sources */, + 89EA0D83243EC1C5003ACCC8 /* ChangePersonalInformationService.swift in Sources */, + D92B80272140C3CB00A25B26 /* MainServiceType.swift in Sources */, + 7318534F230EACA400BA9AE3 /* SendMoneyRelationViewModel.swift in Sources */, + 73551A6026E5B1290030B302 /* OtpVerificationViewController.swift in Sources */, + 4073BA9225295F5B0043258E /* GradientView.swift in Sources */, + 73FBBF3423F243FA009D7627 /* NoticeModel.swift in Sources */, + 4060B97A24DBBA0300E90F8C /* KYCVerifyStep1ViewController.swift in Sources */, + 4060B97524DBBA0300E90F8C /* KYCVerifyStep1InteractorIO.swift in Sources */, + 89739E3324459A630016251B /* SendMoneyParentViewInterface.swift in Sources */, + D95B5E4B21315C57000C0B33 /* EmptyTableViewCell.swift in Sources */, + 405718F024D93EB40022CDDE /* VerifyIDNumberPresenter.swift in Sources */, + 89EA0D78243EC1C5003ACCC8 /* PersonalInformationInteractorIO.swift in Sources */, + D950BED521549242008367A1 /* HomeInteractor.swift in Sources */, + 73927A90230BADA700B856D0 /* CountryAndServiceModel.swift in Sources */, + 73D3F3E1270C65B5006C3F97 /* CDDIViewControllerWireframeInput.swift in Sources */, + D96BD11F216479E200DFE7D8 /* WalletStatementViewController.swift in Sources */, + 0470301221CA4BD000B6C9C3 /* AccountEx.swift in Sources */, + 892F9E8B243DB0F300D9D88C /* ShowAPIWireframe.swift in Sources */, + D94173B3214B40ED00D04BE5 /* KycModel.swift in Sources */, + D95B7047213FB5F10053CC3D /* WebLinksViewController.swift in Sources */, + 738714BB237CE86E0038FCB1 /* InboundReceiptViewController.swift in Sources */, + 73168A2322F3D01A00878038 /* TablePresenterProtocol.swift in Sources */, + EC2D9C232826C68E00996921 /* SlipUploadViewController.swift in Sources */, + 7327567F23B0456400BF66C5 /* ManageAgreementServiceType.swift in Sources */, + D950BEDE215496F6008367A1 /* HomeRemainingLimitTableViewCell.swift in Sources */, + 7388821922CDF20F00592960 /* UITextField+Ext.swift in Sources */, + 73B6D68C230640D400A0CB6E /* BranchModel.swift in Sources */, + 737262582705A749004086B8 /* RenewIDServiceType.swift in Sources */, + 73D3F3E3270C65B5006C3F97 /* CDDIViewControllerViewController.swift in Sources */, + 7389601122C2F208003FEA90 /* TablePresenterWireframe.swift in Sources */, + 73FBBF2423F231A8009D7627 /* DetailNotificationService.swift in Sources */, + 73D3F3DD270C65B5006C3F97 /* CDDIViewControllerServiceType.swift in Sources */, + 73210DAD22FBEA3B00715D6C /* RecipientsViewModel.swift in Sources */, + 73B6D6942306439600A0CB6E /* AccountModel.swift in Sources */, + 7389600B22C2F208003FEA90 /* TablePresenterServiceType.swift in Sources */, + D97D58D72240D34900EFB27E /* ResendDetail.swift in Sources */, + 89739E3524459A630016251B /* SendMoneyParentViewController.swift in Sources */, + BE4B1C97227C926700E923E8 /* NSError+Ext.swift in Sources */, + D946719C21426DFB003924DB /* LoginWireframeInput.swift in Sources */, + BEC9AFFE224FC49C00A2DA06 /* BiometricAuthenticationServiceType.swift in Sources */, + 89739E4724459A630016251B /* SendMoneyExchangeRateInteractor.swift in Sources */, + 7EDBFBDD24B2C5DA00AD5D4D /* RedeemCashPickUpPresenter.swift in Sources */, + D96BD11E216479E200DFE7D8 /* WalletStatementViewInterface.swift in Sources */, + 406F2D8124DBE28400EF31FB /* PictureInfoModel.swift in Sources */, + D92B802E2140C3CB00A25B26 /* MainViewController.swift in Sources */, + 73210DA622FBE73100715D6C /* RecipientsPresenter.swift in Sources */, + 041A86A721D1F5590044C83C /* WkWebViewController.swift in Sources */, + D90D55D72132846000EEEE04 /* SendMoneyCountryModel.swift in Sources */, + 73149F6522E5AF8000D66B26 /* LauncherScreenService.swift in Sources */, + 7EDBFC0A24B307F100AD5D4D /* WithdrawInformation.swift in Sources */, + D95B5E3B21311057000C0B33 /* GmeContactsServiceType.swift in Sources */, + D9B39678214F7DDC0072A9B8 /* MultiMediaManager.swift in Sources */, + 40AE56352512DD8A00412B87 /* ChangePinAndPasswordViewController.swift in Sources */, + D950BED621549242008367A1 /* HomePresenter.swift in Sources */, + 892F9E8C243DB0F300D9D88C /* ShowAPIWireframeInput.swift in Sources */, + 738FD48023038FDE008B144D /* UIFont+Ext.swift in Sources */, + 89739E2E24459A630016251B /* SendMoneyParentInteractorIO.swift in Sources */, + 73149F6622E5AF8000D66B26 /* LauncherScreenInteractorIO.swift in Sources */, + 73185316230EA5FB00BA9AE3 /* SaveResponseModel.swift in Sources */, + 7354AB29270D3217004EBA7D /* TermsAndConditionViewInterface.swift in Sources */, + D9030ABD2139113A00A1BCA0 /* SendMoneyAccountValidationRequestModel.swift in Sources */, + 892F9E8D243DB0F300D9D88C /* ShowAPIViewController.swift in Sources */, + 73195AB822FD14D500151434 /* SetupRecipientWireframe.swift in Sources */, + D9DC108021639078008F3C51 /* MessageComposeViewController.swift in Sources */, + 7327568B23B052DB00BF66C5 /* PDFViewController.swift in Sources */, + 7315526E23C839CF0011D37C /* Rx+UserDefaultsWrapper.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD261041FD00458007A511D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 731154CC227C178A00FEBF7F /* APITest.swift in Sources */, + 7310475C226960E70025D77D /* KeychainTest.swift in Sources */, + 7383F43822DEB87D003D6393 /* DatabaseTest.swift in Sources */, + 738DEC1B22D429AB00936C2C /* FunctionTest.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9FD2610F1FD00458007A511D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 9FD261181FD00458007A511D /* GME RemitUITests.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 739F8180234ADA75003ABCF3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 9FD260F31FD00458007A511D /* GME Remit */; + targetProxy = 739F817F234ADA75003ABCF3 /* PBXContainerItemProxy */; + }; + 9FD2610A1FD00458007A511D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 9FD260F31FD00458007A511D /* GME Remit */; + targetProxy = 9FD261091FD00458007A511D /* PBXContainerItemProxy */; + }; + 9FD261151FD00458007A511D /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 9FD260F31FD00458007A511D /* GME Remit */; + targetProxy = 9FD261141FD00458007A511D /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 405AA15E2541DB6A00508420 /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + 405AA15F2541DB6A00508420 /* en */, + 405AA1602541DB6A00508420 /* ru-RU */, + 405AA1612541DB6A00508420 /* si */, + 405AA1622541DB6A00508420 /* ne */, + 405AA1632541DB6A00508420 /* ur-PK */, + 405AA1642541DB6A00508420 /* km */, + 405AA1652541DB6A00508420 /* ko */, + 405AA1662541DB6A00508420 /* vi-VN */, + 405AA1672541DB6A00508420 /* mn */, + 405AA1682541DB6A00508420 /* my */, + 405AA1692541DB6A00508420 /* my-MM */, + 405AA16A2541DB6A00508420 /* uz */, + 405AA16B2541DB6A00508420 /* id */, + 405AA16C2541DB6A00508420 /* th */, + 405AA16D2541DB6A00508420 /* bn */, + 40DCDD5825426BD60010FC6A /* en_PH */, + 5ED0840B2784098500EEB668 /* ja */, + ); + name = Localizable.strings; + sourceTree = ""; + }; + 9FD260FB1FD00458007A511D /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 9FD260FC1FD00458007A511D /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 9FD261001FD00458007A511D /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 9FD261011FD00458007A511D /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 739F8182234ADA75003ABCF3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CODE_SIGN_STYLE = Automatic; + DEBUG_INFORMATION_FORMAT = dwarf; + DEVELOPMENT_TEAM = 68KRG7GPAV; + INFOPLIST_FILE = SnapshotUITest/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = com.devik.SnapshotUITest; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = "GME Remit"; + }; + name = Debug; + }; + 739F8183234ADA75003ABCF3 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 68KRG7GPAV; + INFOPLIST_FILE = SnapshotUITest/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MTL_FAST_MATH = YES; + PRODUCT_BUNDLE_IDENTIFIER = com.devik.SnapshotUITest; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = "GME Remit"; + }; + name = Release; + }; + 9FD2611A1FD00458007A511D /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + OTHER_LDFLAGS = ""; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; + }; + name = Debug; + }; + 9FD2611B1FD00458007A511D /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGN_IDENTITY = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + FRAMEWORK_SEARCH_PATHS = ""; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + MTL_ENABLE_DEBUG_INFO = NO; + ONLY_ACTIVE_ARCH = YES; + OTHER_LDFLAGS = ""; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.0; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 9FD2611D1FD00458007A511D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 55600052AED9B7B09887A8B3 /* Pods-GME Remit.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 2; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 68KRG7GPAV; + ENABLE_BITCODE = NO; + "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = arm64; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", + ); + INFOPLIST_FILE = "GME Remit/Supported Files/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", + ); + MARKETING_VERSION = 1.3.2; + "OTHER_CODE_SIGN_FLAGS[sdk=*]" = "--generate-entitlement-der"; + OTHER_LDFLAGS = ( + "$(OTHER_LDFLAGS)", + "-ObjC", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.japan.jmeremit; + PRODUCT_NAME = "JME Remit"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_OBJC_BRIDGING_HEADER = "GME Remit/Supported Files/GMERemittance-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9FD2611E1FD00458007A511D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 382D802DD74FA232C60815F2 /* Pods-GME Remit.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CLANG_ENABLE_MODULES = YES; + CODE_SIGN_ENTITLEMENTS = "GME Remit.entitlements"; + CODE_SIGN_IDENTITY = "iPhone Developer"; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 2; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 68KRG7GPAV; + ENABLE_BITCODE = NO; + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", + ); + GCC_OPTIMIZATION_LEVEL = 0; + INFOPLIST_FILE = "GME Remit/Supported Files/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(PROJECT_DIR)/GME\\ Remit/ThirdParty/virtualKeyboard/mtk_module", + ); + MARKETING_VERSION = 1.3.2; + OTHER_LDFLAGS = ( + "$(OTHER_LDFLAGS)", + "-ObjC", + ); + PRODUCT_BUNDLE_IDENTIFIER = com.japan.jmeremit; + PRODUCT_NAME = "JME Remit"; + PROVISIONING_PROFILE_SPECIFIER = ""; + SWIFT_OBJC_BRIDGING_HEADER = "GME Remit/Supported Files/GMERemittance-Bridging-Header.h"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; + 9FD261201FD00458007A511D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = A122A469B588D608F544863C /* Pods-GMERemittanceTests.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 68KRG7GPAV; + INFOPLIST_FILE = "GME RemitTests/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.gmeremit.online.GMERemittanceTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GME Remit.app/GME Remit"; + }; + name = Debug; + }; + 9FD261211FD00458007A511D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 3DC711495F701A2990ED1DD7 /* Pods-GMERemittanceTests.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + BUNDLE_LOADER = "$(TEST_HOST)"; + CODE_SIGN_STYLE = Automatic; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEVELOPMENT_TEAM = 68KRG7GPAV; + INFOPLIST_FILE = "GME RemitTests/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.gmeremit.online.GMERemittanceTests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GME Remit.app/GME Remit"; + }; + name = Release; + }; + 9FD261231FD00458007A511D /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F1101393B519381AC79DA0A9 /* Pods-GMERemittanceUITests.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 68KRG7GPAV; + INFOPLIST_FILE = GMERemittanceUITests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.gmeremit.online.GMERemittanceUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = GMERemittance; + }; + name = Debug; + }; + 9FD261241FD00458007A511D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 792D2CC28585281952F299B0 /* Pods-GMERemittanceUITests.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 68KRG7GPAV; + INFOPLIST_FILE = GMERemittanceUITests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = com.gmeremit.online.GMERemittanceUITests; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + TEST_TARGET_NAME = GMERemittance; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 739F8181234ADA75003ABCF3 /* Build configuration list for PBXNativeTarget "SnapshotUITest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 739F8182234ADA75003ABCF3 /* Debug */, + 739F8183234ADA75003ABCF3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 9FD260EF1FD00458007A511D /* Build configuration list for PBXProject "GME Remit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9FD2611A1FD00458007A511D /* Debug */, + 9FD2611B1FD00458007A511D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 9FD2611C1FD00458007A511D /* Build configuration list for PBXNativeTarget "GME Remit" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9FD2611D1FD00458007A511D /* Debug */, + 9FD2611E1FD00458007A511D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 9FD2611F1FD00458007A511D /* Build configuration list for PBXNativeTarget "GMERemittanceTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9FD261201FD00458007A511D /* Debug */, + 9FD261211FD00458007A511D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + 9FD261221FD00458007A511D /* Build configuration list for PBXNativeTarget "GMERemittanceUITests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 9FD261231FD00458007A511D /* Debug */, + 9FD261241FD00458007A511D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + }; + rootObject = 9FD260EC1FD00458007A511D /* Project object */; +} diff --git a/GME Remit.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme b/keyboard.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme similarity index 100% rename from GME Remit.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme rename to keyboard.xcodeproj/xcshareddata/xcschemes/GME Remit.xcscheme diff --git a/GME Remit.xcodeproj/xcshareddata/xcschemes/GMERemittanceTests.xcscheme b/keyboard.xcodeproj/xcshareddata/xcschemes/GMERemittanceTests.xcscheme similarity index 100% rename from GME Remit.xcodeproj/xcshareddata/xcschemes/GMERemittanceTests.xcscheme rename to keyboard.xcodeproj/xcshareddata/xcschemes/GMERemittanceTests.xcscheme