project.pbxproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7128C12C1E11163800FF635B /* RAPDFViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7128C12B1E11163800FF635B /* RAPDFViewController.m */; };
  10. 713E83B71E037C2000C4F12A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 713E83B61E037C2000C4F12A /* main.m */; };
  11. 713E83BA1E037C2000C4F12A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 713E83B91E037C2000C4F12A /* AppDelegate.m */; };
  12. 713E83BD1E037C2000C4F12A /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 713E83BC1E037C2000C4F12A /* RootViewController.m */; };
  13. 713E83C01E037C2000C4F12A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 713E83BE1E037C2000C4F12A /* Main.storyboard */; };
  14. 713E83C21E037C2000C4F12A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 713E83C11E037C2000C4F12A /* Assets.xcassets */; };
  15. 713E83C51E037C2000C4F12A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 713E83C31E037C2000C4F12A /* LaunchScreen.storyboard */; };
  16. 713E83D11E038C7400C4F12A /* GEIC - Home Improvement Contract 2016.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 713E83D01E038C7400C4F12A /* GEIC - Home Improvement Contract 2016.pdf */; };
  17. 715671301E0D0AAE006324A0 /* RectDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 7156712F1E0D0AAE006324A0 /* RectDrawable.m */; };
  18. 715671361E10A43D006324A0 /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 715671351E10A43D006324A0 /* NetworkUtils.m */; };
  19. 715671391E10A48E006324A0 /* ACNetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 715671381E10A48E006324A0 /* ACNetwork.m */; };
  20. 7156713C1E10AF67006324A0 /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7156713B1E10AF67006324A0 /* RAUtils.m */; };
  21. 715671401E10B028006324A0 /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7156713F1E10B028006324A0 /* ZipArchive.mm */; };
  22. 7156714A1E10B031006324A0 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 715671421E10B031006324A0 /* ioapi.c */; };
  23. 7156714B1E10B031006324A0 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 715671441E10B031006324A0 /* mztools.c */; };
  24. 7156714C1E10B031006324A0 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 715671461E10B031006324A0 /* unzip.c */; };
  25. 7156714D1E10B031006324A0 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 715671481E10B031006324A0 /* zip.c */; };
  26. 715671501E10B1D8006324A0 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 7156714F1E10B1D8006324A0 /* libz.tbd */; };
  27. 715671561E10BB49006324A0 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 715671551E10BB49006324A0 /* Reachability.m */; };
  28. 715671591E10BDF6006324A0 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 715671581E10BDF6006324A0 /* LoginViewController.m */; };
  29. 715671641E10BE28006324A0 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 7156715C1E10BE28006324A0 /* AESCrypt.m */; };
  30. 715671651E10BE28006324A0 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 7156715D1E10BE28006324A0 /* LICENSE */; };
  31. 715671661E10BE28006324A0 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 7156715F1E10BE28006324A0 /* NSData+Base64.m */; };
  32. 715671671E10BE28006324A0 /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 715671611E10BE28006324A0 /* NSData+CommonCrypto.m */; };
  33. 715671681E10BE28006324A0 /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 715671631E10BE28006324A0 /* NSString+Base64.m */; };
  34. 71D01ACB1E07AE34006620CE /* SUBCONTRACTORS REFERRAL LIST.json in Resources */ = {isa = PBXBuildFile; fileRef = 71D01ACA1E07AE34006620CE /* SUBCONTRACTORS REFERRAL LIST.json */; };
  35. 71D01ACD1E07AF10006620CE /* SUBCONTRACTORS REFERRAL LIST.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 71D01ACC1E07AF10006620CE /* SUBCONTRACTORS REFERRAL LIST.pdf */; };
  36. 71D01AD41E07D699006620CE /* SignatureTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AD31E07D699006620CE /* SignatureTableViewCell.m */; };
  37. 71D01ADA1E08CA53006620CE /* SignatureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AD71E08CA53006620CE /* SignatureView.m */; };
  38. 71D01ADB1E08CA53006620CE /* SignatureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AD91E08CA53006620CE /* SignatureViewController.m */; };
  39. 71D01ADF1E08CC81006620CE /* signature.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71D01ADE1E08CC81006620CE /* signature.storyboard */; };
  40. 71D01AE31E08F5D2006620CE /* TouchImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AE21E08F5D2006620CE /* TouchImageView.m */; };
  41. 71D01AEC1E09215E006620CE /* PDFDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AE91E09215E006620CE /* PDFDrawable.m */; };
  42. 71D01AED1E09215E006620CE /* RAPDFPage.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AEB1E09215E006620CE /* RAPDFPage.m */; };
  43. 71D01AF81E092304006620CE /* BasicDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AEF1E092304006620CE /* BasicDrawable.m */; };
  44. 71D01AF91E092304006620CE /* GridDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AF11E092304006620CE /* GridDrawable.m */; };
  45. 71D01AFA1E092304006620CE /* GroupDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AF31E092304006620CE /* GroupDrawable.m */; };
  46. 71D01AFB1E092304006620CE /* ImageDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AF51E092304006620CE /* ImageDrawable.m */; };
  47. 71D01AFC1E092304006620CE /* LineDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01AF71E092304006620CE /* LineDrawable.m */; };
  48. 71D01B061E0928C2006620CE /* TableDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01B031E0928C2006620CE /* TableDrawable.m */; };
  49. 71D01B071E0928C2006620CE /* TextDrawable.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01B051E0928C2006620CE /* TextDrawable.m */; };
  50. 71D01B231E0A2069006620CE /* ImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01B1E1E0A2069006620CE /* ImageUtils.m */; };
  51. 71D01B241E0A2069006620CE /* PDFUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01B201E0A2069006620CE /* PDFUtils.m */; };
  52. 71D01B251E0A2069006620CE /* TextUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71D01B221E0A2069006620CE /* TextUtils.m */; };
  53. 71D01B271E0A2DFE006620CE /* GEIC - Home Improvement Contract 2016.json in Resources */ = {isa = PBXBuildFile; fileRef = 71D01B261E0A2DFE006620CE /* GEIC - Home Improvement Contract 2016.json */; };
  54. /* End PBXBuildFile section */
  55. /* Begin PBXFileReference section */
  56. 7128C12A1E11163800FF635B /* PDFViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDFViewController.h; path = "../../../RedAnt ERP Mobile/common/Functions/PDF+Web/PDFViewController.h"; sourceTree = "<group>"; };
  57. 7128C12B1E11163800FF635B /* RAPDFViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAPDFViewController.m; path = "../../../RedAnt ERP Mobile/common/Functions/PDF+Web/RAPDFViewController.m"; sourceTree = "<group>"; };
  58. 713E83B21E037C2000C4F12A /* AntsContract.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AntsContract.app; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 713E83B61E037C2000C4F12A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  60. 713E83B81E037C2000C4F12A /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  61. 713E83B91E037C2000C4F12A /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  62. 713E83BB1E037C2000C4F12A /* RootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RootViewController.h; path = ../../common/RootViewController.h; sourceTree = "<group>"; };
  63. 713E83BC1E037C2000C4F12A /* RootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = RootViewController.m; path = ../../common/RootViewController.m; sourceTree = "<group>"; };
  64. 713E83BF1E037C2000C4F12A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  65. 713E83C11E037C2000C4F12A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  66. 713E83C41E037C2000C4F12A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  67. 713E83C61E037C2000C4F12A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  68. 713E83D01E038C7400C4F12A /* GEIC - Home Improvement Contract 2016.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "GEIC - Home Improvement Contract 2016.pdf"; sourceTree = "<group>"; };
  69. 7156712E1E0D0AAE006324A0 /* RectDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RectDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/RectDrawable.h"; sourceTree = "<group>"; };
  70. 7156712F1E0D0AAE006324A0 /* RectDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RectDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/RectDrawable.m"; sourceTree = "<group>"; };
  71. 715671341E10A43D006324A0 /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = "../../../RedAnt ERP Mobile/common/NetworkUtils.h"; sourceTree = "<group>"; };
  72. 715671351E10A43D006324A0 /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = "../../../RedAnt ERP Mobile/common/NetworkUtils.m"; sourceTree = "<group>"; };
  73. 715671371E10A48E006324A0 /* ACNetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ACNetwork.h; path = ../../common/ACNetwork.h; sourceTree = "<group>"; };
  74. 715671381E10A48E006324A0 /* ACNetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ACNetwork.m; path = ../../common/ACNetwork.m; sourceTree = "<group>"; };
  75. 7156713A1E10AF67006324A0 /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = "../../../RedAnt ERP Mobile/common/RAUtils.h"; sourceTree = "<group>"; };
  76. 7156713B1E10AF67006324A0 /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = "../../../RedAnt ERP Mobile/common/RAUtils.m"; sourceTree = "<group>"; };
  77. 7156713E1E10B028006324A0 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
  78. 7156713F1E10B028006324A0 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
  79. 715671411E10B031006324A0 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = "../../../RedAnt ERP Mobile/common/zip/minizip/crypt.h"; sourceTree = "<group>"; };
  80. 715671421E10B031006324A0 /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = "../../../RedAnt ERP Mobile/common/zip/minizip/ioapi.c"; sourceTree = "<group>"; };
  81. 715671431E10B031006324A0 /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = "../../../RedAnt ERP Mobile/common/zip/minizip/ioapi.h"; sourceTree = "<group>"; };
  82. 715671441E10B031006324A0 /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mztools.c; path = "../../../RedAnt ERP Mobile/common/zip/minizip/mztools.c"; sourceTree = "<group>"; };
  83. 715671451E10B031006324A0 /* mztools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mztools.h; path = "../../../RedAnt ERP Mobile/common/zip/minizip/mztools.h"; sourceTree = "<group>"; };
  84. 715671461E10B031006324A0 /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = "../../../RedAnt ERP Mobile/common/zip/minizip/unzip.c"; sourceTree = "<group>"; };
  85. 715671471E10B031006324A0 /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = "../../../RedAnt ERP Mobile/common/zip/minizip/unzip.h"; sourceTree = "<group>"; };
  86. 715671481E10B031006324A0 /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zip.c; path = "../../../RedAnt ERP Mobile/common/zip/minizip/zip.c"; sourceTree = "<group>"; };
  87. 715671491E10B031006324A0 /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = zip.h; path = "../../../RedAnt ERP Mobile/common/zip/minizip/zip.h"; sourceTree = "<group>"; };
  88. 7156714F1E10B1D8006324A0 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  89. 715671541E10BB49006324A0 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = "../../../RedAnt ERP Mobile/common/Reachability.h"; sourceTree = "<group>"; };
  90. 715671551E10BB49006324A0 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = "../../../RedAnt ERP Mobile/common/Reachability.m"; sourceTree = "<group>"; };
  91. 715671571E10BDF6006324A0 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LoginViewController.h; path = ../../common/LoginViewController.h; sourceTree = "<group>"; };
  92. 715671581E10BDF6006324A0 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LoginViewController.m; path = ../../common/LoginViewController.m; sourceTree = "<group>"; };
  93. 7156715B1E10BE28006324A0 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
  94. 7156715C1E10BE28006324A0 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
  95. 7156715D1E10BE28006324A0 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
  96. 7156715E1E10BE28006324A0 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+Base64.h"; path = "../../../RedAnt ERP Mobile/common/AES/NSData+Base64.h"; sourceTree = "<group>"; };
  97. 7156715F1E10BE28006324A0 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+Base64.m"; path = "../../../RedAnt ERP Mobile/common/AES/NSData+Base64.m"; sourceTree = "<group>"; };
  98. 715671601E10BE28006324A0 /* NSData+CommonCrypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+CommonCrypto.h"; path = "../../../RedAnt ERP Mobile/common/AES/NSData+CommonCrypto.h"; sourceTree = "<group>"; };
  99. 715671611E10BE28006324A0 /* NSData+CommonCrypto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+CommonCrypto.m"; path = "../../../RedAnt ERP Mobile/common/AES/NSData+CommonCrypto.m"; sourceTree = "<group>"; };
  100. 715671621E10BE28006324A0 /* NSString+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+Base64.h"; path = "../../../RedAnt ERP Mobile/common/AES/NSString+Base64.h"; sourceTree = "<group>"; };
  101. 715671631E10BE28006324A0 /* NSString+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSString+Base64.m"; path = "../../../RedAnt ERP Mobile/common/AES/NSString+Base64.m"; sourceTree = "<group>"; };
  102. 71D01ACA1E07AE34006620CE /* SUBCONTRACTORS REFERRAL LIST.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "SUBCONTRACTORS REFERRAL LIST.json"; sourceTree = "<group>"; };
  103. 71D01ACC1E07AF10006620CE /* SUBCONTRACTORS REFERRAL LIST.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = "SUBCONTRACTORS REFERRAL LIST.pdf"; sourceTree = "<group>"; };
  104. 71D01ACE1E07B71B006620CE /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  105. 71D01AD21E07D699006620CE /* SignatureTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SignatureTableViewCell.h; path = ../../common/SignatureTableViewCell.h; sourceTree = "<group>"; };
  106. 71D01AD31E07D699006620CE /* SignatureTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SignatureTableViewCell.m; path = ../../common/SignatureTableViewCell.m; sourceTree = "<group>"; };
  107. 71D01AD61E08CA53006620CE /* SignatureView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SignatureView.h; path = "../../../RedAnt ERP Mobile/common/Functions/signature/SignatureView.h"; sourceTree = "<group>"; };
  108. 71D01AD71E08CA53006620CE /* SignatureView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SignatureView.m; path = "../../../RedAnt ERP Mobile/common/Functions/signature/SignatureView.m"; sourceTree = "<group>"; };
  109. 71D01AD81E08CA53006620CE /* SignatureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SignatureViewController.h; path = "../../../RedAnt ERP Mobile/common/Functions/signature/SignatureViewController.h"; sourceTree = "<group>"; };
  110. 71D01AD91E08CA53006620CE /* SignatureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SignatureViewController.m; path = "../../../RedAnt ERP Mobile/common/Functions/signature/SignatureViewController.m"; sourceTree = "<group>"; };
  111. 71D01ADE1E08CC81006620CE /* signature.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = signature.storyboard; path = "../../../RedAnt ERP Mobile/common/Functions/signature/signature.storyboard"; sourceTree = "<group>"; };
  112. 71D01AE11E08F5D2006620CE /* TouchImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TouchImageView.h; path = "../../../RedAnt ERP Mobile/common/customUI/TouchImageView.h"; sourceTree = "<group>"; };
  113. 71D01AE21E08F5D2006620CE /* TouchImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TouchImageView.m; path = "../../../RedAnt ERP Mobile/common/customUI/TouchImageView.m"; sourceTree = "<group>"; };
  114. 71D01AE81E09215E006620CE /* PDFDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDFDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/PDFDrawable.h"; sourceTree = "<group>"; };
  115. 71D01AE91E09215E006620CE /* PDFDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PDFDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/PDFDrawable.m"; sourceTree = "<group>"; };
  116. 71D01AEA1E09215E006620CE /* PDFPage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDFPage.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/PDFPage.h"; sourceTree = "<group>"; };
  117. 71D01AEB1E09215E006620CE /* RAPDFPage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAPDFPage.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/RAPDFPage.m"; sourceTree = "<group>"; };
  118. 71D01AEE1E092304006620CE /* BasicDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BasicDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/BasicDrawable.h"; sourceTree = "<group>"; };
  119. 71D01AEF1E092304006620CE /* BasicDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BasicDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/BasicDrawable.m"; sourceTree = "<group>"; };
  120. 71D01AF01E092304006620CE /* GridDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GridDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/GridDrawable.h"; sourceTree = "<group>"; };
  121. 71D01AF11E092304006620CE /* GridDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GridDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/GridDrawable.m"; sourceTree = "<group>"; };
  122. 71D01AF21E092304006620CE /* GroupDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GroupDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/GroupDrawable.h"; sourceTree = "<group>"; };
  123. 71D01AF31E092304006620CE /* GroupDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GroupDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/GroupDrawable.m"; sourceTree = "<group>"; };
  124. 71D01AF41E092304006620CE /* ImageDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/ImageDrawable.h"; sourceTree = "<group>"; };
  125. 71D01AF51E092304006620CE /* ImageDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/ImageDrawable.m"; sourceTree = "<group>"; };
  126. 71D01AF61E092304006620CE /* LineDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LineDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/LineDrawable.h"; sourceTree = "<group>"; };
  127. 71D01AF71E092304006620CE /* LineDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LineDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/LineDrawable.m"; sourceTree = "<group>"; };
  128. 71D01B011E092807006620CE /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
  129. 71D01B021E0928C2006620CE /* TableDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TableDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/TableDrawable.h"; sourceTree = "<group>"; };
  130. 71D01B031E0928C2006620CE /* TableDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TableDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/TableDrawable.m"; sourceTree = "<group>"; };
  131. 71D01B041E0928C2006620CE /* TextDrawable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextDrawable.h; path = "../../../RedAnt ERP Mobile/common/pdfCreator/TextDrawable.h"; sourceTree = "<group>"; };
  132. 71D01B051E0928C2006620CE /* TextDrawable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TextDrawable.m; path = "../../../RedAnt ERP Mobile/common/pdfCreator/TextDrawable.m"; sourceTree = "<group>"; };
  133. 71D01B1D1E0A2069006620CE /* ImageUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageUtils.h; path = "../../../RedAnt ERP Mobile/common/ImageUtils.h"; sourceTree = "<group>"; };
  134. 71D01B1E1E0A2069006620CE /* ImageUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageUtils.m; path = "../../../RedAnt ERP Mobile/common/ImageUtils.m"; sourceTree = "<group>"; };
  135. 71D01B1F1E0A2069006620CE /* PDFUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDFUtils.h; path = "../../../RedAnt ERP Mobile/common/PDFUtils.h"; sourceTree = "<group>"; };
  136. 71D01B201E0A2069006620CE /* PDFUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PDFUtils.m; path = "../../../RedAnt ERP Mobile/common/PDFUtils.m"; sourceTree = "<group>"; };
  137. 71D01B211E0A2069006620CE /* TextUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextUtils.h; path = "../../../RedAnt ERP Mobile/common/TextUtils.h"; sourceTree = "<group>"; };
  138. 71D01B221E0A2069006620CE /* TextUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TextUtils.m; path = "../../../RedAnt ERP Mobile/common/TextUtils.m"; sourceTree = "<group>"; };
  139. 71D01B261E0A2DFE006620CE /* GEIC - Home Improvement Contract 2016.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "GEIC - Home Improvement Contract 2016.json"; sourceTree = "<group>"; };
  140. /* End PBXFileReference section */
  141. /* Begin PBXFrameworksBuildPhase section */
  142. 713E83AF1E037C2000C4F12A /* Frameworks */ = {
  143. isa = PBXFrameworksBuildPhase;
  144. buildActionMask = 2147483647;
  145. files = (
  146. 715671501E10B1D8006324A0 /* libz.tbd in Frameworks */,
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXFrameworksBuildPhase section */
  151. /* Begin PBXGroup section */
  152. 7128C1291E11162100FF635B /* Preview */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 7128C12A1E11163800FF635B /* PDFViewController.h */,
  156. 7128C12B1E11163800FF635B /* RAPDFViewController.m */,
  157. );
  158. name = Preview;
  159. sourceTree = "<group>";
  160. };
  161. 713E83A91E037C2000C4F12A = {
  162. isa = PBXGroup;
  163. children = (
  164. 713E83CF1E038C4300C4F12A /* pdf resource */,
  165. 713E83B41E037C2000C4F12A /* AntsContract */,
  166. 713E83B31E037C2000C4F12A /* Products */,
  167. 7156714E1E10B1D8006324A0 /* Frameworks */,
  168. );
  169. sourceTree = "<group>";
  170. };
  171. 713E83B31E037C2000C4F12A /* Products */ = {
  172. isa = PBXGroup;
  173. children = (
  174. 713E83B21E037C2000C4F12A /* AntsContract.app */,
  175. );
  176. name = Products;
  177. sourceTree = "<group>";
  178. };
  179. 713E83B41E037C2000C4F12A /* AntsContract */ = {
  180. isa = PBXGroup;
  181. children = (
  182. 71D01ACE1E07B71B006620CE /* config.h */,
  183. 71D01B011E092807006620CE /* const.h */,
  184. 71D01B001E0927D7006620CE /* utils */,
  185. 71D01AE01E08E093006620CE /* pdfEdit */,
  186. 71D01AD51E08CA35006620CE /* signature */,
  187. 713E83B81E037C2000C4F12A /* AppDelegate.h */,
  188. 713E83B91E037C2000C4F12A /* AppDelegate.m */,
  189. 713E83BB1E037C2000C4F12A /* RootViewController.h */,
  190. 713E83BC1E037C2000C4F12A /* RootViewController.m */,
  191. 715671571E10BDF6006324A0 /* LoginViewController.h */,
  192. 715671581E10BDF6006324A0 /* LoginViewController.m */,
  193. 715671371E10A48E006324A0 /* ACNetwork.h */,
  194. 715671381E10A48E006324A0 /* ACNetwork.m */,
  195. 713E83BE1E037C2000C4F12A /* Main.storyboard */,
  196. 713E83C11E037C2000C4F12A /* Assets.xcassets */,
  197. 713E83C31E037C2000C4F12A /* LaunchScreen.storyboard */,
  198. 713E83C61E037C2000C4F12A /* Info.plist */,
  199. 713E83B51E037C2000C4F12A /* Supporting Files */,
  200. );
  201. path = AntsContract;
  202. sourceTree = "<group>";
  203. };
  204. 713E83B51E037C2000C4F12A /* Supporting Files */ = {
  205. isa = PBXGroup;
  206. children = (
  207. 713E83B61E037C2000C4F12A /* main.m */,
  208. );
  209. name = "Supporting Files";
  210. sourceTree = "<group>";
  211. };
  212. 713E83CF1E038C4300C4F12A /* pdf resource */ = {
  213. isa = PBXGroup;
  214. children = (
  215. 713E83D01E038C7400C4F12A /* GEIC - Home Improvement Contract 2016.pdf */,
  216. 71D01B261E0A2DFE006620CE /* GEIC - Home Improvement Contract 2016.json */,
  217. 71D01ACC1E07AF10006620CE /* SUBCONTRACTORS REFERRAL LIST.pdf */,
  218. 71D01ACA1E07AE34006620CE /* SUBCONTRACTORS REFERRAL LIST.json */,
  219. );
  220. name = "pdf resource";
  221. path = AntsContract;
  222. sourceTree = "<group>";
  223. };
  224. 7156713D1E10B019006324A0 /* zip */ = {
  225. isa = PBXGroup;
  226. children = (
  227. 715671411E10B031006324A0 /* crypt.h */,
  228. 715671421E10B031006324A0 /* ioapi.c */,
  229. 715671431E10B031006324A0 /* ioapi.h */,
  230. 715671441E10B031006324A0 /* mztools.c */,
  231. 715671451E10B031006324A0 /* mztools.h */,
  232. 715671461E10B031006324A0 /* unzip.c */,
  233. 715671471E10B031006324A0 /* unzip.h */,
  234. 715671481E10B031006324A0 /* zip.c */,
  235. 715671491E10B031006324A0 /* zip.h */,
  236. 7156713E1E10B028006324A0 /* ZipArchive.h */,
  237. 7156713F1E10B028006324A0 /* ZipArchive.mm */,
  238. );
  239. name = zip;
  240. sourceTree = "<group>";
  241. };
  242. 7156714E1E10B1D8006324A0 /* Frameworks */ = {
  243. isa = PBXGroup;
  244. children = (
  245. 7156714F1E10B1D8006324A0 /* libz.tbd */,
  246. );
  247. name = Frameworks;
  248. sourceTree = "<group>";
  249. };
  250. 7156715A1E10BE1F006324A0 /* AES */ = {
  251. isa = PBXGroup;
  252. children = (
  253. 7156715B1E10BE28006324A0 /* AESCrypt.h */,
  254. 7156715C1E10BE28006324A0 /* AESCrypt.m */,
  255. 7156715D1E10BE28006324A0 /* LICENSE */,
  256. 7156715E1E10BE28006324A0 /* NSData+Base64.h */,
  257. 7156715F1E10BE28006324A0 /* NSData+Base64.m */,
  258. 715671601E10BE28006324A0 /* NSData+CommonCrypto.h */,
  259. 715671611E10BE28006324A0 /* NSData+CommonCrypto.m */,
  260. 715671621E10BE28006324A0 /* NSString+Base64.h */,
  261. 715671631E10BE28006324A0 /* NSString+Base64.m */,
  262. );
  263. name = AES;
  264. sourceTree = "<group>";
  265. };
  266. 71D01AD51E08CA35006620CE /* signature */ = {
  267. isa = PBXGroup;
  268. children = (
  269. 71D01AD61E08CA53006620CE /* SignatureView.h */,
  270. 71D01AD71E08CA53006620CE /* SignatureView.m */,
  271. 71D01AD81E08CA53006620CE /* SignatureViewController.h */,
  272. 71D01AD91E08CA53006620CE /* SignatureViewController.m */,
  273. 71D01ADE1E08CC81006620CE /* signature.storyboard */,
  274. 71D01AD21E07D699006620CE /* SignatureTableViewCell.h */,
  275. 71D01AD31E07D699006620CE /* SignatureTableViewCell.m */,
  276. );
  277. name = signature;
  278. sourceTree = "<group>";
  279. };
  280. 71D01AE01E08E093006620CE /* pdfEdit */ = {
  281. isa = PBXGroup;
  282. children = (
  283. 7128C1291E11162100FF635B /* Preview */,
  284. 71D01AE71E092150006620CE /* PDFCreator */,
  285. 71D01AE11E08F5D2006620CE /* TouchImageView.h */,
  286. 71D01AE21E08F5D2006620CE /* TouchImageView.m */,
  287. );
  288. name = pdfEdit;
  289. sourceTree = "<group>";
  290. };
  291. 71D01AE71E092150006620CE /* PDFCreator */ = {
  292. isa = PBXGroup;
  293. children = (
  294. 71D01B021E0928C2006620CE /* TableDrawable.h */,
  295. 71D01B031E0928C2006620CE /* TableDrawable.m */,
  296. 71D01B041E0928C2006620CE /* TextDrawable.h */,
  297. 71D01B051E0928C2006620CE /* TextDrawable.m */,
  298. 71D01AE81E09215E006620CE /* PDFDrawable.h */,
  299. 71D01AE91E09215E006620CE /* PDFDrawable.m */,
  300. 71D01AEA1E09215E006620CE /* PDFPage.h */,
  301. 71D01AEB1E09215E006620CE /* RAPDFPage.m */,
  302. 71D01AEE1E092304006620CE /* BasicDrawable.h */,
  303. 71D01AEF1E092304006620CE /* BasicDrawable.m */,
  304. 71D01AF01E092304006620CE /* GridDrawable.h */,
  305. 71D01AF11E092304006620CE /* GridDrawable.m */,
  306. 71D01AF21E092304006620CE /* GroupDrawable.h */,
  307. 71D01AF31E092304006620CE /* GroupDrawable.m */,
  308. 71D01AF41E092304006620CE /* ImageDrawable.h */,
  309. 71D01AF51E092304006620CE /* ImageDrawable.m */,
  310. 7156712E1E0D0AAE006324A0 /* RectDrawable.h */,
  311. 7156712F1E0D0AAE006324A0 /* RectDrawable.m */,
  312. 71D01AF61E092304006620CE /* LineDrawable.h */,
  313. 71D01AF71E092304006620CE /* LineDrawable.m */,
  314. );
  315. name = PDFCreator;
  316. sourceTree = "<group>";
  317. };
  318. 71D01B001E0927D7006620CE /* utils */ = {
  319. isa = PBXGroup;
  320. children = (
  321. 7156715A1E10BE1F006324A0 /* AES */,
  322. 7156713D1E10B019006324A0 /* zip */,
  323. 71D01B1D1E0A2069006620CE /* ImageUtils.h */,
  324. 71D01B1E1E0A2069006620CE /* ImageUtils.m */,
  325. 71D01B1F1E0A2069006620CE /* PDFUtils.h */,
  326. 71D01B201E0A2069006620CE /* PDFUtils.m */,
  327. 71D01B211E0A2069006620CE /* TextUtils.h */,
  328. 71D01B221E0A2069006620CE /* TextUtils.m */,
  329. 715671541E10BB49006324A0 /* Reachability.h */,
  330. 715671551E10BB49006324A0 /* Reachability.m */,
  331. 715671341E10A43D006324A0 /* NetworkUtils.h */,
  332. 715671351E10A43D006324A0 /* NetworkUtils.m */,
  333. 7156713A1E10AF67006324A0 /* RAUtils.h */,
  334. 7156713B1E10AF67006324A0 /* RAUtils.m */,
  335. );
  336. name = utils;
  337. sourceTree = "<group>";
  338. };
  339. /* End PBXGroup section */
  340. /* Begin PBXNativeTarget section */
  341. 713E83B11E037C2000C4F12A /* AntsContract */ = {
  342. isa = PBXNativeTarget;
  343. buildConfigurationList = 713E83C91E037C2000C4F12A /* Build configuration list for PBXNativeTarget "AntsContract" */;
  344. buildPhases = (
  345. 713E83AE1E037C2000C4F12A /* Sources */,
  346. 713E83AF1E037C2000C4F12A /* Frameworks */,
  347. 713E83B01E037C2000C4F12A /* Resources */,
  348. );
  349. buildRules = (
  350. );
  351. dependencies = (
  352. );
  353. name = AntsContract;
  354. productName = AntsContract;
  355. productReference = 713E83B21E037C2000C4F12A /* AntsContract.app */;
  356. productType = "com.apple.product-type.application";
  357. };
  358. /* End PBXNativeTarget section */
  359. /* Begin PBXProject section */
  360. 713E83AA1E037C2000C4F12A /* Project object */ = {
  361. isa = PBXProject;
  362. attributes = {
  363. LastUpgradeCheck = 0900;
  364. ORGANIZATIONNAME = "United Software Applications, Inc";
  365. TargetAttributes = {
  366. 713E83B11E037C2000C4F12A = {
  367. CreatedOnToolsVersion = 8.1;
  368. DevelopmentTeam = HXWLAA5YN5;
  369. ProvisioningStyle = Automatic;
  370. };
  371. };
  372. };
  373. buildConfigurationList = 713E83AD1E037C2000C4F12A /* Build configuration list for PBXProject "AntsContract" */;
  374. compatibilityVersion = "Xcode 3.2";
  375. developmentRegion = English;
  376. hasScannedForEncodings = 0;
  377. knownRegions = (
  378. en,
  379. Base,
  380. );
  381. mainGroup = 713E83A91E037C2000C4F12A;
  382. productRefGroup = 713E83B31E037C2000C4F12A /* Products */;
  383. projectDirPath = "";
  384. projectRoot = "";
  385. targets = (
  386. 713E83B11E037C2000C4F12A /* AntsContract */,
  387. );
  388. };
  389. /* End PBXProject section */
  390. /* Begin PBXResourcesBuildPhase section */
  391. 713E83B01E037C2000C4F12A /* Resources */ = {
  392. isa = PBXResourcesBuildPhase;
  393. buildActionMask = 2147483647;
  394. files = (
  395. 713E83D11E038C7400C4F12A /* GEIC - Home Improvement Contract 2016.pdf in Resources */,
  396. 713E83C51E037C2000C4F12A /* LaunchScreen.storyboard in Resources */,
  397. 713E83C21E037C2000C4F12A /* Assets.xcassets in Resources */,
  398. 71D01B271E0A2DFE006620CE /* GEIC - Home Improvement Contract 2016.json in Resources */,
  399. 71D01ACB1E07AE34006620CE /* SUBCONTRACTORS REFERRAL LIST.json in Resources */,
  400. 71D01ACD1E07AF10006620CE /* SUBCONTRACTORS REFERRAL LIST.pdf in Resources */,
  401. 715671651E10BE28006324A0 /* LICENSE in Resources */,
  402. 71D01ADF1E08CC81006620CE /* signature.storyboard in Resources */,
  403. 713E83C01E037C2000C4F12A /* Main.storyboard in Resources */,
  404. );
  405. runOnlyForDeploymentPostprocessing = 0;
  406. };
  407. /* End PBXResourcesBuildPhase section */
  408. /* Begin PBXSourcesBuildPhase section */
  409. 713E83AE1E037C2000C4F12A /* Sources */ = {
  410. isa = PBXSourcesBuildPhase;
  411. buildActionMask = 2147483647;
  412. files = (
  413. 715671591E10BDF6006324A0 /* LoginViewController.m in Sources */,
  414. 71D01B241E0A2069006620CE /* PDFUtils.m in Sources */,
  415. 71D01B071E0928C2006620CE /* TextDrawable.m in Sources */,
  416. 7128C12C1E11163800FF635B /* RAPDFViewController.m in Sources */,
  417. 715671391E10A48E006324A0 /* ACNetwork.m in Sources */,
  418. 71D01AEC1E09215E006620CE /* PDFDrawable.m in Sources */,
  419. 71D01B231E0A2069006620CE /* ImageUtils.m in Sources */,
  420. 715671681E10BE28006324A0 /* NSString+Base64.m in Sources */,
  421. 7156714B1E10B031006324A0 /* mztools.c in Sources */,
  422. 71D01AF91E092304006620CE /* GridDrawable.m in Sources */,
  423. 71D01AFC1E092304006620CE /* LineDrawable.m in Sources */,
  424. 713E83BD1E037C2000C4F12A /* RootViewController.m in Sources */,
  425. 715671301E0D0AAE006324A0 /* RectDrawable.m in Sources */,
  426. 715671661E10BE28006324A0 /* NSData+Base64.m in Sources */,
  427. 715671361E10A43D006324A0 /* NetworkUtils.m in Sources */,
  428. 7156714A1E10B031006324A0 /* ioapi.c in Sources */,
  429. 71D01ADB1E08CA53006620CE /* SignatureViewController.m in Sources */,
  430. 71D01AF81E092304006620CE /* BasicDrawable.m in Sources */,
  431. 71D01AD41E07D699006620CE /* SignatureTableViewCell.m in Sources */,
  432. 71D01AFB1E092304006620CE /* ImageDrawable.m in Sources */,
  433. 7156714D1E10B031006324A0 /* zip.c in Sources */,
  434. 71D01ADA1E08CA53006620CE /* SignatureView.m in Sources */,
  435. 715671641E10BE28006324A0 /* AESCrypt.m in Sources */,
  436. 71D01AE31E08F5D2006620CE /* TouchImageView.m in Sources */,
  437. 713E83BA1E037C2000C4F12A /* AppDelegate.m in Sources */,
  438. 71D01AFA1E092304006620CE /* GroupDrawable.m in Sources */,
  439. 71D01AED1E09215E006620CE /* RAPDFPage.m in Sources */,
  440. 7156713C1E10AF67006324A0 /* RAUtils.m in Sources */,
  441. 715671671E10BE28006324A0 /* NSData+CommonCrypto.m in Sources */,
  442. 7156714C1E10B031006324A0 /* unzip.c in Sources */,
  443. 71D01B251E0A2069006620CE /* TextUtils.m in Sources */,
  444. 715671401E10B028006324A0 /* ZipArchive.mm in Sources */,
  445. 71D01B061E0928C2006620CE /* TableDrawable.m in Sources */,
  446. 715671561E10BB49006324A0 /* Reachability.m in Sources */,
  447. 713E83B71E037C2000C4F12A /* main.m in Sources */,
  448. );
  449. runOnlyForDeploymentPostprocessing = 0;
  450. };
  451. /* End PBXSourcesBuildPhase section */
  452. /* Begin PBXVariantGroup section */
  453. 713E83BE1E037C2000C4F12A /* Main.storyboard */ = {
  454. isa = PBXVariantGroup;
  455. children = (
  456. 713E83BF1E037C2000C4F12A /* Base */,
  457. );
  458. name = Main.storyboard;
  459. sourceTree = "<group>";
  460. };
  461. 713E83C31E037C2000C4F12A /* LaunchScreen.storyboard */ = {
  462. isa = PBXVariantGroup;
  463. children = (
  464. 713E83C41E037C2000C4F12A /* Base */,
  465. );
  466. name = LaunchScreen.storyboard;
  467. sourceTree = "<group>";
  468. };
  469. /* End PBXVariantGroup section */
  470. /* Begin XCBuildConfiguration section */
  471. 713E83C71E037C2000C4F12A /* Debug */ = {
  472. isa = XCBuildConfiguration;
  473. buildSettings = {
  474. ALWAYS_SEARCH_USER_PATHS = NO;
  475. CLANG_ANALYZER_NONNULL = YES;
  476. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  477. CLANG_CXX_LIBRARY = "libc++";
  478. CLANG_ENABLE_MODULES = YES;
  479. CLANG_ENABLE_OBJC_ARC = YES;
  480. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  481. CLANG_WARN_BOOL_CONVERSION = YES;
  482. CLANG_WARN_COMMA = YES;
  483. CLANG_WARN_CONSTANT_CONVERSION = YES;
  484. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  485. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  486. CLANG_WARN_EMPTY_BODY = YES;
  487. CLANG_WARN_ENUM_CONVERSION = YES;
  488. CLANG_WARN_INFINITE_RECURSION = YES;
  489. CLANG_WARN_INT_CONVERSION = YES;
  490. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  491. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  492. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  493. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  494. CLANG_WARN_STRICT_PROTOTYPES = YES;
  495. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  496. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  497. CLANG_WARN_UNREACHABLE_CODE = YES;
  498. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  499. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  500. COPY_PHASE_STRIP = NO;
  501. DEBUG_INFORMATION_FORMAT = dwarf;
  502. ENABLE_STRICT_OBJC_MSGSEND = YES;
  503. ENABLE_TESTABILITY = YES;
  504. GCC_C_LANGUAGE_STANDARD = gnu99;
  505. GCC_DYNAMIC_NO_PIC = NO;
  506. GCC_NO_COMMON_BLOCKS = YES;
  507. GCC_OPTIMIZATION_LEVEL = 0;
  508. GCC_PREPROCESSOR_DEFINITIONS = (
  509. "DEBUG=1",
  510. "$(inherited)",
  511. );
  512. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  513. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  514. GCC_WARN_UNDECLARED_SELECTOR = YES;
  515. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  516. GCC_WARN_UNUSED_FUNCTION = YES;
  517. GCC_WARN_UNUSED_VARIABLE = YES;
  518. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  519. MTL_ENABLE_DEBUG_INFO = YES;
  520. ONLY_ACTIVE_ARCH = YES;
  521. SDKROOT = iphoneos;
  522. TARGETED_DEVICE_FAMILY = 2;
  523. };
  524. name = Debug;
  525. };
  526. 713E83C81E037C2000C4F12A /* Release */ = {
  527. isa = XCBuildConfiguration;
  528. buildSettings = {
  529. ALWAYS_SEARCH_USER_PATHS = NO;
  530. CLANG_ANALYZER_NONNULL = YES;
  531. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  532. CLANG_CXX_LIBRARY = "libc++";
  533. CLANG_ENABLE_MODULES = YES;
  534. CLANG_ENABLE_OBJC_ARC = YES;
  535. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  536. CLANG_WARN_BOOL_CONVERSION = YES;
  537. CLANG_WARN_COMMA = YES;
  538. CLANG_WARN_CONSTANT_CONVERSION = YES;
  539. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  540. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  541. CLANG_WARN_EMPTY_BODY = YES;
  542. CLANG_WARN_ENUM_CONVERSION = YES;
  543. CLANG_WARN_INFINITE_RECURSION = YES;
  544. CLANG_WARN_INT_CONVERSION = YES;
  545. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  546. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  547. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  548. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  549. CLANG_WARN_STRICT_PROTOTYPES = YES;
  550. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  551. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  552. CLANG_WARN_UNREACHABLE_CODE = YES;
  553. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  554. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  555. COPY_PHASE_STRIP = NO;
  556. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  557. ENABLE_NS_ASSERTIONS = NO;
  558. ENABLE_STRICT_OBJC_MSGSEND = YES;
  559. GCC_C_LANGUAGE_STANDARD = gnu99;
  560. GCC_NO_COMMON_BLOCKS = YES;
  561. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  562. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  563. GCC_WARN_UNDECLARED_SELECTOR = YES;
  564. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  565. GCC_WARN_UNUSED_FUNCTION = YES;
  566. GCC_WARN_UNUSED_VARIABLE = YES;
  567. IPHONEOS_DEPLOYMENT_TARGET = 10.1;
  568. MTL_ENABLE_DEBUG_INFO = NO;
  569. SDKROOT = iphoneos;
  570. TARGETED_DEVICE_FAMILY = 2;
  571. VALIDATE_PRODUCT = YES;
  572. };
  573. name = Release;
  574. };
  575. 713E83CA1E037C2000C4F12A /* Debug */ = {
  576. isa = XCBuildConfiguration;
  577. buildSettings = {
  578. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  579. DEVELOPMENT_TEAM = HXWLAA5YN5;
  580. INFOPLIST_FILE = AntsContract/Info.plist;
  581. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  582. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  583. PRODUCT_BUNDLE_IDENTIFIER = usai.redant.AntsContract;
  584. PRODUCT_NAME = "$(TARGET_NAME)";
  585. };
  586. name = Debug;
  587. };
  588. 713E83CB1E037C2000C4F12A /* Release */ = {
  589. isa = XCBuildConfiguration;
  590. buildSettings = {
  591. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  592. DEVELOPMENT_TEAM = HXWLAA5YN5;
  593. INFOPLIST_FILE = AntsContract/Info.plist;
  594. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  595. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  596. PRODUCT_BUNDLE_IDENTIFIER = usai.redant.AntsContract;
  597. PRODUCT_NAME = "$(TARGET_NAME)";
  598. };
  599. name = Release;
  600. };
  601. /* End XCBuildConfiguration section */
  602. /* Begin XCConfigurationList section */
  603. 713E83AD1E037C2000C4F12A /* Build configuration list for PBXProject "AntsContract" */ = {
  604. isa = XCConfigurationList;
  605. buildConfigurations = (
  606. 713E83C71E037C2000C4F12A /* Debug */,
  607. 713E83C81E037C2000C4F12A /* Release */,
  608. );
  609. defaultConfigurationIsVisible = 0;
  610. defaultConfigurationName = Release;
  611. };
  612. 713E83C91E037C2000C4F12A /* Build configuration list for PBXNativeTarget "AntsContract" */ = {
  613. isa = XCConfigurationList;
  614. buildConfigurations = (
  615. 713E83CA1E037C2000C4F12A /* Debug */,
  616. 713E83CB1E037C2000C4F12A /* Release */,
  617. );
  618. defaultConfigurationIsVisible = 0;
  619. defaultConfigurationName = Release;
  620. };
  621. /* End XCConfigurationList section */
  622. };
  623. rootObject = 713E83AA1E037C2000C4F12A /* Project object */;
  624. }