project.pbxproj 96 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4221EF931FA813030026E1EC /* RARootModeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EF921FA813030026E1EC /* RARootModeCell.m */; };
  10. 4221EF961FA814400026E1EC /* RARootNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EF951FA814400026E1EC /* RARootNavigationController.m */; };
  11. 4221EF9A1FA81D070026E1EC /* RAPredefQueryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EF991FA81D070026E1EC /* RAPredefQueryViewController.m */; };
  12. 4221EF9D1FA81D5B0026E1EC /* RAQueryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EF9C1FA81D5B0026E1EC /* RAQueryViewController.m */; };
  13. 4221EF9F1FA81E150026E1EC /* RAPredefQuery.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4221EF9E1FA81E150026E1EC /* RAPredefQuery.storyboard */; };
  14. 4221EFA11FA81E580026E1EC /* RAQuery.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4221EFA01FA81E580026E1EC /* RAQuery.storyboard */; };
  15. 4221EFB21FA8599A0026E1EC /* JLRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFAB1FA853660026E1EC /* JLRefreshHeader.m */; };
  16. 4221EFB31FA8599A0026E1EC /* JLRefreshBasis.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFAD1FA853660026E1EC /* JLRefreshBasis.m */; };
  17. 4221EFB41FA8599A0026E1EC /* UIScrollView+JLRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFAF1FA853660026E1EC /* UIScrollView+JLRefresh.m */; };
  18. 4221EFB51FA8599A0026E1EC /* UIView+JLExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFB11FA853660026E1EC /* UIView+JLExtension.m */; };
  19. 4221EFB61FA859B80026E1EC /* JLRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFA81FA853660026E1EC /* JLRefreshFooter.m */; };
  20. 4221EFB81FA879470026E1EC /* Result.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4221EFB71FA879470026E1EC /* Result.storyboard */; };
  21. 42973AD61FBA8F4A00A3C164 /* Phone_Range_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42973AD41FBA8F4900A3C164 /* Phone_Range_Cell.xib */; };
  22. 42973AD71FBA8F4A00A3C164 /* CommonEditorRangeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */; };
  23. 42973AD81FBAB9C300A3C164 /* EnumSelectAndSort.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */; };
  24. 42973ADC1FBABB7F00A3C164 /* EnumSelectAndSortCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */; };
  25. 42D8CD5C1FC662E7005BEA15 /* CommonEditorTableContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */; };
  26. 42DBCB111FBEC0B7005574E0 /* CommonEditorWebCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DBCB101FBEC0B7005574E0 /* CommonEditorWebCell.m */; };
  27. 42DBCB131FBEC0E1005574E0 /* Phone_Web_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DBCB121FBEC0E1005574E0 /* Phone_Web_Cell.xib */; };
  28. 42DFAE6B1F9B2B73009AFCCC /* Phone_Action_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */; };
  29. 42DFAE6D1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */; };
  30. 42DFAE6F1F9B2C18009AFCCC /* Phone_Enum_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */; };
  31. 42DFAE711F9B2C36009AFCCC /* Phone_Image_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE701F9B2C36009AFCCC /* Phone_Image_Cell.xib */; };
  32. 42DFAE731F9B2C67009AFCCC /* Phone_Label_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE721F9B2C67009AFCCC /* Phone_Label_Cell.xib */; };
  33. 42DFAE751F9B2C83009AFCCC /* Phone_MAction_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE741F9B2C83009AFCCC /* Phone_MAction_Cell.xib */; };
  34. 42DFAE771F9B2C9B009AFCCC /* Phone_Model_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE761F9B2C9B009AFCCC /* Phone_Model_Cell.xib */; };
  35. 42DFAE791F9B2CBD009AFCCC /* Phone_Signature_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE781F9B2CBD009AFCCC /* Phone_Signature_Cell.xib */; };
  36. 42DFAE7B1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE7A1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib */; };
  37. 42DFAE7D1F9B2D02009AFCCC /* Phone_TextView_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE7C1F9B2D02009AFCCC /* Phone_TextView_Cell.xib */; };
  38. 42F2EB3E1FA80EDC00BC6468 /* RAModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 42F2EB3D1FA80EDC00BC6468 /* RAModel.m */; };
  39. 7197D4041FB438B60063EFBB /* demo_row.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4031FB4388F0063EFBB /* demo_row.pdf */; };
  40. 7197D4081FB57E270063EFBB /* SearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4071FB57E270063EFBB /* SearchViewController.m */; };
  41. 7197D40A1FB58E530063EFBB /* search_ui.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4091FB58E530063EFBB /* search_ui.json */; };
  42. 7197D40E1FBBE1260063EFBB /* KVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D40D1FBBE1260063EFBB /* KVViewController.m */; };
  43. 7197D4121FBBE1490063EFBB /* ModelDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4111FBBE1490063EFBB /* ModelDetailViewController.m */; };
  44. 7197D4151FBBE1610063EFBB /* OrderDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4141FBBE1610063EFBB /* OrderDetailViewController.m */; };
  45. 7197D4181FBC10710063EFBB /* DetailKVCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4171FBC10710063EFBB /* DetailKVCell.m */; };
  46. 7197D41A1FBC1BE80063EFBB /* Detail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4191FBC1BE80063EFBB /* Detail.storyboard */; };
  47. 7197D41C1FBD1CD60063EFBB /* kv.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D41B1FBD1CD60063EFBB /* kv.json */; };
  48. 7197D41F1FBD2EA60063EFBB /* LineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D41E1FBD2EA60063EFBB /* LineView.m */; };
  49. 7197D4211FBEADCB0063EFBB /* orderdetail.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4201FBEADCB0063EFBB /* orderdetail.json */; };
  50. 71CB70B41FA1CCDB009FDCB7 /* server.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B31FA1CCDB009FDCB7 /* server.json */; };
  51. 71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */; };
  52. 71F3A9A21F5F8E22001036C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A11F5F8E22001036C8 /* main.m */; };
  53. 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */; };
  54. 71F3A9A81F5F8E22001036C8 /* RARootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A71F5F8E22001036C8 /* RARootViewController.m */; };
  55. 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9A91F5F8E22001036C8 /* Main.storyboard */; };
  56. 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */; };
  57. 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */; };
  58. 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */; };
  59. 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */; };
  60. 71F3A9C91F5FA11F001036C8 /* login.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9C01F5FA11F001036C8 /* login.json */; };
  61. 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */; };
  62. 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */; };
  63. 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */; };
  64. 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */; };
  65. 71F3A9D91F5FA3B9001036C8 /* RANetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9D81F5FA3B9001036C8 /* RANetwork.m */; };
  66. 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */; };
  67. 71F3A9E01F5FA484001036C8 /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9DF1F5FA484001036C8 /* RAUtils.m */; };
  68. 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */; };
  69. 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E61F5FA557001036C8 /* ioapi.c */; };
  70. 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E81F5FA557001036C8 /* mztools.c */; };
  71. 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EA1F5FA557001036C8 /* unzip.c */; };
  72. 71F3A9F01F5FA557001036C8 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EB1F5FA557001036C8 /* zip.c */; };
  73. 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */; };
  74. 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F3A9F51F5FA64F001036C8 /* libz.tbd */; };
  75. 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F81F5FA688001036C8 /* Reachability.m */; };
  76. 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */; };
  77. 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */; };
  78. 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA001F5FDDFE001036C8 /* LICENSE */; };
  79. 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */; };
  80. 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */; };
  81. 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */; };
  82. 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */; };
  83. 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA0F1F611FC4001036C8 /* testViewController.m */; };
  84. 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA101F611FC4001036C8 /* testViewController.xib */; };
  85. 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA151F612369001036C8 /* CommonEditor.storyboard */; };
  86. 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */; };
  87. 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */; };
  88. 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */; };
  89. 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */; };
  90. 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */; };
  91. 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */; };
  92. 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */; };
  93. 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */; };
  94. 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */; };
  95. 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */; };
  96. 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */; };
  97. 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */; };
  98. 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */; };
  99. 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA311F612369001036C8 /* EnumSelectViewController.m */; };
  100. 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA331F612369001036C8 /* MonthPickerViewController.m */; };
  101. 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA351F612369001036C8 /* SRMonthPicker.m */; };
  102. 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA491F612415001036C8 /* RTLabel.m */; };
  103. 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */; };
  104. 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */; };
  105. 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA521F6125ED001036C8 /* ImageViewController.m */; };
  106. 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA551F624A88001036C8 /* signature.storyboard */; };
  107. 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA571F624A88001036C8 /* SignatureView.m */; };
  108. 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA591F624A88001036C8 /* SignatureViewController.m */; };
  109. 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */; };
  110. 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA611F624B2F001036C8 /* BundleModelCell.m */; };
  111. 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */; };
  112. 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA671F624E19001036C8 /* JKTimerManager.m */; };
  113. 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */; };
  114. 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */; };
  115. 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA821F6263B2001036C8 /* MainViewController.m */; };
  116. 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA851F626E14001036C8 /* RAConvertor.m */; };
  117. 71F3AA891F62732A001036C8 /* FileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA881F62732A001036C8 /* FileCache.m */; };
  118. 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA8E1F6276B0001036C8 /* default_appearance.json */; };
  119. 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */; };
  120. 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */; };
  121. 71FF60251FA7209F00C5523A /* EnumSelectAndSortViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */; };
  122. 71FF60291FA7236200C5523A /* EnumModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71FF60281FA7236200C5523A /* EnumModel.m */; };
  123. 71FF602B1FA802AB00C5523A /* loginUI.json in Resources */ = {isa = PBXBuildFile; fileRef = 71FF602A1FA802AB00C5523A /* loginUI.json */; };
  124. 71FF602F1FA8449C00C5523A /* predef_query.json in Resources */ = {isa = PBXBuildFile; fileRef = 71FF602E1FA8449C00C5523A /* predef_query.json */; };
  125. 71FF60321FA871DD00C5523A /* data.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B01FA1BA5E009FDCB7 /* data.json */; };
  126. 71FF60331FA871DD00C5523A /* layout.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B11FA1BA5E009FDCB7 /* layout.json */; };
  127. 71FF60371FA96F4F00C5523A /* download_query.xls in Resources */ = {isa = PBXBuildFile; fileRef = 71FF60361FA96EEE00C5523A /* download_query.xls */; };
  128. /* End PBXBuildFile section */
  129. /* Begin PBXFileReference section */
  130. 4221EF911FA813030026E1EC /* RARootModeCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RARootModeCell.h; sourceTree = "<group>"; };
  131. 4221EF921FA813030026E1EC /* RARootModeCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RARootModeCell.m; sourceTree = "<group>"; };
  132. 4221EF941FA814400026E1EC /* RARootNavigationController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RARootNavigationController.h; sourceTree = "<group>"; };
  133. 4221EF951FA814400026E1EC /* RARootNavigationController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RARootNavigationController.m; sourceTree = "<group>"; };
  134. 4221EF981FA81D070026E1EC /* RAPredefQueryViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAPredefQueryViewController.h; sourceTree = "<group>"; };
  135. 4221EF991FA81D070026E1EC /* RAPredefQueryViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAPredefQueryViewController.m; sourceTree = "<group>"; };
  136. 4221EF9B1FA81D5B0026E1EC /* RAQueryViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAQueryViewController.h; sourceTree = "<group>"; };
  137. 4221EF9C1FA81D5B0026E1EC /* RAQueryViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAQueryViewController.m; sourceTree = "<group>"; };
  138. 4221EF9E1FA81E150026E1EC /* RAPredefQuery.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = RAPredefQuery.storyboard; sourceTree = "<group>"; };
  139. 4221EFA01FA81E580026E1EC /* RAQuery.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = RAQuery.storyboard; sourceTree = "<group>"; };
  140. 4221EFA71FA853660026E1EC /* JLRefreshFooter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JLRefreshFooter.h; sourceTree = "<group>"; };
  141. 4221EFA81FA853660026E1EC /* JLRefreshFooter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JLRefreshFooter.m; sourceTree = "<group>"; };
  142. 4221EFAA1FA853660026E1EC /* JLRefreshHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JLRefreshHeader.h; sourceTree = "<group>"; };
  143. 4221EFAB1FA853660026E1EC /* JLRefreshHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JLRefreshHeader.m; sourceTree = "<group>"; };
  144. 4221EFAC1FA853660026E1EC /* JLRefreshBasis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JLRefreshBasis.h; sourceTree = "<group>"; };
  145. 4221EFAD1FA853660026E1EC /* JLRefreshBasis.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JLRefreshBasis.m; sourceTree = "<group>"; };
  146. 4221EFAE1FA853660026E1EC /* UIScrollView+JLRefresh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+JLRefresh.h"; sourceTree = "<group>"; };
  147. 4221EFAF1FA853660026E1EC /* UIScrollView+JLRefresh.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+JLRefresh.m"; sourceTree = "<group>"; };
  148. 4221EFB01FA853660026E1EC /* UIView+JLExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+JLExtension.h"; sourceTree = "<group>"; };
  149. 4221EFB11FA853660026E1EC /* UIView+JLExtension.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+JLExtension.m"; sourceTree = "<group>"; };
  150. 4221EFB71FA879470026E1EC /* Result.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Result.storyboard; sourceTree = "<group>"; };
  151. 42973AD31FBA8F4900A3C164 /* CommonEditorRangeCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorRangeCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorRangeCell.h"; sourceTree = "<group>"; };
  152. 42973AD41FBA8F4900A3C164 /* Phone_Range_Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Phone_Range_Cell.xib; path = "../../RedAnt ERP Mobile/common/CommonEditor/Phone_Range_Cell.xib"; sourceTree = "<group>"; };
  153. 42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorRangeCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorRangeCell.m"; sourceTree = "<group>"; };
  154. 42973ADA1FBABB7E00A3C164 /* EnumSelectAndSortCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectAndSortCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortCell.h"; sourceTree = "<group>"; };
  155. 42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectAndSortCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortCell.m"; sourceTree = "<group>"; };
  156. 42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorTableContainerView.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorTableContainerView.m"; sourceTree = "<group>"; };
  157. 42D8CD5B1FC662E7005BEA15 /* CommonEditorTableContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorTableContainerView.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorTableContainerView.h"; sourceTree = "<group>"; };
  158. 42DBCB0F1FBEC0B7005574E0 /* CommonEditorWebCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CommonEditorWebCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorWebCell.h"; sourceTree = "<group>"; };
  159. 42DBCB101FBEC0B7005574E0 /* CommonEditorWebCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CommonEditorWebCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorWebCell.m"; sourceTree = "<group>"; };
  160. 42DBCB121FBEC0E1005574E0 /* Phone_Web_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Phone_Web_Cell.xib; path = "../../RedAnt ERP Mobile/common/CommonEditor/Phone_Web_Cell.xib"; sourceTree = "<group>"; };
  161. 42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Action_Cell.xib; sourceTree = "<group>"; };
  162. 42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Edit_Cell.xib; sourceTree = "<group>"; };
  163. 42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Enum_Cell.xib; sourceTree = "<group>"; };
  164. 42DFAE701F9B2C36009AFCCC /* Phone_Image_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Image_Cell.xib; sourceTree = "<group>"; };
  165. 42DFAE721F9B2C67009AFCCC /* Phone_Label_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Label_Cell.xib; sourceTree = "<group>"; };
  166. 42DFAE741F9B2C83009AFCCC /* Phone_MAction_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_MAction_Cell.xib; sourceTree = "<group>"; };
  167. 42DFAE761F9B2C9B009AFCCC /* Phone_Model_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Model_Cell.xib; sourceTree = "<group>"; };
  168. 42DFAE781F9B2CBD009AFCCC /* Phone_Signature_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Signature_Cell.xib; sourceTree = "<group>"; };
  169. 42DFAE7A1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Switch_Cell.xib; sourceTree = "<group>"; };
  170. 42DFAE7C1F9B2D02009AFCCC /* Phone_TextView_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_TextView_Cell.xib; sourceTree = "<group>"; };
  171. 42F2EB3C1FA80EDC00BC6468 /* RAModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAModel.h; sourceTree = "<group>"; };
  172. 42F2EB3D1FA80EDC00BC6468 /* RAModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAModel.m; sourceTree = "<group>"; };
  173. 7197D4031FB4388F0063EFBB /* demo_row.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = demo_row.pdf; sourceTree = "<group>"; };
  174. 7197D4061FB57E270063EFBB /* SearchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SearchViewController.h; sourceTree = "<group>"; };
  175. 7197D4071FB57E270063EFBB /* SearchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SearchViewController.m; sourceTree = "<group>"; };
  176. 7197D4091FB58E530063EFBB /* search_ui.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = search_ui.json; sourceTree = "<group>"; };
  177. 7197D40C1FBBE1260063EFBB /* KVViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KVViewController.h; sourceTree = "<group>"; };
  178. 7197D40D1FBBE1260063EFBB /* KVViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KVViewController.m; sourceTree = "<group>"; };
  179. 7197D4101FBBE1490063EFBB /* ModelDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ModelDetailViewController.h; sourceTree = "<group>"; };
  180. 7197D4111FBBE1490063EFBB /* ModelDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ModelDetailViewController.m; sourceTree = "<group>"; };
  181. 7197D4131FBBE1610063EFBB /* OrderDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OrderDetailViewController.h; sourceTree = "<group>"; };
  182. 7197D4141FBBE1610063EFBB /* OrderDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OrderDetailViewController.m; sourceTree = "<group>"; };
  183. 7197D4161FBC10710063EFBB /* DetailKVCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DetailKVCell.h; path = ../../../common/detail/DetailKVCell.h; sourceTree = "<group>"; };
  184. 7197D4171FBC10710063EFBB /* DetailKVCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = DetailKVCell.m; path = ../../../common/detail/DetailKVCell.m; sourceTree = "<group>"; };
  185. 7197D4191FBC1BE80063EFBB /* Detail.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Detail.storyboard; sourceTree = "<group>"; };
  186. 7197D41B1FBD1CD60063EFBB /* kv.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = kv.json; sourceTree = "<group>"; };
  187. 7197D41D1FBD2EA60063EFBB /* LineView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LineView.h; path = ../../../common/detail/LineView.h; sourceTree = "<group>"; };
  188. 7197D41E1FBD2EA60063EFBB /* LineView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = LineView.m; path = ../../../common/detail/LineView.m; sourceTree = "<group>"; };
  189. 7197D4201FBEADCB0063EFBB /* orderdetail.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = orderdetail.json; sourceTree = "<group>"; };
  190. 71CB70B01FA1BA5E009FDCB7 /* data.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = data.json; sourceTree = "<group>"; };
  191. 71CB70B11FA1BA5E009FDCB7 /* layout.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = layout.json; sourceTree = "<group>"; };
  192. 71CB70B31FA1CCDB009FDCB7 /* server.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = server.json; sourceTree = "<group>"; };
  193. 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = ../../common/NetworkUtils.m; sourceTree = "<group>"; };
  194. 71E9F6C71F8C5CCA0052C78E /* NetworkUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = ../../common/NetworkUtils.h; sourceTree = "<group>"; };
  195. 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RedAnt Mobile.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  196. 71F3A9A11F5F8E22001036C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  197. 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  198. 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  199. 71F3A9A61F5F8E22001036C8 /* RARootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RARootViewController.h; sourceTree = "<group>"; };
  200. 71F3A9A71F5F8E22001036C8 /* RARootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RARootViewController.m; sourceTree = "<group>"; };
  201. 71F3A9AA1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  202. 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  203. 71F3A9AF1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  204. 71F3A9B11F5F8E22001036C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  205. 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultViewController.h; sourceTree = "<group>"; };
  206. 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultViewController.m; sourceTree = "<group>"; };
  207. 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FullyShowViewController.h; sourceTree = "<group>"; };
  208. 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FullyShowViewController.m; sourceTree = "<group>"; };
  209. 71F3A9C01F5FA11F001036C8 /* login.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = login.json; sourceTree = "<group>"; };
  210. 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSwitchCell.h; sourceTree = "<group>"; };
  211. 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSwitchCell.m; sourceTree = "<group>"; };
  212. 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginTextFiledCell.h; sourceTree = "<group>"; };
  213. 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginTextFiledCell.m; sourceTree = "<group>"; };
  214. 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
  215. 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
  216. 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BasicViewController.h; sourceTree = "<group>"; };
  217. 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BasicViewController.m; sourceTree = "<group>"; };
  218. 71F3A9D11F5FA2A4001036C8 /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
  219. 71F3A9D21F5FA2B3001036C8 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  220. 71F3A9D71F5FA3B9001036C8 /* RANetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RANetwork.h; sourceTree = "<group>"; };
  221. 71F3A9D81F5FA3B9001036C8 /* RANetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RANetwork.m; sourceTree = "<group>"; };
  222. 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../common/upload/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
  223. 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RANetworkTaskDelegate.m; path = ../../common/upload/RANetworkTaskDelegate.m; sourceTree = "<group>"; };
  224. 71F3A9DE1F5FA484001036C8 /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = "../../RedAnt ERP Mobile/common/RAUtils.h"; sourceTree = "<group>"; };
  225. 71F3A9DF1F5FA484001036C8 /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = "../../RedAnt ERP Mobile/common/RAUtils.m"; sourceTree = "<group>"; };
  226. 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLKeyboardListener.h; sourceTree = "<group>"; };
  227. 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JLKeyboardListener.m; sourceTree = "<group>"; };
  228. 71F3A9E51F5FA557001036C8 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/crypt.h"; sourceTree = "<group>"; };
  229. 71F3A9E61F5FA557001036C8 /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.c"; sourceTree = "<group>"; };
  230. 71F3A9E71F5FA557001036C8 /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/ioapi.h"; sourceTree = "<group>"; };
  231. 71F3A9E81F5FA557001036C8 /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mztools.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.c"; sourceTree = "<group>"; };
  232. 71F3A9E91F5FA557001036C8 /* mztools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mztools.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/mztools.h"; sourceTree = "<group>"; };
  233. 71F3A9EA1F5FA557001036C8 /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/unzip.c"; sourceTree = "<group>"; };
  234. 71F3A9EB1F5FA557001036C8 /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zip.c; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.c"; sourceTree = "<group>"; };
  235. 71F3A9EC1F5FA557001036C8 /* zip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = zip.h; path = "../../RedAnt ERP Mobile/common/zip/minizip/zip.h"; sourceTree = "<group>"; };
  236. 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
  237. 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
  238. 71F3A9F51F5FA64F001036C8 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  239. 71F3A9F71F5FA688001036C8 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = "../../RedAnt ERP Mobile/common/Reachability.h"; sourceTree = "<group>"; };
  240. 71F3A9F81F5FA688001036C8 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = "../../RedAnt ERP Mobile/common/Reachability.m"; sourceTree = "<group>"; };
  241. 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSettingViewController.h; sourceTree = "<group>"; };
  242. 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSettingViewController.m; sourceTree = "<group>"; };
  243. 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
  244. 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
  245. 71F3AA001F5FDDFE001036C8 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
  246. 71F3AA011F5FDDFE001036C8 /* 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>"; };
  247. 71F3AA021F5FDDFE001036C8 /* 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>"; };
  248. 71F3AA031F5FDDFE001036C8 /* 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>"; };
  249. 71F3AA041F5FDDFE001036C8 /* 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>"; };
  250. 71F3AA051F5FDDFE001036C8 /* 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>"; };
  251. 71F3AA061F5FDDFE001036C8 /* 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>"; };
  252. 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = commoneditor.phone.xib; sourceTree = "<group>"; };
  253. 71F3AA0E1F611FC4001036C8 /* testViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testViewController.h; sourceTree = "<group>"; };
  254. 71F3AA0F1F611FC4001036C8 /* testViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = testViewController.m; sourceTree = "<group>"; };
  255. 71F3AA101F611FC4001036C8 /* testViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = testViewController.xib; sourceTree = "<group>"; };
  256. 71F3AA151F612369001036C8 /* CommonEditor.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CommonEditor.storyboard; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditor.storyboard"; sourceTree = "<group>"; };
  257. 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.h"; sourceTree = "<group>"; };
  258. 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.m"; sourceTree = "<group>"; };
  259. 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEdit.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.h"; sourceTree = "<group>"; };
  260. 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEdit.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.m"; sourceTree = "<group>"; };
  261. 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEnum.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.h"; sourceTree = "<group>"; };
  262. 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEnum.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.m"; sourceTree = "<group>"; };
  263. 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellImg.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.h"; sourceTree = "<group>"; };
  264. 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellImg.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.m"; sourceTree = "<group>"; };
  265. 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellLabel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.h"; sourceTree = "<group>"; };
  266. 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellLabel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.m"; sourceTree = "<group>"; };
  267. 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellMAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.h"; sourceTree = "<group>"; };
  268. 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellMAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.m"; sourceTree = "<group>"; };
  269. 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellModel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.h"; sourceTree = "<group>"; };
  270. 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellModel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.m"; sourceTree = "<group>"; };
  271. 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSignature.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.h"; sourceTree = "<group>"; };
  272. 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSignature.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.m"; sourceTree = "<group>"; };
  273. 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSwitch.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.h"; sourceTree = "<group>"; };
  274. 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSwitch.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.m"; sourceTree = "<group>"; };
  275. 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellTextView.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.h"; sourceTree = "<group>"; };
  276. 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellTextView.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.m"; sourceTree = "<group>"; };
  277. 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.h"; sourceTree = "<group>"; };
  278. 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.m"; sourceTree = "<group>"; };
  279. 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DatePickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.h"; sourceTree = "<group>"; };
  280. 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DatePickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.m"; sourceTree = "<group>"; };
  281. 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectorCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.h"; sourceTree = "<group>"; };
  282. 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectorCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.m"; sourceTree = "<group>"; };
  283. 71F3AA301F612369001036C8 /* EnumSelectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.h"; sourceTree = "<group>"; };
  284. 71F3AA311F612369001036C8 /* EnumSelectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.m"; sourceTree = "<group>"; };
  285. 71F3AA321F612369001036C8 /* MonthPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MonthPickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.h"; sourceTree = "<group>"; };
  286. 71F3AA331F612369001036C8 /* MonthPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MonthPickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.m"; sourceTree = "<group>"; };
  287. 71F3AA341F612369001036C8 /* SRMonthPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRMonthPicker.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.h"; sourceTree = "<group>"; };
  288. 71F3AA351F612369001036C8 /* SRMonthPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SRMonthPicker.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.m"; sourceTree = "<group>"; };
  289. 71F3AA481F612415001036C8 /* RTLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RTLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.h"; sourceTree = "<group>"; };
  290. 71F3AA491F612415001036C8 /* RTLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RTLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.m"; sourceTree = "<group>"; };
  291. 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TouchImageView.h; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.h"; sourceTree = "<group>"; };
  292. 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TouchImageView.m; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.m"; sourceTree = "<group>"; };
  293. 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageUploadViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.h"; sourceTree = "<group>"; };
  294. 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageUploadViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.m"; sourceTree = "<group>"; };
  295. 71F3AA511F6125ED001036C8 /* ImageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.h"; sourceTree = "<group>"; };
  296. 71F3AA521F6125ED001036C8 /* ImageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.m"; sourceTree = "<group>"; };
  297. 71F3AA551F624A88001036C8 /* signature.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = signature.storyboard; path = "../../RedAnt ERP Mobile/common/Functions/signature/signature.storyboard"; sourceTree = "<group>"; };
  298. 71F3AA561F624A88001036C8 /* SignatureView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SignatureView.h; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureView.h"; sourceTree = "<group>"; };
  299. 71F3AA571F624A88001036C8 /* SignatureView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SignatureView.m; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureView.m"; sourceTree = "<group>"; };
  300. 71F3AA581F624A88001036C8 /* SignatureViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SignatureViewController.h; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureViewController.h"; sourceTree = "<group>"; };
  301. 71F3AA591F624A88001036C8 /* SignatureViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SignatureViewController.m; path = "../../RedAnt ERP Mobile/common/Functions/signature/SignatureViewController.m"; sourceTree = "<group>"; };
  302. 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StrikethroughLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.h"; sourceTree = "<group>"; };
  303. 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StrikethroughLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.m"; sourceTree = "<group>"; };
  304. 71F3AA601F624B2F001036C8 /* BundleModelCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BundleModelCell.h; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelCell.h"; sourceTree = "<group>"; };
  305. 71F3AA611F624B2F001036C8 /* BundleModelCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BundleModelCell.m; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelCell.m"; sourceTree = "<group>"; };
  306. 71F3AA621F624B2F001036C8 /* BundleModelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BundleModelViewController.h; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelViewController.h"; sourceTree = "<group>"; };
  307. 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BundleModelViewController.m; path = "../../RedAnt ERP Mobile/common/Functions/cart/BundleModelViewController.m"; sourceTree = "<group>"; };
  308. 71F3AA661F624E19001036C8 /* JKTimerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JKTimerManager.h; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.h"; sourceTree = "<group>"; };
  309. 71F3AA671F624E19001036C8 /* JKTimerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JKTimerManager.m; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.m"; sourceTree = "<group>"; };
  310. 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NetworkUtils+Contact.h"; path = "../../common/NetworkUtils+Contact.h"; sourceTree = "<group>"; };
  311. 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NetworkUtils+Contact.m"; path = "../../common/NetworkUtils+Contact.m"; sourceTree = "<group>"; };
  312. 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomIOSAlertView.h; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.h"; sourceTree = "<group>"; };
  313. 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CustomIOSAlertView.m; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.m"; sourceTree = "<group>"; };
  314. 71F3AA811F6263B2001036C8 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
  315. 71F3AA821F6263B2001036C8 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
  316. 71F3AA841F626E14001036C8 /* RAConvertor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAConvertor.h; path = ../../common/RAConvertor.h; sourceTree = "<group>"; };
  317. 71F3AA851F626E14001036C8 /* RAConvertor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAConvertor.m; path = ../../common/RAConvertor.m; sourceTree = "<group>"; };
  318. 71F3AA871F62732A001036C8 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileCache.h; path = ../../common/FileCache.h; sourceTree = "<group>"; };
  319. 71F3AA881F62732A001036C8 /* FileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileCache.m; path = ../../common/FileCache.m; sourceTree = "<group>"; };
  320. 71F3AA8E1F6276B0001036C8 /* default_appearance.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = default_appearance.json; sourceTree = "<group>"; };
  321. 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DefaultTableHeaderView.h; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.h"; sourceTree = "<group>"; };
  322. 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DefaultTableHeaderView.m; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.m"; sourceTree = "<group>"; };
  323. 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DefaultAppearance.h; sourceTree = "<group>"; };
  324. 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DefaultAppearance.m; sourceTree = "<group>"; };
  325. 71FF60231FA7209F00C5523A /* EnumSelectAndSortViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EnumSelectAndSortViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortViewController.h"; sourceTree = "<group>"; };
  326. 71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EnumSelectAndSortViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortViewController.m"; sourceTree = "<group>"; };
  327. 71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = EnumSelectAndSort.storyboard; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSort.storyboard"; sourceTree = "<group>"; };
  328. 71FF60271FA7236100C5523A /* EnumModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EnumModel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumModel.h"; sourceTree = "<group>"; };
  329. 71FF60281FA7236200C5523A /* EnumModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EnumModel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumModel.m"; sourceTree = "<group>"; };
  330. 71FF602A1FA802AB00C5523A /* loginUI.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = loginUI.json; sourceTree = "<group>"; };
  331. 71FF602D1FA8076700C5523A /* RA Mobile.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "RA Mobile.txt"; sourceTree = "<group>"; };
  332. 71FF602E1FA8449C00C5523A /* predef_query.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = predef_query.json; sourceTree = "<group>"; };
  333. 71FF60361FA96EEE00C5523A /* download_query.xls */ = {isa = PBXFileReference; lastKnownFileType = file; path = download_query.xls; sourceTree = "<group>"; };
  334. /* End PBXFileReference section */
  335. /* Begin PBXFrameworksBuildPhase section */
  336. 71F3A99A1F5F8E22001036C8 /* Frameworks */ = {
  337. isa = PBXFrameworksBuildPhase;
  338. buildActionMask = 2147483647;
  339. files = (
  340. 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */,
  341. );
  342. runOnlyForDeploymentPostprocessing = 0;
  343. };
  344. /* End PBXFrameworksBuildPhase section */
  345. /* Begin PBXGroup section */
  346. 4221EF971FA81CBB0026E1EC /* Mode */ = {
  347. isa = PBXGroup;
  348. children = (
  349. 4221EF981FA81D070026E1EC /* RAPredefQueryViewController.h */,
  350. 4221EF991FA81D070026E1EC /* RAPredefQueryViewController.m */,
  351. 4221EF9E1FA81E150026E1EC /* RAPredefQuery.storyboard */,
  352. 4221EF9B1FA81D5B0026E1EC /* RAQueryViewController.h */,
  353. 4221EF9C1FA81D5B0026E1EC /* RAQueryViewController.m */,
  354. 4221EFA01FA81E580026E1EC /* RAQuery.storyboard */,
  355. );
  356. name = Mode;
  357. sourceTree = "<group>";
  358. };
  359. 4221EFA51FA853660026E1EC /* Refresh */ = {
  360. isa = PBXGroup;
  361. children = (
  362. 4221EFA61FA853660026E1EC /* Footer */,
  363. 4221EFA91FA853660026E1EC /* Header */,
  364. 4221EFAC1FA853660026E1EC /* JLRefreshBasis.h */,
  365. 4221EFAD1FA853660026E1EC /* JLRefreshBasis.m */,
  366. 4221EFAE1FA853660026E1EC /* UIScrollView+JLRefresh.h */,
  367. 4221EFAF1FA853660026E1EC /* UIScrollView+JLRefresh.m */,
  368. 4221EFB01FA853660026E1EC /* UIView+JLExtension.h */,
  369. 4221EFB11FA853660026E1EC /* UIView+JLExtension.m */,
  370. );
  371. path = Refresh;
  372. sourceTree = "<group>";
  373. };
  374. 4221EFA61FA853660026E1EC /* Footer */ = {
  375. isa = PBXGroup;
  376. children = (
  377. 4221EFA71FA853660026E1EC /* JLRefreshFooter.h */,
  378. 4221EFA81FA853660026E1EC /* JLRefreshFooter.m */,
  379. );
  380. path = Footer;
  381. sourceTree = "<group>";
  382. };
  383. 4221EFA91FA853660026E1EC /* Header */ = {
  384. isa = PBXGroup;
  385. children = (
  386. 4221EFAA1FA853660026E1EC /* JLRefreshHeader.h */,
  387. 4221EFAB1FA853660026E1EC /* JLRefreshHeader.m */,
  388. );
  389. path = Header;
  390. sourceTree = "<group>";
  391. };
  392. 42973ACD1FBA8EFA00A3C164 /* RangeCell */ = {
  393. isa = PBXGroup;
  394. children = (
  395. 42973AD31FBA8F4900A3C164 /* CommonEditorRangeCell.h */,
  396. 42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */,
  397. 42973AD41FBA8F4900A3C164 /* Phone_Range_Cell.xib */,
  398. );
  399. name = RangeCell;
  400. sourceTree = "<group>";
  401. };
  402. 42973AD91FBABADD00A3C164 /* EnumSelectAndSort */ = {
  403. isa = PBXGroup;
  404. children = (
  405. 42973ADA1FBABB7E00A3C164 /* EnumSelectAndSortCell.h */,
  406. 42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */,
  407. 71FF60271FA7236100C5523A /* EnumModel.h */,
  408. 71FF60281FA7236200C5523A /* EnumModel.m */,
  409. 71FF60231FA7209F00C5523A /* EnumSelectAndSortViewController.h */,
  410. 71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */,
  411. 71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */,
  412. );
  413. name = EnumSelectAndSort;
  414. sourceTree = "<group>";
  415. };
  416. 42DBCB0E1FBEC055005574E0 /* WebCell */ = {
  417. isa = PBXGroup;
  418. children = (
  419. 42DBCB0F1FBEC0B7005574E0 /* CommonEditorWebCell.h */,
  420. 42DBCB101FBEC0B7005574E0 /* CommonEditorWebCell.m */,
  421. 42DBCB121FBEC0E1005574E0 /* Phone_Web_Cell.xib */,
  422. );
  423. name = WebCell;
  424. sourceTree = "<group>";
  425. };
  426. 42DFAE601F9B2A01009AFCCC /* ActionCell */ = {
  427. isa = PBXGroup;
  428. children = (
  429. 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */,
  430. 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */,
  431. 42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */,
  432. );
  433. name = ActionCell;
  434. sourceTree = "<group>";
  435. };
  436. 42DFAE611F9B2A13009AFCCC /* EditCell */ = {
  437. isa = PBXGroup;
  438. children = (
  439. 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */,
  440. 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */,
  441. 42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */,
  442. );
  443. name = EditCell;
  444. sourceTree = "<group>";
  445. };
  446. 42DFAE621F9B2A28009AFCCC /* EnumCell */ = {
  447. isa = PBXGroup;
  448. children = (
  449. 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */,
  450. 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */,
  451. 42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */,
  452. );
  453. name = EnumCell;
  454. sourceTree = "<group>";
  455. };
  456. 42DFAE631F9B2A3C009AFCCC /* ImageCell */ = {
  457. isa = PBXGroup;
  458. children = (
  459. 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */,
  460. 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */,
  461. 42DFAE701F9B2C36009AFCCC /* Phone_Image_Cell.xib */,
  462. );
  463. name = ImageCell;
  464. sourceTree = "<group>";
  465. };
  466. 42DFAE641F9B2A49009AFCCC /* LabelCell */ = {
  467. isa = PBXGroup;
  468. children = (
  469. 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */,
  470. 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */,
  471. 42DFAE721F9B2C67009AFCCC /* Phone_Label_Cell.xib */,
  472. );
  473. name = LabelCell;
  474. sourceTree = "<group>";
  475. };
  476. 42DFAE651F9B2A58009AFCCC /* MActionCell */ = {
  477. isa = PBXGroup;
  478. children = (
  479. 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */,
  480. 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */,
  481. 42DFAE741F9B2C83009AFCCC /* Phone_MAction_Cell.xib */,
  482. );
  483. name = MActionCell;
  484. sourceTree = "<group>";
  485. };
  486. 42DFAE661F9B2A66009AFCCC /* ModelCell */ = {
  487. isa = PBXGroup;
  488. children = (
  489. 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */,
  490. 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */,
  491. 42DFAE761F9B2C9B009AFCCC /* Phone_Model_Cell.xib */,
  492. );
  493. name = ModelCell;
  494. sourceTree = "<group>";
  495. };
  496. 42DFAE671F9B2A71009AFCCC /* SignatureCell */ = {
  497. isa = PBXGroup;
  498. children = (
  499. 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */,
  500. 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */,
  501. 42DFAE781F9B2CBD009AFCCC /* Phone_Signature_Cell.xib */,
  502. );
  503. name = SignatureCell;
  504. sourceTree = "<group>";
  505. };
  506. 42DFAE681F9B2A7F009AFCCC /* SwitchCell */ = {
  507. isa = PBXGroup;
  508. children = (
  509. 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */,
  510. 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */,
  511. 42DFAE7A1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib */,
  512. );
  513. name = SwitchCell;
  514. sourceTree = "<group>";
  515. };
  516. 42DFAE691F9B2A90009AFCCC /* TextViewCell */ = {
  517. isa = PBXGroup;
  518. children = (
  519. 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */,
  520. 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */,
  521. 42DFAE7C1F9B2D02009AFCCC /* Phone_TextView_Cell.xib */,
  522. );
  523. name = TextViewCell;
  524. sourceTree = "<group>";
  525. };
  526. 42F2EB3A1FA80E3F00BC6468 /* RootViewController */ = {
  527. isa = PBXGroup;
  528. children = (
  529. 71F3A9A61F5F8E22001036C8 /* RARootViewController.h */,
  530. 71F3A9A71F5F8E22001036C8 /* RARootViewController.m */,
  531. 4221EF911FA813030026E1EC /* RARootModeCell.h */,
  532. 4221EF921FA813030026E1EC /* RARootModeCell.m */,
  533. 4221EF941FA814400026E1EC /* RARootNavigationController.h */,
  534. 4221EF951FA814400026E1EC /* RARootNavigationController.m */,
  535. );
  536. name = RootViewController;
  537. sourceTree = "<group>";
  538. };
  539. 42F2EB3B1FA80EB300BC6468 /* Model */ = {
  540. isa = PBXGroup;
  541. children = (
  542. 42F2EB3C1FA80EDC00BC6468 /* RAModel.h */,
  543. 42F2EB3D1FA80EDC00BC6468 /* RAModel.m */,
  544. );
  545. name = Model;
  546. sourceTree = "<group>";
  547. };
  548. 7197D4051FB57DD00063EFBB /* search */ = {
  549. isa = PBXGroup;
  550. children = (
  551. 7197D4061FB57E270063EFBB /* SearchViewController.h */,
  552. 7197D4071FB57E270063EFBB /* SearchViewController.m */,
  553. );
  554. name = search;
  555. sourceTree = "<group>";
  556. };
  557. 7197D40B1FBBE0EF0063EFBB /* detail */ = {
  558. isa = PBXGroup;
  559. children = (
  560. 7197D41D1FBD2EA60063EFBB /* LineView.h */,
  561. 7197D41E1FBD2EA60063EFBB /* LineView.m */,
  562. 7197D4161FBC10710063EFBB /* DetailKVCell.h */,
  563. 7197D4171FBC10710063EFBB /* DetailKVCell.m */,
  564. 7197D40C1FBBE1260063EFBB /* KVViewController.h */,
  565. 7197D40D1FBBE1260063EFBB /* KVViewController.m */,
  566. 7197D4101FBBE1490063EFBB /* ModelDetailViewController.h */,
  567. 7197D4111FBBE1490063EFBB /* ModelDetailViewController.m */,
  568. 7197D4131FBBE1610063EFBB /* OrderDetailViewController.h */,
  569. 7197D4141FBBE1610063EFBB /* OrderDetailViewController.m */,
  570. 7197D4191FBC1BE80063EFBB /* Detail.storyboard */,
  571. 71CB70B11FA1BA5E009FDCB7 /* layout.json */,
  572. );
  573. path = detail;
  574. sourceTree = "<group>";
  575. };
  576. 71CB70B21FA1CCBC009FDCB7 /* fake data */ = {
  577. isa = PBXGroup;
  578. children = (
  579. 71FF60361FA96EEE00C5523A /* download_query.xls */,
  580. 71F3A9C01F5FA11F001036C8 /* login.json */,
  581. 71CB70B31FA1CCDB009FDCB7 /* server.json */,
  582. 7197D4031FB4388F0063EFBB /* demo_row.pdf */,
  583. 71FF602E1FA8449C00C5523A /* predef_query.json */,
  584. 7197D4091FB58E530063EFBB /* search_ui.json */,
  585. 7197D41B1FBD1CD60063EFBB /* kv.json */,
  586. 7197D4201FBEADCB0063EFBB /* orderdetail.json */,
  587. );
  588. name = "fake data";
  589. sourceTree = "<group>";
  590. };
  591. 71F3A9941F5F8E22001036C8 = {
  592. isa = PBXGroup;
  593. children = (
  594. 71FF602C1FA8074300C5523A /* doc */,
  595. 71F3AA8A1F627676001036C8 /* appearance */,
  596. 71F3AA811F6263B2001036C8 /* MainViewController.h */,
  597. 71F3AA821F6263B2001036C8 /* MainViewController.m */,
  598. 71F3AA0E1F611FC4001036C8 /* testViewController.h */,
  599. 71F3AA0F1F611FC4001036C8 /* testViewController.m */,
  600. 71F3AA101F611FC4001036C8 /* testViewController.xib */,
  601. 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */,
  602. 71F3A99E1F5F8E22001036C8 /* Products */,
  603. 71F3A9F41F5FA64E001036C8 /* Frameworks */,
  604. );
  605. sourceTree = "<group>";
  606. };
  607. 71F3A99E1F5F8E22001036C8 /* Products */ = {
  608. isa = PBXGroup;
  609. children = (
  610. 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */,
  611. );
  612. name = Products;
  613. sourceTree = "<group>";
  614. };
  615. 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */ = {
  616. isa = PBXGroup;
  617. children = (
  618. 71F3AA541F624A78001036C8 /* signature */,
  619. 71F3AA131F612347001036C8 /* commonUI */,
  620. 71F3A9DD1F5FA479001036C8 /* utils */,
  621. 71F3A9D31F5FA2E0001036C8 /* network */,
  622. 71F3A9D11F5FA2A4001036C8 /* const.h */,
  623. 71F3A9D21F5FA2B3001036C8 /* config.h */,
  624. 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */,
  625. 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */,
  626. 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */,
  627. 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */,
  628. 4221EF971FA81CBB0026E1EC /* Mode */,
  629. 42F2EB3A1FA80E3F00BC6468 /* RootViewController */,
  630. 71F3A9BF1F5FA109001036C8 /* login */,
  631. 71CB70B21FA1CCBC009FDCB7 /* fake data */,
  632. 71F3A9BA1F5F8E89001036C8 /* result */,
  633. 7197D4051FB57DD00063EFBB /* search */,
  634. 42F2EB3B1FA80EB300BC6468 /* Model */,
  635. 7197D40B1FBBE0EF0063EFBB /* detail */,
  636. 4221EFA51FA853660026E1EC /* Refresh */,
  637. 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */,
  638. 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */,
  639. 71F3A9A91F5F8E22001036C8 /* Main.storyboard */,
  640. 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */,
  641. 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */,
  642. 71F3A9B11F5F8E22001036C8 /* Info.plist */,
  643. 71F3A9A01F5F8E22001036C8 /* Supporting Files */,
  644. );
  645. path = "RedAnt Mobile";
  646. sourceTree = "<group>";
  647. };
  648. 71F3A9A01F5F8E22001036C8 /* Supporting Files */ = {
  649. isa = PBXGroup;
  650. children = (
  651. 71F3A9A11F5F8E22001036C8 /* main.m */,
  652. );
  653. name = "Supporting Files";
  654. sourceTree = "<group>";
  655. };
  656. 71F3A9BA1F5F8E89001036C8 /* result */ = {
  657. isa = PBXGroup;
  658. children = (
  659. 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */,
  660. 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */,
  661. 71CB70B01FA1BA5E009FDCB7 /* data.json */,
  662. 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */,
  663. 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */,
  664. 4221EFB71FA879470026E1EC /* Result.storyboard */,
  665. );
  666. name = result;
  667. sourceTree = "<group>";
  668. };
  669. 71F3A9BF1F5FA109001036C8 /* login */ = {
  670. isa = PBXGroup;
  671. children = (
  672. 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */,
  673. 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */,
  674. 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */,
  675. 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */,
  676. 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */,
  677. 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */,
  678. 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */,
  679. 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */,
  680. 71FF602A1FA802AB00C5523A /* loginUI.json */,
  681. );
  682. name = login;
  683. sourceTree = "<group>";
  684. };
  685. 71F3A9D31F5FA2E0001036C8 /* network */ = {
  686. isa = PBXGroup;
  687. children = (
  688. 71F3A9F71F5FA688001036C8 /* Reachability.h */,
  689. 71F3A9F81F5FA688001036C8 /* Reachability.m */,
  690. 71E9F6C71F8C5CCA0052C78E /* NetworkUtils.h */,
  691. 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */,
  692. 71F3A9D71F5FA3B9001036C8 /* RANetwork.h */,
  693. 71F3A9D81F5FA3B9001036C8 /* RANetwork.m */,
  694. 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */,
  695. 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */,
  696. 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */,
  697. 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */,
  698. );
  699. name = network;
  700. sourceTree = "<group>";
  701. };
  702. 71F3A9DD1F5FA479001036C8 /* utils */ = {
  703. isa = PBXGroup;
  704. children = (
  705. 71F3A9FD1F5FDDF3001036C8 /* AES */,
  706. 71F3A9E41F5FA54A001036C8 /* zip */,
  707. 71F3A9DE1F5FA484001036C8 /* RAUtils.h */,
  708. 71F3A9DF1F5FA484001036C8 /* RAUtils.m */,
  709. 71F3AA661F624E19001036C8 /* JKTimerManager.h */,
  710. 71F3AA671F624E19001036C8 /* JKTimerManager.m */,
  711. 71F3AA841F626E14001036C8 /* RAConvertor.h */,
  712. 71F3AA851F626E14001036C8 /* RAConvertor.m */,
  713. 71F3AA871F62732A001036C8 /* FileCache.h */,
  714. 71F3AA881F62732A001036C8 /* FileCache.m */,
  715. );
  716. name = utils;
  717. sourceTree = "<group>";
  718. };
  719. 71F3A9E41F5FA54A001036C8 /* zip */ = {
  720. isa = PBXGroup;
  721. children = (
  722. 71F3A9E51F5FA557001036C8 /* crypt.h */,
  723. 71F3A9E61F5FA557001036C8 /* ioapi.c */,
  724. 71F3A9E71F5FA557001036C8 /* ioapi.h */,
  725. 71F3A9E81F5FA557001036C8 /* mztools.c */,
  726. 71F3A9E91F5FA557001036C8 /* mztools.h */,
  727. 71F3A9EA1F5FA557001036C8 /* unzip.c */,
  728. 71F3A9EB1F5FA557001036C8 /* zip.c */,
  729. 71F3A9EC1F5FA557001036C8 /* zip.h */,
  730. 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */,
  731. 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */,
  732. );
  733. name = zip;
  734. sourceTree = "<group>";
  735. };
  736. 71F3A9F41F5FA64E001036C8 /* Frameworks */ = {
  737. isa = PBXGroup;
  738. children = (
  739. 71F3A9F51F5FA64F001036C8 /* libz.tbd */,
  740. );
  741. name = Frameworks;
  742. sourceTree = "<group>";
  743. };
  744. 71F3A9FD1F5FDDF3001036C8 /* AES */ = {
  745. isa = PBXGroup;
  746. children = (
  747. 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */,
  748. 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */,
  749. 71F3AA001F5FDDFE001036C8 /* LICENSE */,
  750. 71F3AA011F5FDDFE001036C8 /* NSData+Base64.h */,
  751. 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */,
  752. 71F3AA031F5FDDFE001036C8 /* NSData+CommonCrypto.h */,
  753. 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */,
  754. 71F3AA051F5FDDFE001036C8 /* NSString+Base64.h */,
  755. 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */,
  756. );
  757. name = AES;
  758. sourceTree = "<group>";
  759. };
  760. 71F3AA131F612347001036C8 /* commonUI */ = {
  761. isa = PBXGroup;
  762. children = (
  763. 71F3AA601F624B2F001036C8 /* BundleModelCell.h */,
  764. 71F3AA611F624B2F001036C8 /* BundleModelCell.m */,
  765. 71F3AA621F624B2F001036C8 /* BundleModelViewController.h */,
  766. 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */,
  767. 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */,
  768. 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */,
  769. 71F3AA471F61240A001036C8 /* customUI */,
  770. 71F3AA141F612350001036C8 /* commonEditor */,
  771. );
  772. name = commonUI;
  773. sourceTree = "<group>";
  774. };
  775. 71F3AA141F612350001036C8 /* commonEditor */ = {
  776. isa = PBXGroup;
  777. children = (
  778. 42D8CD5B1FC662E7005BEA15 /* CommonEditorTableContainerView.h */,
  779. 42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */,
  780. 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */,
  781. 71F3AA151F612369001036C8 /* CommonEditor.storyboard */,
  782. 42DFAE601F9B2A01009AFCCC /* ActionCell */,
  783. 42DFAE611F9B2A13009AFCCC /* EditCell */,
  784. 42DFAE621F9B2A28009AFCCC /* EnumCell */,
  785. 42DFAE631F9B2A3C009AFCCC /* ImageCell */,
  786. 42DFAE641F9B2A49009AFCCC /* LabelCell */,
  787. 42DFAE651F9B2A58009AFCCC /* MActionCell */,
  788. 42DFAE661F9B2A66009AFCCC /* ModelCell */,
  789. 42DFAE671F9B2A71009AFCCC /* SignatureCell */,
  790. 42DFAE681F9B2A7F009AFCCC /* SwitchCell */,
  791. 42DFAE691F9B2A90009AFCCC /* TextViewCell */,
  792. 42973ACD1FBA8EFA00A3C164 /* RangeCell */,
  793. 42DBCB0E1FBEC055005574E0 /* WebCell */,
  794. 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */,
  795. 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */,
  796. 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */,
  797. 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */,
  798. 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */,
  799. 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */,
  800. 71F3AA301F612369001036C8 /* EnumSelectViewController.h */,
  801. 71F3AA311F612369001036C8 /* EnumSelectViewController.m */,
  802. 42973AD91FBABADD00A3C164 /* EnumSelectAndSort */,
  803. 71F3AA321F612369001036C8 /* MonthPickerViewController.h */,
  804. 71F3AA331F612369001036C8 /* MonthPickerViewController.m */,
  805. 71F3AA341F612369001036C8 /* SRMonthPicker.h */,
  806. 71F3AA351F612369001036C8 /* SRMonthPicker.m */,
  807. );
  808. name = commonEditor;
  809. sourceTree = "<group>";
  810. };
  811. 71F3AA471F61240A001036C8 /* customUI */ = {
  812. isa = PBXGroup;
  813. children = (
  814. 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */,
  815. 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */,
  816. 71F3AA511F6125ED001036C8 /* ImageViewController.h */,
  817. 71F3AA521F6125ED001036C8 /* ImageViewController.m */,
  818. 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */,
  819. 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */,
  820. 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */,
  821. 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */,
  822. 71F3AA481F612415001036C8 /* RTLabel.h */,
  823. 71F3AA491F612415001036C8 /* RTLabel.m */,
  824. );
  825. name = customUI;
  826. sourceTree = "<group>";
  827. };
  828. 71F3AA541F624A78001036C8 /* signature */ = {
  829. isa = PBXGroup;
  830. children = (
  831. 71F3AA551F624A88001036C8 /* signature.storyboard */,
  832. 71F3AA561F624A88001036C8 /* SignatureView.h */,
  833. 71F3AA571F624A88001036C8 /* SignatureView.m */,
  834. 71F3AA581F624A88001036C8 /* SignatureViewController.h */,
  835. 71F3AA591F624A88001036C8 /* SignatureViewController.m */,
  836. );
  837. name = signature;
  838. sourceTree = "<group>";
  839. };
  840. 71F3AA8A1F627676001036C8 /* appearance */ = {
  841. isa = PBXGroup;
  842. children = (
  843. 71F3AA8E1F6276B0001036C8 /* default_appearance.json */,
  844. 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */,
  845. 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */,
  846. 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */,
  847. 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */,
  848. );
  849. name = appearance;
  850. sourceTree = "<group>";
  851. };
  852. 71FF602C1FA8074300C5523A /* doc */ = {
  853. isa = PBXGroup;
  854. children = (
  855. 71FF602D1FA8076700C5523A /* RA Mobile.txt */,
  856. );
  857. name = doc;
  858. path = "RedAnt Mobile";
  859. sourceTree = "<group>";
  860. };
  861. /* End PBXGroup section */
  862. /* Begin PBXNativeTarget section */
  863. 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */ = {
  864. isa = PBXNativeTarget;
  865. buildConfigurationList = 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */;
  866. buildPhases = (
  867. 71F3A9991F5F8E22001036C8 /* Sources */,
  868. 71F3A99A1F5F8E22001036C8 /* Frameworks */,
  869. 71F3A99B1F5F8E22001036C8 /* Resources */,
  870. );
  871. buildRules = (
  872. );
  873. dependencies = (
  874. );
  875. name = "RedAnt Mobile";
  876. productName = "RedAnt Mobile";
  877. productReference = 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */;
  878. productType = "com.apple.product-type.application";
  879. };
  880. /* End PBXNativeTarget section */
  881. /* Begin PBXProject section */
  882. 71F3A9951F5F8E22001036C8 /* Project object */ = {
  883. isa = PBXProject;
  884. attributes = {
  885. LastUpgradeCheck = 0900;
  886. ORGANIZATIONNAME = Ray;
  887. TargetAttributes = {
  888. 71F3A99C1F5F8E22001036C8 = {
  889. CreatedOnToolsVersion = 8.3.2;
  890. DevelopmentTeam = HXWLAA5YN5;
  891. ProvisioningStyle = Automatic;
  892. };
  893. };
  894. };
  895. buildConfigurationList = 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */;
  896. compatibilityVersion = "Xcode 3.2";
  897. developmentRegion = English;
  898. hasScannedForEncodings = 0;
  899. knownRegions = (
  900. en,
  901. Base,
  902. );
  903. mainGroup = 71F3A9941F5F8E22001036C8;
  904. productRefGroup = 71F3A99E1F5F8E22001036C8 /* Products */;
  905. projectDirPath = "";
  906. projectRoot = "";
  907. targets = (
  908. 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */,
  909. );
  910. };
  911. /* End PBXProject section */
  912. /* Begin PBXResourcesBuildPhase section */
  913. 71F3A99B1F5F8E22001036C8 /* Resources */ = {
  914. isa = PBXResourcesBuildPhase;
  915. buildActionMask = 2147483647;
  916. files = (
  917. 42973AD81FBAB9C300A3C164 /* EnumSelectAndSort.storyboard in Resources */,
  918. 42DBCB131FBEC0E1005574E0 /* Phone_Web_Cell.xib in Resources */,
  919. 7197D4041FB438B60063EFBB /* demo_row.pdf in Resources */,
  920. 71FF60371FA96F4F00C5523A /* download_query.xls in Resources */,
  921. 7197D41A1FBC1BE80063EFBB /* Detail.storyboard in Resources */,
  922. 71FF60321FA871DD00C5523A /* data.json in Resources */,
  923. 7197D41C1FBD1CD60063EFBB /* kv.json in Resources */,
  924. 7197D40A1FB58E530063EFBB /* search_ui.json in Resources */,
  925. 71FF60331FA871DD00C5523A /* layout.json in Resources */,
  926. 42DFAE6B1F9B2B73009AFCCC /* Phone_Action_Cell.xib in Resources */,
  927. 71CB70B41FA1CCDB009FDCB7 /* server.json in Resources */,
  928. 42DFAE791F9B2CBD009AFCCC /* Phone_Signature_Cell.xib in Resources */,
  929. 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */,
  930. 42DFAE711F9B2C36009AFCCC /* Phone_Image_Cell.xib in Resources */,
  931. 42973AD61FBA8F4A00A3C164 /* Phone_Range_Cell.xib in Resources */,
  932. 42DFAE7D1F9B2D02009AFCCC /* Phone_TextView_Cell.xib in Resources */,
  933. 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */,
  934. 71FF602B1FA802AB00C5523A /* loginUI.json in Resources */,
  935. 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */,
  936. 4221EF9F1FA81E150026E1EC /* RAPredefQuery.storyboard in Resources */,
  937. 42DFAE771F9B2C9B009AFCCC /* Phone_Model_Cell.xib in Resources */,
  938. 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */,
  939. 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */,
  940. 42DFAE6D1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib in Resources */,
  941. 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */,
  942. 42DFAE731F9B2C67009AFCCC /* Phone_Label_Cell.xib in Resources */,
  943. 42DFAE751F9B2C83009AFCCC /* Phone_MAction_Cell.xib in Resources */,
  944. 42DFAE6F1F9B2C18009AFCCC /* Phone_Enum_Cell.xib in Resources */,
  945. 4221EFA11FA81E580026E1EC /* RAQuery.storyboard in Resources */,
  946. 42DFAE7B1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib in Resources */,
  947. 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */,
  948. 71F3A9C91F5FA11F001036C8 /* login.json in Resources */,
  949. 7197D4211FBEADCB0063EFBB /* orderdetail.json in Resources */,
  950. 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */,
  951. 71FF602F1FA8449C00C5523A /* predef_query.json in Resources */,
  952. 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */,
  953. 4221EFB81FA879470026E1EC /* Result.storyboard in Resources */,
  954. );
  955. runOnlyForDeploymentPostprocessing = 0;
  956. };
  957. /* End PBXResourcesBuildPhase section */
  958. /* Begin PBXSourcesBuildPhase section */
  959. 71F3A9991F5F8E22001036C8 /* Sources */ = {
  960. isa = PBXSourcesBuildPhase;
  961. buildActionMask = 2147483647;
  962. files = (
  963. 4221EFB61FA859B80026E1EC /* JLRefreshFooter.m in Sources */,
  964. 4221EFB21FA8599A0026E1EC /* JLRefreshHeader.m in Sources */,
  965. 4221EFB31FA8599A0026E1EC /* JLRefreshBasis.m in Sources */,
  966. 4221EFB41FA8599A0026E1EC /* UIScrollView+JLRefresh.m in Sources */,
  967. 4221EFB51FA8599A0026E1EC /* UIView+JLExtension.m in Sources */,
  968. 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */,
  969. 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */,
  970. 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */,
  971. 71F3A9A81F5F8E22001036C8 /* RARootViewController.m in Sources */,
  972. 7197D40E1FBBE1260063EFBB /* KVViewController.m in Sources */,
  973. 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */,
  974. 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */,
  975. 42973AD71FBA8F4A00A3C164 /* CommonEditorRangeCell.m in Sources */,
  976. 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */,
  977. 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */,
  978. 71F3A9F01F5FA557001036C8 /* zip.c in Sources */,
  979. 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */,
  980. 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */,
  981. 71F3AA891F62732A001036C8 /* FileCache.m in Sources */,
  982. 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */,
  983. 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */,
  984. 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */,
  985. 4221EF9A1FA81D070026E1EC /* RAPredefQueryViewController.m in Sources */,
  986. 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */,
  987. 7197D4081FB57E270063EFBB /* SearchViewController.m in Sources */,
  988. 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */,
  989. 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */,
  990. 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */,
  991. 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */,
  992. 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */,
  993. 71FF60251FA7209F00C5523A /* EnumSelectAndSortViewController.m in Sources */,
  994. 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */,
  995. 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */,
  996. 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */,
  997. 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */,
  998. 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */,
  999. 4221EF931FA813030026E1EC /* RARootModeCell.m in Sources */,
  1000. 71F3A9E01F5FA484001036C8 /* RAUtils.m in Sources */,
  1001. 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */,
  1002. 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */,
  1003. 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */,
  1004. 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */,
  1005. 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */,
  1006. 4221EF961FA814400026E1EC /* RARootNavigationController.m in Sources */,
  1007. 71F3A9A21F5F8E22001036C8 /* main.m in Sources */,
  1008. 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */,
  1009. 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */,
  1010. 71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */,
  1011. 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */,
  1012. 7197D4121FBBE1490063EFBB /* ModelDetailViewController.m in Sources */,
  1013. 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */,
  1014. 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */,
  1015. 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */,
  1016. 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */,
  1017. 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */,
  1018. 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */,
  1019. 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */,
  1020. 7197D4181FBC10710063EFBB /* DetailKVCell.m in Sources */,
  1021. 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */,
  1022. 7197D41F1FBD2EA60063EFBB /* LineView.m in Sources */,
  1023. 7197D4151FBBE1610063EFBB /* OrderDetailViewController.m in Sources */,
  1024. 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */,
  1025. 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */,
  1026. 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */,
  1027. 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */,
  1028. 42D8CD5C1FC662E7005BEA15 /* CommonEditorTableContainerView.m in Sources */,
  1029. 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */,
  1030. 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */,
  1031. 71F3A9D91F5FA3B9001036C8 /* RANetwork.m in Sources */,
  1032. 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */,
  1033. 42F2EB3E1FA80EDC00BC6468 /* RAModel.m in Sources */,
  1034. 4221EF9D1FA81D5B0026E1EC /* RAQueryViewController.m in Sources */,
  1035. 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */,
  1036. 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */,
  1037. 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */,
  1038. 71FF60291FA7236200C5523A /* EnumModel.m in Sources */,
  1039. 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */,
  1040. 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */,
  1041. 42973ADC1FBABB7F00A3C164 /* EnumSelectAndSortCell.m in Sources */,
  1042. 42DBCB111FBEC0B7005574E0 /* CommonEditorWebCell.m in Sources */,
  1043. 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */,
  1044. );
  1045. runOnlyForDeploymentPostprocessing = 0;
  1046. };
  1047. /* End PBXSourcesBuildPhase section */
  1048. /* Begin PBXVariantGroup section */
  1049. 71F3A9A91F5F8E22001036C8 /* Main.storyboard */ = {
  1050. isa = PBXVariantGroup;
  1051. children = (
  1052. 71F3A9AA1F5F8E22001036C8 /* Base */,
  1053. );
  1054. name = Main.storyboard;
  1055. sourceTree = "<group>";
  1056. };
  1057. 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */ = {
  1058. isa = PBXVariantGroup;
  1059. children = (
  1060. 71F3A9AF1F5F8E22001036C8 /* Base */,
  1061. );
  1062. name = LaunchScreen.storyboard;
  1063. sourceTree = "<group>";
  1064. };
  1065. /* End PBXVariantGroup section */
  1066. /* Begin XCBuildConfiguration section */
  1067. 71F3A9B21F5F8E22001036C8 /* Debug */ = {
  1068. isa = XCBuildConfiguration;
  1069. buildSettings = {
  1070. ALWAYS_SEARCH_USER_PATHS = NO;
  1071. CLANG_ANALYZER_NONNULL = YES;
  1072. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1073. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1074. CLANG_CXX_LIBRARY = "libc++";
  1075. CLANG_ENABLE_MODULES = YES;
  1076. CLANG_ENABLE_OBJC_ARC = YES;
  1077. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1078. CLANG_WARN_BOOL_CONVERSION = YES;
  1079. CLANG_WARN_COMMA = YES;
  1080. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1081. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1082. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1083. CLANG_WARN_EMPTY_BODY = YES;
  1084. CLANG_WARN_ENUM_CONVERSION = YES;
  1085. CLANG_WARN_INFINITE_RECURSION = YES;
  1086. CLANG_WARN_INT_CONVERSION = YES;
  1087. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1088. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1089. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1090. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1091. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1092. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1093. CLANG_WARN_UNREACHABLE_CODE = YES;
  1094. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1095. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1096. COPY_PHASE_STRIP = NO;
  1097. DEBUG_INFORMATION_FORMAT = dwarf;
  1098. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1099. ENABLE_TESTABILITY = YES;
  1100. GCC_C_LANGUAGE_STANDARD = gnu99;
  1101. GCC_DYNAMIC_NO_PIC = NO;
  1102. GCC_NO_COMMON_BLOCKS = YES;
  1103. GCC_OPTIMIZATION_LEVEL = 0;
  1104. GCC_PREPROCESSOR_DEFINITIONS = (
  1105. "DEBUG=1",
  1106. "$(inherited)",
  1107. );
  1108. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1109. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1110. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1111. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1112. GCC_WARN_UNUSED_FUNCTION = YES;
  1113. GCC_WARN_UNUSED_VARIABLE = YES;
  1114. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  1115. MTL_ENABLE_DEBUG_INFO = YES;
  1116. ONLY_ACTIVE_ARCH = YES;
  1117. SDKROOT = iphoneos;
  1118. };
  1119. name = Debug;
  1120. };
  1121. 71F3A9B31F5F8E22001036C8 /* Release */ = {
  1122. isa = XCBuildConfiguration;
  1123. buildSettings = {
  1124. ALWAYS_SEARCH_USER_PATHS = NO;
  1125. CLANG_ANALYZER_NONNULL = YES;
  1126. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1127. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1128. CLANG_CXX_LIBRARY = "libc++";
  1129. CLANG_ENABLE_MODULES = YES;
  1130. CLANG_ENABLE_OBJC_ARC = YES;
  1131. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1132. CLANG_WARN_BOOL_CONVERSION = YES;
  1133. CLANG_WARN_COMMA = YES;
  1134. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1135. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1136. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1137. CLANG_WARN_EMPTY_BODY = YES;
  1138. CLANG_WARN_ENUM_CONVERSION = YES;
  1139. CLANG_WARN_INFINITE_RECURSION = YES;
  1140. CLANG_WARN_INT_CONVERSION = YES;
  1141. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1142. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1143. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1144. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1145. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1146. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1147. CLANG_WARN_UNREACHABLE_CODE = YES;
  1148. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1149. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1150. COPY_PHASE_STRIP = NO;
  1151. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1152. ENABLE_NS_ASSERTIONS = NO;
  1153. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1154. GCC_C_LANGUAGE_STANDARD = gnu99;
  1155. GCC_NO_COMMON_BLOCKS = YES;
  1156. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1157. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1158. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1159. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1160. GCC_WARN_UNUSED_FUNCTION = YES;
  1161. GCC_WARN_UNUSED_VARIABLE = YES;
  1162. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  1163. MTL_ENABLE_DEBUG_INFO = NO;
  1164. SDKROOT = iphoneos;
  1165. VALIDATE_PRODUCT = YES;
  1166. };
  1167. name = Release;
  1168. };
  1169. 71F3A9B51F5F8E22001036C8 /* Debug */ = {
  1170. isa = XCBuildConfiguration;
  1171. buildSettings = {
  1172. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1173. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1174. INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
  1175. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  1176. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1177. ONLY_ACTIVE_ARCH = YES;
  1178. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
  1179. PRODUCT_NAME = "$(TARGET_NAME)";
  1180. };
  1181. name = Debug;
  1182. };
  1183. 71F3A9B61F5F8E22001036C8 /* Release */ = {
  1184. isa = XCBuildConfiguration;
  1185. buildSettings = {
  1186. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1187. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1188. INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
  1189. IPHONEOS_DEPLOYMENT_TARGET = 10.3;
  1190. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1191. ONLY_ACTIVE_ARCH = NO;
  1192. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
  1193. PRODUCT_NAME = "$(TARGET_NAME)";
  1194. };
  1195. name = Release;
  1196. };
  1197. /* End XCBuildConfiguration section */
  1198. /* Begin XCConfigurationList section */
  1199. 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */ = {
  1200. isa = XCConfigurationList;
  1201. buildConfigurations = (
  1202. 71F3A9B21F5F8E22001036C8 /* Debug */,
  1203. 71F3A9B31F5F8E22001036C8 /* Release */,
  1204. );
  1205. defaultConfigurationIsVisible = 0;
  1206. defaultConfigurationName = Release;
  1207. };
  1208. 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */ = {
  1209. isa = XCConfigurationList;
  1210. buildConfigurations = (
  1211. 71F3A9B51F5F8E22001036C8 /* Debug */,
  1212. 71F3A9B61F5F8E22001036C8 /* Release */,
  1213. );
  1214. defaultConfigurationIsVisible = 0;
  1215. defaultConfigurationName = Release;
  1216. };
  1217. /* End XCConfigurationList section */
  1218. };
  1219. rootObject = 71F3A9951F5F8E22001036C8 /* Project object */;
  1220. }