|
|
@@ -7,7 +7,13 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
- 7115D4191E135BE300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 7115D4181E135BE300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf */; };
|
|
|
+ 7115D41F1E13AC0200EF4E4C /* GEIC - Home Improvement Contract 2017.json in Resources */ = {isa = PBXBuildFile; fileRef = 7115D41E1E13AC0200EF4E4C /* GEIC - Home Improvement Contract 2017.json */; };
|
|
|
+ 7115D4231E13B05300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 7115D4221E13B05300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf */; };
|
|
|
+ 7115D4271E13B70C00EF4E4C /* DocumentListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7115D4261E13B70C00EF4E4C /* DocumentListViewController.m */; };
|
|
|
+ 7115D42A1E14DE0A00EF4E4C /* DocListTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7115D4291E14DE0A00EF4E4C /* DocListTableViewCell.m */; };
|
|
|
+ 7115D4561E1606F700EF4E4C /* GEContractFilterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7115D4551E1606F700EF4E4C /* GEContractFilterViewController.m */; };
|
|
|
+ 7115D4591E162BA800EF4E4C /* DatePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7115D4581E162BA800EF4E4C /* DatePickerViewController.m */; };
|
|
|
+ 7115D45F1E16326C00EF4E4C /* CommonEditor.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7115D45E1E16326C00EF4E4C /* CommonEditor.storyboard */; };
|
|
|
7128C2401E124F4500FF635B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7128C23F1E124F4500FF635B /* main.m */; };
|
|
|
7128C24B1E124F4500FF635B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7128C24A1E124F4500FF635B /* Assets.xcassets */; };
|
|
|
7128C2591E124FAB00FF635B /* GEIC - Home Improvement Contract 2016.json in Resources */ = {isa = PBXBuildFile; fileRef = 7128C2551E124FAB00FF635B /* GEIC - Home Improvement Contract 2016.json */; };
|
|
|
@@ -79,7 +85,17 @@
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
- 7115D4181E135BE300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "GEIC - Home Improvement Contract 2017.pdf"; sourceTree = "<group>"; };
|
|
|
+ 7115D41E1E13AC0200EF4E4C /* GEIC - Home Improvement Contract 2017.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; name = "GEIC - Home Improvement Contract 2017.json"; path = "Granite Expo eSign/GEIC - Home Improvement Contract 2017.json"; sourceTree = "<group>"; };
|
|
|
+ 7115D4221E13B05300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = "GEIC - Home Improvement Contract 2017.pdf"; path = "Granite Expo eSign/GEIC - Home Improvement Contract 2017.pdf"; sourceTree = "<group>"; };
|
|
|
+ 7115D4251E13B70C00EF4E4C /* DocumentListViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DocumentListViewController.h; path = ../../common/DocumentListViewController.h; sourceTree = "<group>"; };
|
|
|
+ 7115D4261E13B70C00EF4E4C /* DocumentListViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DocumentListViewController.m; path = ../../common/DocumentListViewController.m; sourceTree = "<group>"; };
|
|
|
+ 7115D4281E14DE0A00EF4E4C /* DocListTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DocListTableViewCell.h; path = ../../common/DocListTableViewCell.h; sourceTree = "<group>"; };
|
|
|
+ 7115D4291E14DE0A00EF4E4C /* DocListTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DocListTableViewCell.m; path = ../../common/DocListTableViewCell.m; sourceTree = "<group>"; };
|
|
|
+ 7115D4541E1606F700EF4E4C /* GEContractFilterViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GEContractFilterViewController.h; sourceTree = "<group>"; };
|
|
|
+ 7115D4551E1606F700EF4E4C /* GEContractFilterViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GEContractFilterViewController.m; sourceTree = "<group>"; };
|
|
|
+ 7115D4571E162BA800EF4E4C /* DatePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DatePickerViewController.h; path = "../../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.h"; sourceTree = "<group>"; };
|
|
|
+ 7115D4581E162BA800EF4E4C /* DatePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DatePickerViewController.m; path = "../../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.m"; sourceTree = "<group>"; };
|
|
|
+ 7115D45E1E16326C00EF4E4C /* CommonEditor.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CommonEditor.storyboard; path = "../../../RedAnt ERP Mobile/common/CommonEditor/CommonEditor.storyboard"; sourceTree = "<group>"; };
|
|
|
7128C23B1E124F4500FF635B /* eSign.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = eSign.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
7128C23F1E124F4500FF635B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
7128C24A1E124F4500FF635B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
@@ -227,6 +243,15 @@
|
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
|
|
/* Begin PBXGroup section */
|
|
|
+ 7115D4241E13B32800EF4E4C /* customerUI */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 7128C2801E12501B00FF635B /* TouchImageView.h */,
|
|
|
+ 7128C2811E12501B00FF635B /* TouchImageView.m */,
|
|
|
+ );
|
|
|
+ name = customerUI;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
7128C2321E124F4500FF635B = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -265,6 +290,15 @@
|
|
|
7128C33D1E12541800FF635B /* RootViewController.m */,
|
|
|
7128C33F1E12542000FF635B /* LoginViewController.h */,
|
|
|
7128C3401E12542000FF635B /* LoginViewController.m */,
|
|
|
+ 7115D4541E1606F700EF4E4C /* GEContractFilterViewController.h */,
|
|
|
+ 7115D4551E1606F700EF4E4C /* GEContractFilterViewController.m */,
|
|
|
+ 7115D45E1E16326C00EF4E4C /* CommonEditor.storyboard */,
|
|
|
+ 7115D4571E162BA800EF4E4C /* DatePickerViewController.h */,
|
|
|
+ 7115D4581E162BA800EF4E4C /* DatePickerViewController.m */,
|
|
|
+ 7115D4281E14DE0A00EF4E4C /* DocListTableViewCell.h */,
|
|
|
+ 7115D4291E14DE0A00EF4E4C /* DocListTableViewCell.m */,
|
|
|
+ 7115D4251E13B70C00EF4E4C /* DocumentListViewController.h */,
|
|
|
+ 7115D4261E13B70C00EF4E4C /* DocumentListViewController.m */,
|
|
|
7128C23E1E124F4500FF635B /* Supporting Files */,
|
|
|
);
|
|
|
path = "Granite Expo eSign";
|
|
|
@@ -335,8 +369,6 @@
|
|
|
children = (
|
|
|
7128C2951E12503000FF635B /* preview */,
|
|
|
7128C2991E12504600FF635B /* pdfcreator */,
|
|
|
- 7128C2801E12501B00FF635B /* TouchImageView.h */,
|
|
|
- 7128C2811E12501B00FF635B /* TouchImageView.m */,
|
|
|
7128C3421E12545C00FF635B /* CheckSelectorViewController.h */,
|
|
|
7128C3431E12545C00FF635B /* CheckSelectorViewController.m */,
|
|
|
7128C3441E12545C00FF635B /* DocumentPageViewController.h */,
|
|
|
@@ -354,6 +386,7 @@
|
|
|
7128C2B91E1250F000FF635B /* utils */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 7115D4241E13B32800EF4E4C /* customerUI */,
|
|
|
7128C3091E12514300FF635B /* UIKit+AFNetworking */,
|
|
|
7128C2EC1E12512F00FF635B /* AFNetworking */,
|
|
|
7128C2DD1E12511400FF635B /* aes */,
|
|
|
@@ -462,9 +495,10 @@
|
|
|
7128C3261E1251DE00FF635B /* pdf resource */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 7115D41E1E13AC0200EF4E4C /* GEIC - Home Improvement Contract 2017.json */,
|
|
|
+ 7115D4221E13B05300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf */,
|
|
|
7128C2551E124FAB00FF635B /* GEIC - Home Improvement Contract 2016.json */,
|
|
|
7128C2561E124FAB00FF635B /* GEIC - Home Improvement Contract 2016.pdf */,
|
|
|
- 7115D4181E135BE300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf */,
|
|
|
7128C2571E124FAB00FF635B /* SUBCONTRACTORS REFERRAL LIST.json */,
|
|
|
7128C2581E124FAB00FF635B /* SUBCONTRACTORS REFERRAL LIST.pdf */,
|
|
|
);
|
|
|
@@ -538,12 +572,14 @@
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 7115D41F1E13AC0200EF4E4C /* GEIC - Home Improvement Contract 2017.json in Resources */,
|
|
|
7128C25C1E124FAB00FF635B /* SUBCONTRACTORS REFERRAL LIST.pdf in Resources */,
|
|
|
7128C25B1E124FAB00FF635B /* SUBCONTRACTORS REFERRAL LIST.json in Resources */,
|
|
|
7128C24B1E124F4500FF635B /* Assets.xcassets in Resources */,
|
|
|
7128C26F1E124FF200FF635B /* Main.storyboard in Resources */,
|
|
|
7128C2701E124FF200FF635B /* LaunchScreen.storyboard in Resources */,
|
|
|
- 7115D4191E135BE300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf in Resources */,
|
|
|
+ 7115D45F1E16326C00EF4E4C /* CommonEditor.storyboard in Resources */,
|
|
|
+ 7115D4231E13B05300EF4E4C /* GEIC - Home Improvement Contract 2017.pdf in Resources */,
|
|
|
7128C27D1E12500B00FF635B /* signature.storyboard in Resources */,
|
|
|
7128C2E81E12511B00FF635B /* LICENSE in Resources */,
|
|
|
7128C2591E124FAB00FF635B /* GEIC - Home Improvement Contract 2016.json in Resources */,
|
|
|
@@ -560,9 +596,11 @@
|
|
|
files = (
|
|
|
7128C3471E12545C00FF635B /* DocumentPageViewController.m in Sources */,
|
|
|
7128C3081E12513800FF635B /* AFURLSessionManager.m in Sources */,
|
|
|
+ 7115D42A1E14DE0A00EF4E4C /* DocListTableViewCell.m in Sources */,
|
|
|
7128C2B11E1250CA00FF635B /* PDFDrawable.m in Sources */,
|
|
|
7128C2E71E12511B00FF635B /* AESCrypt.m in Sources */,
|
|
|
7128C2B21E1250CA00FF635B /* PDFPage.m in Sources */,
|
|
|
+ 7115D4271E13B70C00EF4E4C /* DocumentListViewController.m in Sources */,
|
|
|
7128C33A1E12540F00FF635B /* ACNetwork.m in Sources */,
|
|
|
7128C2B71E1250CA00FF635B /* RectDrawable.m in Sources */,
|
|
|
7128C2D91E12510900FF635B /* mztools.c in Sources */,
|
|
|
@@ -594,6 +632,7 @@
|
|
|
7128C3221E12515800FF635B /* UIRefreshControl+AFNetworking.m in Sources */,
|
|
|
7128C28E1E12501B00FF635B /* TouchImageView.m in Sources */,
|
|
|
7128C2B41E1250CA00FF635B /* GridDrawable.m in Sources */,
|
|
|
+ 7115D4561E1606F700EF4E4C /* GEContractFilterViewController.m in Sources */,
|
|
|
7128C2DA1E12510900FF635B /* unzip.c in Sources */,
|
|
|
7128C2981E12504300FF635B /* PDFViewController.m in Sources */,
|
|
|
7128C3041E12513800FF635B /* AFSecurityPolicy.m in Sources */,
|
|
|
@@ -603,6 +642,7 @@
|
|
|
7128C27B1E12500B00FF635B /* SignatureView.m in Sources */,
|
|
|
7128C2B61E1250CA00FF635B /* ImageDrawable.m in Sources */,
|
|
|
7128C2AF1E1250CA00FF635B /* TableDrawable.m in Sources */,
|
|
|
+ 7115D4591E162BA800EF4E4C /* DatePickerViewController.m in Sources */,
|
|
|
7128C2401E124F4500FF635B /* main.m in Sources */,
|
|
|
7128C3551E12548C00FF635B /* SignatureListViewController.m in Sources */,
|
|
|
7128C2EA1E12511B00FF635B /* NSData+CommonCrypto.m in Sources */,
|