Browse Source

added agreement

pull/1/head
InKwon James Kim 5 years ago
parent
commit
e456ce6163
  1. 188
      GME Remit.xcodeproj/project.pbxproj

188
GME Remit.xcodeproj/project.pbxproj

@ -245,6 +245,17 @@
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 */; };
732D17972297899400ACEBF1 /* HotLineCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732D17962297899400ACEBF1 /* HotLineCell.swift */; };
73341C90238F4FE900394676 /* UILabel+Ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73341C8F238F4FE900394676 /* UILabel+Ext.swift */; };
733A3B8223554AC100E6B87E /* RechargeModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 733A3B8123554AC100E6B87E /* RechargeModel.swift */; };
@ -2643,6 +2654,17 @@
73210DAE22FBF2BA00715D6C /* ViewModelType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModelType.swift; sourceTree = "<group>"; };
73210DB022FBF4B000715D6C /* ObservableType+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ObservableType+Ext.swift"; sourceTree = "<group>"; };
73210DB422FC01C200715D6C /* RecipientCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecipientCell.swift; sourceTree = "<group>"; };
7327567123B0456300BF66C5 /* ManageAgreementServiceType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementServiceType.swift; sourceTree = "<group>"; };
7327567223B0456300BF66C5 /* ManageAgreementService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementService.swift; sourceTree = "<group>"; };
7327567423B0456300BF66C5 /* ManageAgreementInteractorIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementInteractorIO.swift; sourceTree = "<group>"; };
7327567523B0456300BF66C5 /* ManageAgreementInteractor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementInteractor.swift; sourceTree = "<group>"; };
7327567823B0456300BF66C5 /* ManageAgreementPresenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementPresenter.swift; sourceTree = "<group>"; };
7327567A23B0456300BF66C5 /* ManageAgreementWireframeInput.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementWireframeInput.swift; sourceTree = "<group>"; };
7327567B23B0456300BF66C5 /* ManageAgreementWireframe.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementWireframe.swift; sourceTree = "<group>"; };
7327567D23B0456300BF66C5 /* ManageAgreement.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = ManageAgreement.storyboard; sourceTree = "<group>"; };
7327567E23B0456300BF66C5 /* ManageAgreementViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManageAgreementViewController.swift; sourceTree = "<group>"; };
7327568923B052DB00BF66C5 /* PDFViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PDFViewController.swift; sourceTree = "<group>"; };
7327568A23B052DB00BF66C5 /* PDFViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PDFViewController.xib; sourceTree = "<group>"; };
732D17962297899400ACEBF1 /* HotLineCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HotLineCell.swift; sourceTree = "<group>"; };
73341C8F238F4FE900394676 /* UILabel+Ext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+Ext.swift"; sourceTree = "<group>"; };
733A3B8123554AC100E6B87E /* RechargeModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RechargeModel.swift; sourceTree = "<group>"; };
@ -6366,6 +6388,95 @@
path = Cell;
sourceTree = "<group>";
};
7327566D23B0456300BF66C5 /* ManageAgreement */ = {
isa = PBXGroup;
children = (
7327566E23B0456300BF66C5 /* Application Logic */,
7327567623B0456300BF66C5 /* User Interface */,
);
path = ManageAgreement;
sourceTree = "<group>";
};
7327566E23B0456300BF66C5 /* Application Logic */ = {
isa = PBXGroup;
children = (
7327566F23B0456300BF66C5 /* Model */,
7327567023B0456300BF66C5 /* Service */,
7327567323B0456300BF66C5 /* Interactor */,
);
path = "Application Logic";
sourceTree = "<group>";
};
7327566F23B0456300BF66C5 /* Model */ = {
isa = PBXGroup;
children = (
);
path = Model;
sourceTree = "<group>";
};
7327567023B0456300BF66C5 /* Service */ = {
isa = PBXGroup;
children = (
7327567123B0456300BF66C5 /* ManageAgreementServiceType.swift */,
7327567223B0456300BF66C5 /* ManageAgreementService.swift */,
);
path = Service;
sourceTree = "<group>";
};
7327567323B0456300BF66C5 /* Interactor */ = {
isa = PBXGroup;
children = (
7327567423B0456300BF66C5 /* ManageAgreementInteractorIO.swift */,
7327567523B0456300BF66C5 /* ManageAgreementInteractor.swift */,
);
path = Interactor;
sourceTree = "<group>";
};
7327567623B0456300BF66C5 /* User Interface */ = {
isa = PBXGroup;
children = (
7327567723B0456300BF66C5 /* Presenter */,
7327567923B0456300BF66C5 /* Wireframe */,
7327567C23B0456300BF66C5 /* View */,
);
path = "User Interface";
sourceTree = "<group>";
};
7327567723B0456300BF66C5 /* Presenter */ = {
isa = PBXGroup;
children = (
7327567823B0456300BF66C5 /* ManageAgreementPresenter.swift */,
);
path = Presenter;
sourceTree = "<group>";
};
7327567923B0456300BF66C5 /* Wireframe */ = {
isa = PBXGroup;
children = (
7327567A23B0456300BF66C5 /* ManageAgreementWireframeInput.swift */,
7327567B23B0456300BF66C5 /* ManageAgreementWireframe.swift */,
);
path = Wireframe;
sourceTree = "<group>";
};
7327567C23B0456300BF66C5 /* View */ = {
isa = PBXGroup;
children = (
7327567D23B0456300BF66C5 /* ManageAgreement.storyboard */,
7327567E23B0456300BF66C5 /* ManageAgreementViewController.swift */,
);
path = View;
sourceTree = "<group>";
};
7327568823B052C000BF66C5 /* PDFVIewer */ = {
isa = PBXGroup;
children = (
7327568923B052DB00BF66C5 /* PDFViewController.swift */,
7327568A23B052DB00BF66C5 /* PDFViewController.xib */,
);
path = PDFVIewer;
sourceTree = "<group>";
};
732D17952297897F00ACEBF1 /* Cell */ = {
isa = PBXGroup;
children = (
@ -6459,6 +6570,7 @@
733A3BA02355575F00E6B87E /* CustomUI */ = {
isa = PBXGroup;
children = (
7327568823B052C000BF66C5 /* PDFVIewer */,
73A6E20622CF2E2500E9BC68 /* CopyableLabel.swift */,
73BE702B22D33E6800E87DD2 /* GMENumberTextField.swift */,
7313872222E68F4C0095ACEB /* ScrollableSegmentedControl.swift */,
@ -9220,6 +9332,7 @@
D907AB96212AA8A300915A87 /* Modules */ = {
isa = PBXGroup;
children = (
7327566D23B0456300BF66C5 /* ManageAgreement */,
73F7C592234C4FCB00176856 /* PowerCallModules */,
FF6E7D7921BF951D00A003B9 /* AppUpdate */,
739045BE2379218F00CD5D8A /* ManageAccountsModules */,
@ -13409,8 +13522,8 @@
9FD260F01FD00458007A511D /* Sources */,
9FD260F11FD00458007A511D /* Frameworks */,
9FD260F21FD00458007A511D /* Resources */,
87E6398FB507AA10D57B3F7E /* [CP] Embed Pods Frameworks */,
D9FA81272175A87000F328B5 /* ShellScript */,
5C8747778995D23451122995 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
@ -13429,7 +13542,7 @@
9FD261041FD00458007A511D /* Sources */,
9FD261051FD00458007A511D /* Frameworks */,
9FD261061FD00458007A511D /* Resources */,
614A19FA13BE3F1D78C40326 /* [CP] Embed Pods Frameworks */,
4C21981C544ABD365091FB81 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
@ -13449,7 +13562,7 @@
9FD2610F1FD00458007A511D /* Sources */,
9FD261101FD00458007A511D /* Frameworks */,
9FD261111FD00458007A511D /* Resources */,
3630CD349CE7E5D846B5D8D5 /* [CP] Embed Pods Frameworks */,
DF50F18C0B892C66E855C636 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
@ -13834,6 +13947,7 @@
D93C280622000D640079BF03 /* iPad_transkey_landscape_alnum_cap_3.png in Resources */,
D93C2A2322000D650079BF03 /* iPhone_transkey_alnum_cmd_8_2_english_down.png in Resources */,
D93C2AA422000D650079BF03 /* transkey_navi_complete2_chinese.png in Resources */,
7327568C23B052DB00BF66C5 /* PDFViewController.xib in Resources */,
D93C2A4222000D650079BF03 /* iPad_transkey_number_cmd_1_english_down.png in Resources */,
D93C285E22000D640079BF03 /* iPad_transkey_alnum_sym_8.png in Resources */,
D93C297622000D650079BF03 /* iPhone_transkey_landscape_alnum_cmd_8_2_japanese_down.png in Resources */,
@ -14798,6 +14912,7 @@
D93C27B722000D630079BF03 /* iPad_transkey_landscape_number_cmd_0_down.png in Resources */,
D931E22A216DCC2A008A8CD1 /* MessageCompose.storyboard in Resources */,
D93C29CB22000D650079BF03 /* iPhone_transkey_number_cmd_10_thai_down.png in Resources */,
7327568623B0456400BF66C5 /* ManageAgreement.storyboard in Resources */,
D93C2B2F22000D650079BF03 /* iPad_transkey_alnum_cmd_8_indonesian.png in Resources */,
5565FF2C1FE275E5002934E9 /* SanFranciscoText-Medium.otf in Resources */,
73A621432330742C000FFB5B /* DomesticRemit.storyboard in Resources */,
@ -15191,13 +15306,13 @@
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;
};
3630CD349CE7E5D846B5D8D5 /* [CP] Embed Pods Frameworks */ = {
4C21981C544ABD365091FB81 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests-frameworks.sh",
"${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",
@ -15223,7 +15338,7 @@
"${BUILT_PRODUCTS_DIR}/PMAlertController/PMAlertController.framework",
"${BUILT_PRODUCTS_DIR}/PanModal/PanModal.framework",
"${BUILT_PRODUCTS_DIR}/PhoneNumberKit/PhoneNumberKit.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/protobuf.framework",
"${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework",
"${BUILT_PRODUCTS_DIR}/ReSwift/ReSwift.framework",
"${BUILT_PRODUCTS_DIR}/Reusable/Reusable.framework",
@ -15270,7 +15385,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PMAlertController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PanModal.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PhoneNumberKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reusable.framework",
@ -15292,16 +15407,16 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
614A19FA13BE3F1D78C40326 /* [CP] Embed Pods Frameworks */ = {
5C8747778995D23451122995 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests-frameworks.sh",
"${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",
@ -15327,7 +15442,7 @@
"${BUILT_PRODUCTS_DIR}/PMAlertController/PMAlertController.framework",
"${BUILT_PRODUCTS_DIR}/PanModal/PanModal.framework",
"${BUILT_PRODUCTS_DIR}/PhoneNumberKit/PhoneNumberKit.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/protobuf.framework",
"${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework",
"${BUILT_PRODUCTS_DIR}/ReSwift/ReSwift.framework",
"${BUILT_PRODUCTS_DIR}/Reusable/Reusable.framework",
@ -15374,7 +15489,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PMAlertController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PanModal.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PhoneNumberKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reusable.framework",
@ -15396,7 +15511,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceTests/Pods-GMERemittanceTests-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GME Remit/Pods-GME Remit-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
6BE6C87EE0AC259D6B4B43B9 /* [CP] Check Pods Manifest.lock */ = {
@ -15417,13 +15532,27 @@
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;
};
87E6398FB507AA10D57B3F7E /* [CP] Embed Pods Frameworks */ = {
D9FA81272175A87000F328B5 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-GME Remit/Pods-GME Remit-frameworks.sh",
"$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${PODS_ROOT}/Fabric/run\" b575c94baafadc63651a9c5ec62f0b5f468a4093 19e4b10afbd110badb994a253854bdb85320f124dd45be05520d2989d1f01435\n\nif which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
DF50F18C0B892C66E855C636 /* [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",
@ -15449,7 +15578,7 @@
"${BUILT_PRODUCTS_DIR}/PMAlertController/PMAlertController.framework",
"${BUILT_PRODUCTS_DIR}/PanModal/PanModal.framework",
"${BUILT_PRODUCTS_DIR}/PhoneNumberKit/PhoneNumberKit.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/Protobuf.framework",
"${BUILT_PRODUCTS_DIR}/Protobuf/protobuf.framework",
"${BUILT_PRODUCTS_DIR}/RSKImageCropper/RSKImageCropper.framework",
"${BUILT_PRODUCTS_DIR}/ReSwift/ReSwift.framework",
"${BUILT_PRODUCTS_DIR}/Reusable/Reusable.framework",
@ -15496,7 +15625,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PMAlertController.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PanModal.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PhoneNumberKit.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/protobuf.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RSKImageCropper.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Reusable.framework",
@ -15518,23 +15647,9 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GME Remit/Pods-GME Remit-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GMERemittanceUITests/Pods-GMERemittanceUITests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
D9FA81272175A87000F328B5 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(BUILT_PRODUCTS_DIR)/$(INFOPLIST_PATH)",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\"${PODS_ROOT}/Fabric/run\" b575c94baafadc63651a9c5ec62f0b5f468a4093 19e4b10afbd110badb994a253854bdb85320f124dd45be05520d2989d1f01435\n\nif which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
EF5ADC2E5DEBFC06A08662D8 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 12;
@ -15653,6 +15768,7 @@
73197D412330D207002C0F85 /* RecipientNameModel.swift in Sources */,
73FE8837228A4A8C00A5EB56 /* OrderHistoryModuleInterface.swift in Sources */,
736A8C442277EB2A00337A50 /* BiometricNotificationInteractorIO.swift in Sources */,
7327568523B0456400BF66C5 /* ManageAgreementWireframe.swift in Sources */,
73FE8839228A4A8C00A5EB56 /* OrderHistoryServiceType.swift in Sources */,
73071AC72296CF9B008840FD /* HotLineInteractorIO.swift in Sources */,
73538B2222EFC5FA00188CDD /* CommonServiceType.swift in Sources */,
@ -15775,6 +15891,7 @@
73469F992293C1B00062946B /* SelectPaymentServiceType.swift in Sources */,
73EC6C12236984B200060448 /* InternationalTopupService.swift in Sources */,
73469F9D2293C1B00062946B /* SelectPaymentPresenter.swift in Sources */,
7327568323B0456400BF66C5 /* ManageAgreementPresenter.swift in Sources */,
739A7784228BB2B40018A1A9 /* DetailOrderInteractor.swift in Sources */,
736A8C452277EB2A00337A50 /* BiometricNotificationPresenter.swift in Sources */,
73197D3D2330B2BF002C0F85 /* RecentRecipientCell.swift in Sources */,
@ -15991,11 +16108,13 @@
D96A4FD621460B4A00CFD507 /* SplashScreenServiceType.swift in Sources */,
736A8C412277EB2A00337A50 /* BiometricNotificationService.swift in Sources */,
73210DA122FBE73100715D6C /* RecipientsModuleInterface.swift in Sources */,
7327568223B0456400BF66C5 /* ManageAgreementInteractor.swift in Sources */,
73A621412330742C000FFB5B /* DomesticRemitViewModelInterface.swift in Sources */,
735F68F92394CD6B00A2DBC8 /* NewRegisterStep1Service.swift in Sources */,
730D788A227A94E1007E517E /* RewardProduct.swift in Sources */,
735F68E12394A76800A2DBC8 /* NewRegisterWireframe.swift in Sources */,
73469F9A2293C1B00062946B /* SelectPaymentService.swift in Sources */,
7327568723B0456400BF66C5 /* ManageAgreementViewController.swift in Sources */,
D977859E215DC55F00754079 /* TransactionHistoryService.swift in Sources */,
730D7892227A94E1007E517E /* RewardViewInterface.swift in Sources */,
D95B5E3A21311057000C0B33 /* GmeContactsService.swift in Sources */,
@ -16088,6 +16207,7 @@
D96BD118216479E200DFE7D8 /* WalletStatementInteractorIO.swift in Sources */,
BE74AFC9227C8FF200F05CE7 /* AutoDebitInteractor.swift in Sources */,
FF6E7D8E21BF951D00A003B9 /* AppUpdateInteractor.swift in Sources */,
7327568023B0456400BF66C5 /* ManageAgreementService.swift in Sources */,
D9B7ADFD2130073A009B0564 /* WireframeInput.swift in Sources */,
730D78B3227A94F2007E517E /* Juso.swift in Sources */,
730D7889227A94E1007E517E /* RewardProductContainer.swift in Sources */,
@ -16115,6 +16235,7 @@
D950BED321549242008367A1 /* HomeService.swift in Sources */,
045976B221A3D8F30001E92A /* AutoRefundsViewController.swift in Sources */,
733A3B9F23554DAF00E6B87E /* RechargePaymentViewController.swift in Sources */,
7327568123B0456400BF66C5 /* ManageAgreementInteractorIO.swift in Sources */,
734BF6842353F7D8004E8D60 /* PhoneCardRechargeInteractor.swift in Sources */,
7372430E235EBABE00FA47DD /* DetailPlanInformation.swift in Sources */,
738714B6237CE86E0038FCB1 /* InboundReceiptInteractorIO.swift in Sources */,
@ -16226,6 +16347,7 @@
73BA8CCA237E326C00F3E579 /* TotalManageAccountsPresenter.swift in Sources */,
738FD4842303D1FD008B144D /* VerifyAccountRequestModel.swift in Sources */,
04E36E1B21AE585200783685 /* PennyTestSubmitService.swift in Sources */,
7327568423B0456400BF66C5 /* ManageAgreementWireframeInput.swift in Sources */,
73684456237BD23B00796620 /* InboundTransactionCell.swift in Sources */,
D957DC6C213D05E700FA812D /* SendMoneySubmitResponse.swift in Sources */,
73A6E20722CF2E2500E9BC68 /* CopyableLabel.swift in Sources */,
@ -16257,6 +16379,7 @@
73168A2322F3D01A00878038 /* TablePresenterProtocol.swift in Sources */,
735F68FB2394CD6B00A2DBC8 /* NewRegisterStep1Interactor.swift in Sources */,
733A3B8223554AC100E6B87E /* RechargeModel.swift in Sources */,
7327567F23B0456400BF66C5 /* ManageAgreementServiceType.swift in Sources */,
733D910422EEBF7B006B5E80 /* kycForm2WireframeOutput.swift in Sources */,
D950BEDE215496F6008367A1 /* HomeRemainingLimitTableViewCell.swift in Sources */,
73071ACC2296CF9B008840FD /* HotLineViewController.swift in Sources */,
@ -16316,6 +16439,7 @@
73195AB822FD14D500151434 /* SetupRecipientWireframe.swift in Sources */,
D9DC108021639078008F3C51 /* MessageComposeViewController.swift in Sources */,
7301979D22535135001954AB /* kycForm1WireframeInput.swift in Sources */,
7327568B23B052DB00BF66C5 /* PDFViewController.swift in Sources */,
73F77279239749DF00E22A82 /* NewRegisterStep2Presenter.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;

Loading…
Cancel
Save