project.pbxproj 128 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3C35977E255521420092D740 /* ytplayer.html in Resources */ = {isa = PBXBuildFile; fileRef = 3C35977B255521420092D740 /* ytplayer.html */; };
  10. 3C35977F255521420092D740 /* RAYTPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C35977D255521420092D740 /* RAYTPlayer.m */; };
  11. 3C359783255521760092D740 /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C359782255521760092D740 /* RAUtils.m */; };
  12. 3C359787255521C00092D740 /* UIImage+RedAnt.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C359785255521C00092D740 /* UIImage+RedAnt.m */; };
  13. 3C9BED1823740CAA0052241C /* RATakePhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9BED1223740CAA0052241C /* RATakePhotoPreviewController.m */; };
  14. 3C9BED1923740CAA0052241C /* Camera.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C9BED1323740CAA0052241C /* Camera.storyboard */; };
  15. 3C9BED1A23740CAA0052241C /* camera.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3C9BED1423740CAA0052241C /* camera.xcassets */; };
  16. 3C9BED1B23740CAA0052241C /* RACameraViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9BED1523740CAA0052241C /* RACameraViewController.m */; };
  17. 3C9BED2123740D500052241C /* RAQRCodeScannerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9BED2023740D4F0052241C /* RAQRCodeScannerViewController.m */; };
  18. 3C9BED2423740DC00052241C /* RAPhotoPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9BED2223740DC00052241C /* RAPhotoPreviewController.m */; };
  19. 3C9BED2723740E2A0052241C /* RAPhotoPreviewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C9BED2623740E2A0052241C /* RAPhotoPreviewModel.m */; };
  20. 4221EF931FA813030026E1EC /* RAModeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EF921FA813030026E1EC /* RAModeCell.m */; };
  21. 4221EF9A1FA81D070026E1EC /* RAPredefQueryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EF991FA81D070026E1EC /* RAPredefQueryViewController.m */; };
  22. 4221EF9D1FA81D5B0026E1EC /* RAQueryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EF9C1FA81D5B0026E1EC /* RAQueryViewController.m */; };
  23. 4221EF9F1FA81E150026E1EC /* RAPredefQuery.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4221EF9E1FA81E150026E1EC /* RAPredefQuery.storyboard */; };
  24. 4221EFA11FA81E580026E1EC /* RAQuery.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4221EFA01FA81E580026E1EC /* RAQuery.storyboard */; };
  25. 4221EFB21FA8599A0026E1EC /* JLRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFAB1FA853660026E1EC /* JLRefreshHeader.m */; };
  26. 4221EFB31FA8599A0026E1EC /* JLRefreshBasis.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFAD1FA853660026E1EC /* JLRefreshBasis.m */; };
  27. 4221EFB41FA8599A0026E1EC /* UIScrollView+JLRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFAF1FA853660026E1EC /* UIScrollView+JLRefresh.m */; };
  28. 4221EFB51FA8599A0026E1EC /* UIView+JLExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFB11FA853660026E1EC /* UIView+JLExtension.m */; };
  29. 4221EFB61FA859B80026E1EC /* JLRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 4221EFA81FA853660026E1EC /* JLRefreshFooter.m */; };
  30. 4221EFB81FA879470026E1EC /* Result.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4221EFB71FA879470026E1EC /* Result.storyboard */; };
  31. 42973AD61FBA8F4A00A3C164 /* Phone_Range_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42973AD41FBA8F4900A3C164 /* Phone_Range_Cell.xib */; };
  32. 42973AD71FBA8F4A00A3C164 /* CommonEditorRangeCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */; };
  33. 42973AD81FBAB9C300A3C164 /* EnumSelectAndSort.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */; };
  34. 42973ADC1FBABB7F00A3C164 /* EnumSelectAndSortCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */; };
  35. 42A7EA6D20609DEE002EF939 /* RAResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A7EA6C20609DEE002EF939 /* RAResultViewController.m */; };
  36. 42A7EA7220609F70002EF939 /* Result.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42A7EA6E20609F6F002EF939 /* Result.xib */; };
  37. 42A7EA7320609F70002EF939 /* MyQLPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A7EA7020609F6F002EF939 /* MyQLPreviewController.m */; };
  38. 42A7EA7420609F70002EF939 /* ResultCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42A7EA7120609F70002EF939 /* ResultCell.xib */; };
  39. 42A7EA772060AF56002EF939 /* ResultCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42A7EA762060AF56002EF939 /* ResultCell.m */; };
  40. 42D64C921FD0FAA4003F49F9 /* CommonEditorBannerItemCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64C8D1FD0FAA3003F49F9 /* CommonEditorBannerItemCell.m */; };
  41. 42D64C931FD0FAA4003F49F9 /* CommonEditorBannerCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64C8F1FD0FAA3003F49F9 /* CommonEditorBannerCell.m */; };
  42. 42D64C941FD0FAA4003F49F9 /* Phone_Banner_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42D64C901FD0FAA3003F49F9 /* Phone_Banner_Cell.xib */; };
  43. 42D64C951FD0FAA4003F49F9 /* Phone_Banner_Item_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42D64C911FD0FAA3003F49F9 /* Phone_Banner_Item_Cell.xib */; };
  44. 42D64CB61FD0FEB5003F49F9 /* ContentPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64CAE1FD0FEB4003F49F9 /* ContentPreviewController.m */; };
  45. 42D64CB71FD0FEB5003F49F9 /* PhotoList.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 42D64CB01FD0FEB4003F49F9 /* PhotoList.storyboard */; };
  46. 42D64CB81FD0FEB5003F49F9 /* PhotoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64CB31FD0FEB4003F49F9 /* PhotoPreviewCell.m */; };
  47. 42D64CB91FD0FEB5003F49F9 /* VideoPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D64CB51FD0FEB4003F49F9 /* VideoPreviewCell.m */; };
  48. 42D8CD5C1FC662E7005BEA15 /* CommonEditorTableContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */; };
  49. 42DBCB111FBEC0B7005574E0 /* CommonEditorWebCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 42DBCB101FBEC0B7005574E0 /* CommonEditorWebCell.m */; };
  50. 42DBCB131FBEC0E1005574E0 /* Phone_Web_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DBCB121FBEC0E1005574E0 /* Phone_Web_Cell.xib */; };
  51. 42DFAE6B1F9B2B73009AFCCC /* Phone_Action_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */; };
  52. 42DFAE6D1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */; };
  53. 42DFAE6F1F9B2C18009AFCCC /* Phone_Enum_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */; };
  54. 42DFAE711F9B2C36009AFCCC /* Phone_Image_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE701F9B2C36009AFCCC /* Phone_Image_Cell.xib */; };
  55. 42DFAE731F9B2C67009AFCCC /* Phone_Label_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE721F9B2C67009AFCCC /* Phone_Label_Cell.xib */; };
  56. 42DFAE751F9B2C83009AFCCC /* Phone_MAction_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE741F9B2C83009AFCCC /* Phone_MAction_Cell.xib */; };
  57. 42DFAE771F9B2C9B009AFCCC /* Phone_Model_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE761F9B2C9B009AFCCC /* Phone_Model_Cell.xib */; };
  58. 42DFAE791F9B2CBD009AFCCC /* Phone_Signature_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE781F9B2CBD009AFCCC /* Phone_Signature_Cell.xib */; };
  59. 42DFAE7B1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE7A1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib */; };
  60. 42DFAE7D1F9B2D02009AFCCC /* Phone_TextView_Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 42DFAE7C1F9B2D02009AFCCC /* Phone_TextView_Cell.xib */; };
  61. 7102C13B1FCC0FF70062A67A /* ImageUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7102C1391FCC0FF60062A67A /* ImageUtils.m */; };
  62. 714590FE1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 714590FB1FE36D98007FD0A4 /* CommonEditorAutoCompleteView.m */; };
  63. 714590FF1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 714590FC1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.xib */; };
  64. 714591081FEB8E68007FD0A4 /* MDHTMLLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 714591071FEB8E67007FD0A4 /* MDHTMLLabel.m */; };
  65. 716780411FCC0A2900FE2784 /* cam_scan.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 716780401FCC0A2900FE2784 /* cam_scan.storyboard */; };
  66. 7167804C1FCC0B0000FE2784 /* MenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780421FCC0AFF00FE2784 /* MenuViewController.m */; };
  67. 7167804D1FCC0B0000FE2784 /* RAMenu.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780431FCC0AFF00FE2784 /* RAMenu.m */; };
  68. 7167804E1FCC0B0000FE2784 /* SCShapeView.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780461FCC0AFF00FE2784 /* SCShapeView.m */; };
  69. 7167804F1FCC0B0000FE2784 /* ScannerControllerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780491FCC0AFF00FE2784 /* ScannerControllerView.m */; };
  70. 716780501FCC0B0000FE2784 /* ScannerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7167804A1FCC0AFF00FE2784 /* ScannerViewController.m */; };
  71. 716780531FCC0C4F00FE2784 /* UIImage+fixOrientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780521FCC0C4E00FE2784 /* UIImage+fixOrientation.m */; };
  72. 716780561FCC0C6D00FE2784 /* UIView+Toast.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780541FCC0C6D00FE2784 /* UIView+Toast.m */; };
  73. 7167805C1FCC0D0900FE2784 /* RAUploadManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780581FCC0D0800FE2784 /* RAUploadManager.m */; };
  74. 7167805D1FCC0D0900FE2784 /* RAUploadOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7167805A1FCC0D0800FE2784 /* RAUploadOperation.m */; };
  75. 716780631FCC0D3700FE2784 /* Upload.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7167805E1FCC0D3700FE2784 /* Upload.storyboard */; };
  76. 716780641FCC0D3700FE2784 /* UploadSettingController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7167805F1FCC0D3700FE2784 /* UploadSettingController.m */; };
  77. 716780651FCC0D3700FE2784 /* UploadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780611FCC0D3700FE2784 /* UploadViewController.m */; };
  78. 716780681FCC0D4400FE2784 /* UploadCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 716780661FCC0D4400FE2784 /* UploadCell.m */; };
  79. 7197D4041FB438B60063EFBB /* demo_row.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4031FB4388F0063EFBB /* demo_row.pdf */; };
  80. 7197D4081FB57E270063EFBB /* SearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4071FB57E270063EFBB /* SearchViewController.m */; };
  81. 7197D40A1FB58E530063EFBB /* search_ui.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4091FB58E530063EFBB /* search_ui.json */; };
  82. 7197D40E1FBBE1260063EFBB /* KVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D40D1FBBE1260063EFBB /* KVViewController.m */; };
  83. 7197D4121FBBE1490063EFBB /* ModelDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4111FBBE1490063EFBB /* ModelDetailViewController.m */; };
  84. 7197D4151FBBE1610063EFBB /* OrderDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4141FBBE1610063EFBB /* OrderDetailViewController.m */; };
  85. 7197D4181FBC10710063EFBB /* DetailKVCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D4171FBC10710063EFBB /* DetailKVCell.m */; };
  86. 7197D41A1FBC1BE80063EFBB /* Detail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4191FBC1BE80063EFBB /* Detail.storyboard */; };
  87. 7197D41C1FBD1CD60063EFBB /* kv.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D41B1FBD1CD60063EFBB /* kv.json */; };
  88. 7197D41F1FBD2EA60063EFBB /* LineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7197D41E1FBD2EA60063EFBB /* LineView.m */; };
  89. 7197D4211FBEADCB0063EFBB /* orderdetail.json in Resources */ = {isa = PBXBuildFile; fileRef = 7197D4201FBEADCB0063EFBB /* orderdetail.json */; };
  90. 71CB70B41FA1CCDB009FDCB7 /* server.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B31FA1CCDB009FDCB7 /* server.json */; };
  91. 71E925CB1FDA688E0037F017 /* query_setting.json in Resources */ = {isa = PBXBuildFile; fileRef = 71E925CA1FDA688E0037F017 /* query_setting.json */; };
  92. 71E925CE1FDA6C0D0037F017 /* SearchSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E925CD1FDA6C0D0037F017 /* SearchSettingViewController.m */; };
  93. 71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */; };
  94. 71F3A9A21F5F8E22001036C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A11F5F8E22001036C8 /* main.m */; };
  95. 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */; };
  96. 71F3A9A81F5F8E22001036C8 /* RAModeListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9A71F5F8E22001036C8 /* RAModeListViewController.m */; };
  97. 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9A91F5F8E22001036C8 /* Main.storyboard */; };
  98. 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */; };
  99. 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */; };
  100. 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */; };
  101. 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */; };
  102. 71F3A9C91F5FA11F001036C8 /* login.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3A9C01F5FA11F001036C8 /* login.json */; };
  103. 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */; };
  104. 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */; };
  105. 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */; };
  106. 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */; };
  107. 71F3A9D91F5FA3B9001036C8 /* RANetwork.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9D81F5FA3B9001036C8 /* RANetwork.m */; };
  108. 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */; };
  109. 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */; };
  110. 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E61F5FA557001036C8 /* ioapi.c */; };
  111. 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9E81F5FA557001036C8 /* mztools.c */; };
  112. 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EA1F5FA557001036C8 /* unzip.c */; };
  113. 71F3A9F01F5FA557001036C8 /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9EB1F5FA557001036C8 /* zip.c */; };
  114. 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */; };
  115. 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 71F3A9F51F5FA64F001036C8 /* libz.tbd */; };
  116. 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9F81F5FA688001036C8 /* Reachability.m */; };
  117. 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */; };
  118. 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */; };
  119. 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA001F5FDDFE001036C8 /* LICENSE */; };
  120. 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */; };
  121. 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */; };
  122. 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */; };
  123. 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */; };
  124. 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA0F1F611FC4001036C8 /* testViewController.m */; };
  125. 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA101F611FC4001036C8 /* testViewController.xib */; };
  126. 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA151F612369001036C8 /* CommonEditor.storyboard */; };
  127. 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */; };
  128. 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */; };
  129. 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */; };
  130. 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */; };
  131. 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */; };
  132. 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */; };
  133. 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */; };
  134. 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */; };
  135. 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */; };
  136. 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */; };
  137. 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */; };
  138. 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */; };
  139. 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */; };
  140. 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA311F612369001036C8 /* EnumSelectViewController.m */; };
  141. 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA331F612369001036C8 /* MonthPickerViewController.m */; };
  142. 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA351F612369001036C8 /* SRMonthPicker.m */; };
  143. 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA491F612415001036C8 /* RTLabel.m */; };
  144. 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */; };
  145. 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */; };
  146. 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA521F6125ED001036C8 /* ImageViewController.m */; };
  147. 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA551F624A88001036C8 /* signature.storyboard */; };
  148. 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA571F624A88001036C8 /* SignatureView.m */; };
  149. 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA591F624A88001036C8 /* SignatureViewController.m */; };
  150. 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */; };
  151. 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA611F624B2F001036C8 /* BundleModelCell.m */; };
  152. 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */; };
  153. 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA671F624E19001036C8 /* JKTimerManager.m */; };
  154. 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */; };
  155. 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */; };
  156. 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA821F6263B2001036C8 /* MainViewController.m */; };
  157. 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA851F626E14001036C8 /* RAConvertor.m */; };
  158. 71F3AA891F62732A001036C8 /* FileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA881F62732A001036C8 /* FileCache.m */; };
  159. 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */ = {isa = PBXBuildFile; fileRef = 71F3AA8E1F6276B0001036C8 /* default_appearance.json */; };
  160. 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */; };
  161. 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */ = {isa = PBXBuildFile; fileRef = 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */; };
  162. 71FF60251FA7209F00C5523A /* EnumSelectAndSortViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */; };
  163. 71FF60291FA7236200C5523A /* EnumModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 71FF60281FA7236200C5523A /* EnumModel.m */; };
  164. 71FF602B1FA802AB00C5523A /* loginUI.json in Resources */ = {isa = PBXBuildFile; fileRef = 71FF602A1FA802AB00C5523A /* loginUI.json */; };
  165. 71FF602F1FA8449C00C5523A /* predef_query.json in Resources */ = {isa = PBXBuildFile; fileRef = 71FF602E1FA8449C00C5523A /* predef_query.json */; };
  166. 71FF60321FA871DD00C5523A /* data.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B01FA1BA5E009FDCB7 /* data.json */; };
  167. 71FF60331FA871DD00C5523A /* layout.json in Resources */ = {isa = PBXBuildFile; fileRef = 71CB70B11FA1BA5E009FDCB7 /* layout.json */; };
  168. 71FF60371FA96F4F00C5523A /* download_query.xls in Resources */ = {isa = PBXBuildFile; fileRef = 71FF60361FA96EEE00C5523A /* download_query.xls */; };
  169. /* End PBXBuildFile section */
  170. /* Begin PBXFileReference section */
  171. 3C35977B255521420092D740 /* ytplayer.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = ytplayer.html; path = ../../../common/Youtube/ytplayer.html; sourceTree = "<group>"; };
  172. 3C35977C255521420092D740 /* RAYTPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAYTPlayer.h; path = ../../../common/Youtube/RAYTPlayer.h; sourceTree = "<group>"; };
  173. 3C35977D255521420092D740 /* RAYTPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAYTPlayer.m; path = ../../../common/Youtube/RAYTPlayer.m; sourceTree = "<group>"; };
  174. 3C359781255521760092D740 /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = ../../common/RAUtils.h; sourceTree = "<group>"; };
  175. 3C359782255521760092D740 /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = ../../common/RAUtils.m; sourceTree = "<group>"; };
  176. 3C359785255521C00092D740 /* UIImage+RedAnt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RedAnt.m"; path = "../../common/UIImage/UIImage+RedAnt.m"; sourceTree = "<group>"; };
  177. 3C359786255521C00092D740 /* UIImage+RedAnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImage+RedAnt.h"; path = "../../common/UIImage/UIImage+RedAnt.h"; sourceTree = "<group>"; };
  178. 3C9BED1023740C1B0052241C /* RAPhotoDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = RAPhotoDelegate.h; path = ../../common/InfinitePhoto/Delegate/RAPhotoDelegate.h; sourceTree = "<group>"; };
  179. 3C9BED1123740CAA0052241C /* RACamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RACamera.h; path = ../../common/Camera/RACamera.h; sourceTree = "<group>"; };
  180. 3C9BED1223740CAA0052241C /* RATakePhotoPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RATakePhotoPreviewController.m; path = ../../common/Camera/RATakePhotoPreviewController.m; sourceTree = "<group>"; };
  181. 3C9BED1323740CAA0052241C /* Camera.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Camera.storyboard; path = ../../common/Camera/Camera.storyboard; sourceTree = "<group>"; };
  182. 3C9BED1423740CAA0052241C /* camera.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = camera.xcassets; path = ../../common/Camera/camera.xcassets; sourceTree = "<group>"; };
  183. 3C9BED1523740CAA0052241C /* RACameraViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RACameraViewController.m; path = ../../common/Camera/RACameraViewController.m; sourceTree = "<group>"; };
  184. 3C9BED1623740CAA0052241C /* RATakePhotoPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RATakePhotoPreviewController.h; path = ../../common/Camera/RATakePhotoPreviewController.h; sourceTree = "<group>"; };
  185. 3C9BED1723740CAA0052241C /* RACameraViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RACameraViewController.h; path = ../../common/Camera/RACameraViewController.h; sourceTree = "<group>"; };
  186. 3C9BED1F23740D4F0052241C /* RAQRCodeScannerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAQRCodeScannerViewController.h; path = ../../common/QRCode/RAQRCodeScannerViewController.h; sourceTree = "<group>"; };
  187. 3C9BED2023740D4F0052241C /* RAQRCodeScannerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAQRCodeScannerViewController.m; path = ../../common/QRCode/RAQRCodeScannerViewController.m; sourceTree = "<group>"; };
  188. 3C9BED2223740DC00052241C /* RAPhotoPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAPhotoPreviewController.m; path = ../../common/InfinitePhoto/Controller/RAPhotoPreviewController.m; sourceTree = "<group>"; };
  189. 3C9BED2323740DC00052241C /* RAPhotoPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAPhotoPreviewController.h; path = ../../common/InfinitePhoto/Controller/RAPhotoPreviewController.h; sourceTree = "<group>"; };
  190. 3C9BED2523740E2A0052241C /* RAPhotoPreviewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAPhotoPreviewModel.h; path = "../../RA Image/RA Image/RAPhotoPreviewModel/RAPhotoPreviewModel.h"; sourceTree = "<group>"; };
  191. 3C9BED2623740E2A0052241C /* RAPhotoPreviewModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAPhotoPreviewModel.m; path = "../../RA Image/RA Image/RAPhotoPreviewModel/RAPhotoPreviewModel.m"; sourceTree = "<group>"; };
  192. 4221EF911FA813030026E1EC /* RAModeCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAModeCell.h; sourceTree = "<group>"; };
  193. 4221EF921FA813030026E1EC /* RAModeCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAModeCell.m; sourceTree = "<group>"; };
  194. 4221EF981FA81D070026E1EC /* RAPredefQueryViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAPredefQueryViewController.h; sourceTree = "<group>"; };
  195. 4221EF991FA81D070026E1EC /* RAPredefQueryViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAPredefQueryViewController.m; sourceTree = "<group>"; };
  196. 4221EF9B1FA81D5B0026E1EC /* RAQueryViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAQueryViewController.h; sourceTree = "<group>"; };
  197. 4221EF9C1FA81D5B0026E1EC /* RAQueryViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAQueryViewController.m; sourceTree = "<group>"; };
  198. 4221EF9E1FA81E150026E1EC /* RAPredefQuery.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = RAPredefQuery.storyboard; sourceTree = "<group>"; };
  199. 4221EFA01FA81E580026E1EC /* RAQuery.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = RAQuery.storyboard; sourceTree = "<group>"; };
  200. 4221EFA71FA853660026E1EC /* JLRefreshFooter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JLRefreshFooter.h; sourceTree = "<group>"; };
  201. 4221EFA81FA853660026E1EC /* JLRefreshFooter.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JLRefreshFooter.m; sourceTree = "<group>"; };
  202. 4221EFAA1FA853660026E1EC /* JLRefreshHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JLRefreshHeader.h; sourceTree = "<group>"; };
  203. 4221EFAB1FA853660026E1EC /* JLRefreshHeader.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JLRefreshHeader.m; sourceTree = "<group>"; };
  204. 4221EFAC1FA853660026E1EC /* JLRefreshBasis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = JLRefreshBasis.h; sourceTree = "<group>"; };
  205. 4221EFAD1FA853660026E1EC /* JLRefreshBasis.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = JLRefreshBasis.m; sourceTree = "<group>"; };
  206. 4221EFAE1FA853660026E1EC /* UIScrollView+JLRefresh.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+JLRefresh.h"; sourceTree = "<group>"; };
  207. 4221EFAF1FA853660026E1EC /* UIScrollView+JLRefresh.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+JLRefresh.m"; sourceTree = "<group>"; };
  208. 4221EFB01FA853660026E1EC /* UIView+JLExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+JLExtension.h"; sourceTree = "<group>"; };
  209. 4221EFB11FA853660026E1EC /* UIView+JLExtension.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+JLExtension.m"; sourceTree = "<group>"; };
  210. 4221EFB71FA879470026E1EC /* Result.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Result.storyboard; path = ../../common/customUI/Result.storyboard; sourceTree = "<group>"; };
  211. 42973AD31FBA8F4900A3C164 /* CommonEditorRangeCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorRangeCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorRangeCell.h"; sourceTree = "<group>"; };
  212. 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>"; };
  213. 42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorRangeCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorRangeCell.m"; sourceTree = "<group>"; };
  214. 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>"; };
  215. 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>"; };
  216. 42A7EA6B20609DEE002EF939 /* RAResultViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAResultViewController.h; sourceTree = "<group>"; };
  217. 42A7EA6C20609DEE002EF939 /* RAResultViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAResultViewController.m; sourceTree = "<group>"; };
  218. 42A7EA6E20609F6F002EF939 /* Result.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Result.xib; path = ../../common/customUI/Result.xib; sourceTree = "<group>"; };
  219. 42A7EA6F20609F6F002EF939 /* MyQLPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MyQLPreviewController.h; path = ../../common/customUI/MyQLPreviewController.h; sourceTree = "<group>"; };
  220. 42A7EA7020609F6F002EF939 /* MyQLPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MyQLPreviewController.m; path = ../../common/customUI/MyQLPreviewController.m; sourceTree = "<group>"; };
  221. 42A7EA7120609F70002EF939 /* ResultCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = ResultCell.xib; path = ../../common/customUI/ResultCell.xib; sourceTree = "<group>"; };
  222. 42A7EA752060AF56002EF939 /* ResultCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ResultCell.h; path = ../../common/customUI/ResultCell.h; sourceTree = "<group>"; };
  223. 42A7EA762060AF56002EF939 /* ResultCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ResultCell.m; path = ../../common/customUI/ResultCell.m; sourceTree = "<group>"; };
  224. 42D64C8C1FD0FAA3003F49F9 /* CommonEditorBannerCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorBannerCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorBannerCell.h"; sourceTree = "<group>"; };
  225. 42D64C8D1FD0FAA3003F49F9 /* CommonEditorBannerItemCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorBannerItemCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorBannerItemCell.m"; sourceTree = "<group>"; };
  226. 42D64C8E1FD0FAA3003F49F9 /* CommonEditorBannerItemCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorBannerItemCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorBannerItemCell.h"; sourceTree = "<group>"; };
  227. 42D64C8F1FD0FAA3003F49F9 /* CommonEditorBannerCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorBannerCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorBannerCell.m"; sourceTree = "<group>"; };
  228. 42D64C901FD0FAA3003F49F9 /* Phone_Banner_Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Phone_Banner_Cell.xib; path = "../../RedAnt ERP Mobile/common/CommonEditor/Phone_Banner_Cell.xib"; sourceTree = "<group>"; };
  229. 42D64C911FD0FAA3003F49F9 /* Phone_Banner_Item_Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Phone_Banner_Item_Cell.xib; path = "../../RedAnt ERP Mobile/common/CommonEditor/Phone_Banner_Item_Cell.xib"; sourceTree = "<group>"; };
  230. 42D64CAD1FD0FEB4003F49F9 /* ContentPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentPreviewController.h; sourceTree = "<group>"; };
  231. 42D64CAE1FD0FEB4003F49F9 /* ContentPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContentPreviewController.m; sourceTree = "<group>"; };
  232. 42D64CB01FD0FEB4003F49F9 /* PhotoList.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = PhotoList.storyboard; sourceTree = "<group>"; };
  233. 42D64CB21FD0FEB4003F49F9 /* PhotoPreviewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoPreviewCell.h; sourceTree = "<group>"; };
  234. 42D64CB31FD0FEB4003F49F9 /* PhotoPreviewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PhotoPreviewCell.m; sourceTree = "<group>"; };
  235. 42D64CB41FD0FEB4003F49F9 /* VideoPreviewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VideoPreviewCell.h; sourceTree = "<group>"; };
  236. 42D64CB51FD0FEB4003F49F9 /* VideoPreviewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VideoPreviewCell.m; sourceTree = "<group>"; };
  237. 42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorTableContainerView.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorTableContainerView.m"; sourceTree = "<group>"; };
  238. 42D8CD5B1FC662E7005BEA15 /* CommonEditorTableContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorTableContainerView.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorTableContainerView.h"; sourceTree = "<group>"; };
  239. 42DBCB0F1FBEC0B7005574E0 /* CommonEditorWebCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CommonEditorWebCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorWebCell.h"; sourceTree = "<group>"; };
  240. 42DBCB101FBEC0B7005574E0 /* CommonEditorWebCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = CommonEditorWebCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorWebCell.m"; sourceTree = "<group>"; };
  241. 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>"; };
  242. 42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Action_Cell.xib; sourceTree = "<group>"; };
  243. 42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Edit_Cell.xib; sourceTree = "<group>"; };
  244. 42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Enum_Cell.xib; sourceTree = "<group>"; };
  245. 42DFAE701F9B2C36009AFCCC /* Phone_Image_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Image_Cell.xib; sourceTree = "<group>"; };
  246. 42DFAE721F9B2C67009AFCCC /* Phone_Label_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Label_Cell.xib; sourceTree = "<group>"; };
  247. 42DFAE741F9B2C83009AFCCC /* Phone_MAction_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_MAction_Cell.xib; sourceTree = "<group>"; };
  248. 42DFAE761F9B2C9B009AFCCC /* Phone_Model_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Model_Cell.xib; sourceTree = "<group>"; };
  249. 42DFAE781F9B2CBD009AFCCC /* Phone_Signature_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Signature_Cell.xib; sourceTree = "<group>"; };
  250. 42DFAE7A1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_Switch_Cell.xib; sourceTree = "<group>"; };
  251. 42DFAE7C1F9B2D02009AFCCC /* Phone_TextView_Cell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Phone_TextView_Cell.xib; sourceTree = "<group>"; };
  252. 7102C1391FCC0FF60062A67A /* ImageUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageUtils.m; path = "../../RedAnt ERP Mobile/common/ImageUtils.m"; sourceTree = "<group>"; };
  253. 7102C13A1FCC0FF60062A67A /* ImageUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageUtils.h; path = "../../RedAnt ERP Mobile/common/ImageUtils.h"; sourceTree = "<group>"; };
  254. 714590FB1FE36D98007FD0A4 /* CommonEditorAutoCompleteView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorAutoCompleteView.m; path = ../../common/customUI/commoneditor/CommonEditorAutoCompleteView.m; sourceTree = "<group>"; };
  255. 714590FC1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = CommonEditorAutoCompleteView.xib; path = ../../common/customUI/commoneditor/CommonEditorAutoCompleteView.xib; sourceTree = "<group>"; };
  256. 714590FD1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorAutoCompleteView.h; path = ../../common/customUI/commoneditor/CommonEditorAutoCompleteView.h; sourceTree = "<group>"; };
  257. 714591061FEB8E67007FD0A4 /* MDHTMLLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDHTMLLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/MDHTMLLabel.h"; sourceTree = "<group>"; };
  258. 714591071FEB8E67007FD0A4 /* MDHTMLLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MDHTMLLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/MDHTMLLabel.m"; sourceTree = "<group>"; };
  259. 716780401FCC0A2900FE2784 /* cam_scan.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = cam_scan.storyboard; path = ../../common/cam_scan.storyboard; sourceTree = "<group>"; };
  260. 716780421FCC0AFF00FE2784 /* MenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MenuViewController.m; path = ../../common/MenuViewController.m; sourceTree = "<group>"; };
  261. 716780431FCC0AFF00FE2784 /* RAMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAMenu.m; path = ../../common/RAMenu.m; sourceTree = "<group>"; };
  262. 716780441FCC0AFF00FE2784 /* RAMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAMenu.h; path = ../../common/RAMenu.h; sourceTree = "<group>"; };
  263. 716780451FCC0AFF00FE2784 /* ScannerControllerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScannerControllerView.h; path = ../../common/ScannerControllerView.h; sourceTree = "<group>"; };
  264. 716780461FCC0AFF00FE2784 /* SCShapeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SCShapeView.m; path = ../../common/SCShapeView.m; sourceTree = "<group>"; };
  265. 716780471FCC0AFF00FE2784 /* MenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MenuViewController.h; path = ../../common/MenuViewController.h; sourceTree = "<group>"; };
  266. 716780481FCC0AFF00FE2784 /* SCShapeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SCShapeView.h; path = ../../common/SCShapeView.h; sourceTree = "<group>"; };
  267. 716780491FCC0AFF00FE2784 /* ScannerControllerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ScannerControllerView.m; path = ../../common/ScannerControllerView.m; sourceTree = "<group>"; };
  268. 7167804A1FCC0AFF00FE2784 /* ScannerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ScannerViewController.m; path = ../../common/ScannerViewController.m; sourceTree = "<group>"; };
  269. 7167804B1FCC0AFF00FE2784 /* ScannerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScannerViewController.h; path = ../../common/ScannerViewController.h; sourceTree = "<group>"; };
  270. 716780511FCC0C4E00FE2784 /* UIImage+fixOrientation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImage+fixOrientation.h"; path = "../../common/UIImage+fixOrientation.h"; sourceTree = "<group>"; };
  271. 716780521FCC0C4E00FE2784 /* UIImage+fixOrientation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+fixOrientation.m"; path = "../../common/UIImage+fixOrientation.m"; sourceTree = "<group>"; };
  272. 716780541FCC0C6D00FE2784 /* UIView+Toast.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIView+Toast.m"; path = "../../common/customUI/UIView+Toast.m"; sourceTree = "<group>"; };
  273. 716780551FCC0C6D00FE2784 /* UIView+Toast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIView+Toast.h"; path = "../../common/customUI/UIView+Toast.h"; sourceTree = "<group>"; };
  274. 716780581FCC0D0800FE2784 /* RAUploadManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUploadManager.m; path = ../../common/upload/RAUploadManager.m; sourceTree = "<group>"; };
  275. 716780591FCC0D0800FE2784 /* RAUploadManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUploadManager.h; path = ../../common/upload/RAUploadManager.h; sourceTree = "<group>"; };
  276. 7167805A1FCC0D0800FE2784 /* RAUploadOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUploadOperation.m; path = ../../common/upload/RAUploadOperation.m; sourceTree = "<group>"; };
  277. 7167805B1FCC0D0800FE2784 /* RAUploadOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUploadOperation.h; path = ../../common/upload/RAUploadOperation.h; sourceTree = "<group>"; };
  278. 7167805E1FCC0D3700FE2784 /* Upload.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Upload.storyboard; path = "../../../RA Image/RA Image/Upload.storyboard"; sourceTree = "<group>"; };
  279. 7167805F1FCC0D3700FE2784 /* UploadSettingController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UploadSettingController.m; path = "../../../RA Image/RA Image/UploadSettingController.m"; sourceTree = "<group>"; };
  280. 716780601FCC0D3700FE2784 /* UploadSettingController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UploadSettingController.h; path = "../../../RA Image/RA Image/UploadSettingController.h"; sourceTree = "<group>"; };
  281. 716780611FCC0D3700FE2784 /* UploadViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UploadViewController.m; path = "../../../RA Image/RA Image/UploadViewController.m"; sourceTree = "<group>"; };
  282. 716780621FCC0D3700FE2784 /* UploadViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UploadViewController.h; path = "../../../RA Image/RA Image/UploadViewController.h"; sourceTree = "<group>"; };
  283. 716780661FCC0D4400FE2784 /* UploadCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UploadCell.m; path = "../../../RA Image/RA Image/UploadCell.m"; sourceTree = "<group>"; };
  284. 716780671FCC0D4400FE2784 /* UploadCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UploadCell.h; path = "../../../RA Image/RA Image/UploadCell.h"; sourceTree = "<group>"; };
  285. 7197D4031FB4388F0063EFBB /* demo_row.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = demo_row.pdf; sourceTree = "<group>"; };
  286. 7197D4061FB57E270063EFBB /* SearchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SearchViewController.h; sourceTree = "<group>"; };
  287. 7197D4071FB57E270063EFBB /* SearchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SearchViewController.m; sourceTree = "<group>"; };
  288. 7197D4091FB58E530063EFBB /* search_ui.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = search_ui.json; sourceTree = "<group>"; };
  289. 7197D40C1FBBE1260063EFBB /* KVViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KVViewController.h; sourceTree = "<group>"; };
  290. 7197D40D1FBBE1260063EFBB /* KVViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KVViewController.m; sourceTree = "<group>"; };
  291. 7197D4101FBBE1490063EFBB /* ModelDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ModelDetailViewController.h; sourceTree = "<group>"; };
  292. 7197D4111FBBE1490063EFBB /* ModelDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ModelDetailViewController.m; sourceTree = "<group>"; };
  293. 7197D4131FBBE1610063EFBB /* OrderDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OrderDetailViewController.h; sourceTree = "<group>"; };
  294. 7197D4141FBBE1610063EFBB /* OrderDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OrderDetailViewController.m; sourceTree = "<group>"; };
  295. 7197D4161FBC10710063EFBB /* DetailKVCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = DetailKVCell.h; path = ../../../common/detail/DetailKVCell.h; sourceTree = "<group>"; };
  296. 7197D4171FBC10710063EFBB /* DetailKVCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = DetailKVCell.m; path = ../../../common/detail/DetailKVCell.m; sourceTree = "<group>"; };
  297. 7197D4191FBC1BE80063EFBB /* Detail.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Detail.storyboard; sourceTree = "<group>"; };
  298. 7197D41B1FBD1CD60063EFBB /* kv.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = kv.json; sourceTree = "<group>"; };
  299. 7197D41D1FBD2EA60063EFBB /* LineView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = LineView.h; path = ../../../common/detail/LineView.h; sourceTree = "<group>"; };
  300. 7197D41E1FBD2EA60063EFBB /* LineView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = LineView.m; path = ../../../common/detail/LineView.m; sourceTree = "<group>"; };
  301. 7197D4201FBEADCB0063EFBB /* orderdetail.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = orderdetail.json; sourceTree = "<group>"; };
  302. 71CB70B01FA1BA5E009FDCB7 /* data.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = data.json; sourceTree = "<group>"; };
  303. 71CB70B11FA1BA5E009FDCB7 /* layout.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = layout.json; sourceTree = "<group>"; };
  304. 71CB70B31FA1CCDB009FDCB7 /* server.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = server.json; sourceTree = "<group>"; };
  305. 71E925CA1FDA688E0037F017 /* query_setting.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = query_setting.json; sourceTree = "<group>"; };
  306. 71E925CC1FDA6C0D0037F017 /* SearchSettingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SearchSettingViewController.h; sourceTree = "<group>"; };
  307. 71E925CD1FDA6C0D0037F017 /* SearchSettingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SearchSettingViewController.m; sourceTree = "<group>"; };
  308. 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = ../../common/NetworkUtils.m; sourceTree = "<group>"; };
  309. 71E9F6C71F8C5CCA0052C78E /* NetworkUtils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = ../../common/NetworkUtils.h; sourceTree = "<group>"; };
  310. 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RedAnt Mobile.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  311. 71F3A9A11F5F8E22001036C8 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  312. 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  313. 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  314. 71F3A9A61F5F8E22001036C8 /* RAModeListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RAModeListViewController.h; sourceTree = "<group>"; };
  315. 71F3A9A71F5F8E22001036C8 /* RAModeListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RAModeListViewController.m; sourceTree = "<group>"; };
  316. 71F3A9AA1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  317. 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  318. 71F3A9AF1F5F8E22001036C8 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  319. 71F3A9B11F5F8E22001036C8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  320. 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ResultViewController.h; path = ../../common/customUI/ResultViewController.h; sourceTree = "<group>"; };
  321. 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ResultViewController.m; path = ../../common/customUI/ResultViewController.m; sourceTree = "<group>"; };
  322. 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FullyShowViewController.h; path = ../../common/customUI/FullyShowViewController.h; sourceTree = "<group>"; };
  323. 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FullyShowViewController.m; path = ../../common/customUI/FullyShowViewController.m; sourceTree = "<group>"; };
  324. 71F3A9C01F5FA11F001036C8 /* login.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = login.json; sourceTree = "<group>"; };
  325. 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSwitchCell.h; sourceTree = "<group>"; };
  326. 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSwitchCell.m; sourceTree = "<group>"; };
  327. 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginTextFiledCell.h; sourceTree = "<group>"; };
  328. 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginTextFiledCell.m; sourceTree = "<group>"; };
  329. 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
  330. 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
  331. 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BasicViewController.h; sourceTree = "<group>"; };
  332. 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BasicViewController.m; sourceTree = "<group>"; };
  333. 71F3A9D11F5FA2A4001036C8 /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
  334. 71F3A9D21F5FA2B3001036C8 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  335. 71F3A9D71F5FA3B9001036C8 /* RANetwork.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RANetwork.h; sourceTree = "<group>"; };
  336. 71F3A9D81F5FA3B9001036C8 /* RANetwork.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RANetwork.m; sourceTree = "<group>"; };
  337. 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../common/upload/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
  338. 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RANetworkTaskDelegate.m; path = ../../common/upload/RANetworkTaskDelegate.m; sourceTree = "<group>"; };
  339. 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JLKeyboardListener.h; sourceTree = "<group>"; };
  340. 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JLKeyboardListener.m; sourceTree = "<group>"; };
  341. 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>"; };
  342. 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>"; };
  343. 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>"; };
  344. 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>"; };
  345. 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>"; };
  346. 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>"; };
  347. 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>"; };
  348. 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>"; };
  349. 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZipArchive.h; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.h"; sourceTree = "<group>"; };
  350. 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = ZipArchive.mm; path = "../../RedAnt ERP Mobile/common/zip/ZipArchive.mm"; sourceTree = "<group>"; };
  351. 71F3A9F51F5FA64F001036C8 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  352. 71F3A9F71F5FA688001036C8 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = "../../RedAnt ERP Mobile/common/Reachability.h"; sourceTree = "<group>"; };
  353. 71F3A9F81F5FA688001036C8 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = "../../RedAnt ERP Mobile/common/Reachability.m"; sourceTree = "<group>"; };
  354. 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginSettingViewController.h; sourceTree = "<group>"; };
  355. 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginSettingViewController.m; sourceTree = "<group>"; };
  356. 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
  357. 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
  358. 71F3AA001F5FDDFE001036C8 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
  359. 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>"; };
  360. 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>"; };
  361. 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>"; };
  362. 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>"; };
  363. 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>"; };
  364. 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>"; };
  365. 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = commoneditor.phone.xib; sourceTree = "<group>"; };
  366. 71F3AA0E1F611FC4001036C8 /* testViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testViewController.h; sourceTree = "<group>"; };
  367. 71F3AA0F1F611FC4001036C8 /* testViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = testViewController.m; sourceTree = "<group>"; };
  368. 71F3AA101F611FC4001036C8 /* testViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = testViewController.xib; sourceTree = "<group>"; };
  369. 71F3AA151F612369001036C8 /* CommonEditor.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = CommonEditor.storyboard; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditor.storyboard"; sourceTree = "<group>"; };
  370. 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.h"; sourceTree = "<group>"; };
  371. 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellAction.m"; sourceTree = "<group>"; };
  372. 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEdit.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.h"; sourceTree = "<group>"; };
  373. 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEdit.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEdit.m"; sourceTree = "<group>"; };
  374. 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellEnum.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.h"; sourceTree = "<group>"; };
  375. 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellEnum.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellEnum.m"; sourceTree = "<group>"; };
  376. 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellImg.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.h"; sourceTree = "<group>"; };
  377. 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellImg.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellImg.m"; sourceTree = "<group>"; };
  378. 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellLabel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.h"; sourceTree = "<group>"; };
  379. 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellLabel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellLabel.m"; sourceTree = "<group>"; };
  380. 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellMAction.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.h"; sourceTree = "<group>"; };
  381. 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellMAction.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellMAction.m"; sourceTree = "<group>"; };
  382. 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellModel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.h"; sourceTree = "<group>"; };
  383. 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellModel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellModel.m"; sourceTree = "<group>"; };
  384. 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSignature.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.h"; sourceTree = "<group>"; };
  385. 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSignature.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSignature.m"; sourceTree = "<group>"; };
  386. 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellSwitch.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.h"; sourceTree = "<group>"; };
  387. 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellSwitch.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellSwitch.m"; sourceTree = "<group>"; };
  388. 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorCellTextView.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.h"; sourceTree = "<group>"; };
  389. 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorCellTextView.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorCellTextView.m"; sourceTree = "<group>"; };
  390. 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CommonEditorViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.h"; sourceTree = "<group>"; };
  391. 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CommonEditorViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/CommonEditorViewController.m"; sourceTree = "<group>"; };
  392. 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DatePickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.h"; sourceTree = "<group>"; };
  393. 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DatePickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/DatePickerViewController.m"; sourceTree = "<group>"; };
  394. 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectorCell.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.h"; sourceTree = "<group>"; };
  395. 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectorCell.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectorCell.m"; sourceTree = "<group>"; };
  396. 71F3AA301F612369001036C8 /* EnumSelectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnumSelectViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.h"; sourceTree = "<group>"; };
  397. 71F3AA311F612369001036C8 /* EnumSelectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EnumSelectViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectViewController.m"; sourceTree = "<group>"; };
  398. 71F3AA321F612369001036C8 /* MonthPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MonthPickerViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.h"; sourceTree = "<group>"; };
  399. 71F3AA331F612369001036C8 /* MonthPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MonthPickerViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/MonthPickerViewController.m"; sourceTree = "<group>"; };
  400. 71F3AA341F612369001036C8 /* SRMonthPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SRMonthPicker.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.h"; sourceTree = "<group>"; };
  401. 71F3AA351F612369001036C8 /* SRMonthPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SRMonthPicker.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/SRMonthPicker.m"; sourceTree = "<group>"; };
  402. 71F3AA481F612415001036C8 /* RTLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RTLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.h"; sourceTree = "<group>"; };
  403. 71F3AA491F612415001036C8 /* RTLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RTLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/RTLabel.m"; sourceTree = "<group>"; };
  404. 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TouchImageView.h; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.h"; sourceTree = "<group>"; };
  405. 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TouchImageView.m; path = "../../RedAnt ERP Mobile/common/customUI/TouchImageView.m"; sourceTree = "<group>"; };
  406. 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageUploadViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.h"; sourceTree = "<group>"; };
  407. 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageUploadViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageUploadViewController.m"; sourceTree = "<group>"; };
  408. 71F3AA511F6125ED001036C8 /* ImageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageViewController.h; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.h"; sourceTree = "<group>"; };
  409. 71F3AA521F6125ED001036C8 /* ImageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageViewController.m; path = "../../RedAnt ERP Mobile/common/customUI/ImageViewController.m"; sourceTree = "<group>"; };
  410. 71F3AA551F624A88001036C8 /* signature.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = signature.storyboard; path = "../../RedAnt ERP Mobile/common/Functions/signature/signature.storyboard"; sourceTree = "<group>"; };
  411. 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>"; };
  412. 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>"; };
  413. 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>"; };
  414. 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>"; };
  415. 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StrikethroughLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.h"; sourceTree = "<group>"; };
  416. 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = StrikethroughLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/StrikethroughLabel.m"; sourceTree = "<group>"; };
  417. 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>"; };
  418. 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>"; };
  419. 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>"; };
  420. 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>"; };
  421. 71F3AA661F624E19001036C8 /* JKTimerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JKTimerManager.h; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.h"; sourceTree = "<group>"; };
  422. 71F3AA671F624E19001036C8 /* JKTimerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JKTimerManager.m; path = "../../RedAnt ERP Mobile/common/JKTimer/JKTimerManager.m"; sourceTree = "<group>"; };
  423. 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NetworkUtils+Contact.h"; path = "../../common/NetworkUtils+Contact.h"; sourceTree = "<group>"; };
  424. 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NetworkUtils+Contact.m"; path = "../../common/NetworkUtils+Contact.m"; sourceTree = "<group>"; };
  425. 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomIOSAlertView.h; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.h"; sourceTree = "<group>"; };
  426. 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CustomIOSAlertView.m; path = "../../RedAnt ERP Mobile/common/customUI/CustomIOSAlertView.m"; sourceTree = "<group>"; };
  427. 71F3AA811F6263B2001036C8 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainViewController.h; sourceTree = "<group>"; };
  428. 71F3AA821F6263B2001036C8 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MainViewController.m; sourceTree = "<group>"; };
  429. 71F3AA841F626E14001036C8 /* RAConvertor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAConvertor.h; path = ../../common/RAConvertor.h; sourceTree = "<group>"; };
  430. 71F3AA851F626E14001036C8 /* RAConvertor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAConvertor.m; path = ../../common/RAConvertor.m; sourceTree = "<group>"; };
  431. 71F3AA871F62732A001036C8 /* FileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileCache.h; path = ../../common/FileCache.h; sourceTree = "<group>"; };
  432. 71F3AA881F62732A001036C8 /* FileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FileCache.m; path = ../../common/FileCache.m; sourceTree = "<group>"; };
  433. 71F3AA8E1F6276B0001036C8 /* default_appearance.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = default_appearance.json; sourceTree = "<group>"; };
  434. 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DefaultTableHeaderView.h; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.h"; sourceTree = "<group>"; };
  435. 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DefaultTableHeaderView.m; path = "../RedAnt ERP Mobile/common/customUI/DefaultTableHeaderView.m"; sourceTree = "<group>"; };
  436. 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DefaultAppearance.h; sourceTree = "<group>"; };
  437. 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DefaultAppearance.m; sourceTree = "<group>"; };
  438. 71FF60231FA7209F00C5523A /* EnumSelectAndSortViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EnumSelectAndSortViewController.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortViewController.h"; sourceTree = "<group>"; };
  439. 71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EnumSelectAndSortViewController.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSortViewController.m"; sourceTree = "<group>"; };
  440. 71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = EnumSelectAndSort.storyboard; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumSelectAndSort.storyboard"; sourceTree = "<group>"; };
  441. 71FF60271FA7236100C5523A /* EnumModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EnumModel.h; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumModel.h"; sourceTree = "<group>"; };
  442. 71FF60281FA7236200C5523A /* EnumModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EnumModel.m; path = "../../RedAnt ERP Mobile/common/CommonEditor/EnumSelectAndSort/EnumModel.m"; sourceTree = "<group>"; };
  443. 71FF602A1FA802AB00C5523A /* loginUI.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = loginUI.json; sourceTree = "<group>"; };
  444. 71FF602D1FA8076700C5523A /* RA Mobile.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "RA Mobile.txt"; sourceTree = "<group>"; };
  445. 71FF602E1FA8449C00C5523A /* predef_query.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = predef_query.json; sourceTree = "<group>"; };
  446. 71FF60361FA96EEE00C5523A /* download_query.xls */ = {isa = PBXFileReference; lastKnownFileType = file; path = download_query.xls; sourceTree = "<group>"; };
  447. /* End PBXFileReference section */
  448. /* Begin PBXFrameworksBuildPhase section */
  449. 71F3A99A1F5F8E22001036C8 /* Frameworks */ = {
  450. isa = PBXFrameworksBuildPhase;
  451. buildActionMask = 2147483647;
  452. files = (
  453. 71F3A9F61F5FA64F001036C8 /* libz.tbd in Frameworks */,
  454. );
  455. runOnlyForDeploymentPostprocessing = 0;
  456. };
  457. /* End PBXFrameworksBuildPhase section */
  458. /* Begin PBXGroup section */
  459. 4221EF971FA81CBB0026E1EC /* Mode */ = {
  460. isa = PBXGroup;
  461. children = (
  462. 4221EF981FA81D070026E1EC /* RAPredefQueryViewController.h */,
  463. 4221EF991FA81D070026E1EC /* RAPredefQueryViewController.m */,
  464. 4221EF9E1FA81E150026E1EC /* RAPredefQuery.storyboard */,
  465. 4221EF9B1FA81D5B0026E1EC /* RAQueryViewController.h */,
  466. 4221EF9C1FA81D5B0026E1EC /* RAQueryViewController.m */,
  467. 4221EFA01FA81E580026E1EC /* RAQuery.storyboard */,
  468. );
  469. name = Mode;
  470. sourceTree = "<group>";
  471. };
  472. 4221EFA51FA853660026E1EC /* Refresh */ = {
  473. isa = PBXGroup;
  474. children = (
  475. 4221EFA61FA853660026E1EC /* Footer */,
  476. 4221EFA91FA853660026E1EC /* Header */,
  477. 4221EFAC1FA853660026E1EC /* JLRefreshBasis.h */,
  478. 4221EFAD1FA853660026E1EC /* JLRefreshBasis.m */,
  479. 4221EFAE1FA853660026E1EC /* UIScrollView+JLRefresh.h */,
  480. 4221EFAF1FA853660026E1EC /* UIScrollView+JLRefresh.m */,
  481. 4221EFB01FA853660026E1EC /* UIView+JLExtension.h */,
  482. 4221EFB11FA853660026E1EC /* UIView+JLExtension.m */,
  483. );
  484. name = Refresh;
  485. path = ../../common/customUI/Refresh;
  486. sourceTree = "<group>";
  487. };
  488. 4221EFA61FA853660026E1EC /* Footer */ = {
  489. isa = PBXGroup;
  490. children = (
  491. 4221EFA71FA853660026E1EC /* JLRefreshFooter.h */,
  492. 4221EFA81FA853660026E1EC /* JLRefreshFooter.m */,
  493. );
  494. path = Footer;
  495. sourceTree = "<group>";
  496. };
  497. 4221EFA91FA853660026E1EC /* Header */ = {
  498. isa = PBXGroup;
  499. children = (
  500. 4221EFAA1FA853660026E1EC /* JLRefreshHeader.h */,
  501. 4221EFAB1FA853660026E1EC /* JLRefreshHeader.m */,
  502. );
  503. path = Header;
  504. sourceTree = "<group>";
  505. };
  506. 42973ACD1FBA8EFA00A3C164 /* RangeCell */ = {
  507. isa = PBXGroup;
  508. children = (
  509. 42973AD31FBA8F4900A3C164 /* CommonEditorRangeCell.h */,
  510. 42973AD51FBA8F4A00A3C164 /* CommonEditorRangeCell.m */,
  511. 42973AD41FBA8F4900A3C164 /* Phone_Range_Cell.xib */,
  512. );
  513. name = RangeCell;
  514. sourceTree = "<group>";
  515. };
  516. 42973AD91FBABADD00A3C164 /* EnumSelectAndSort */ = {
  517. isa = PBXGroup;
  518. children = (
  519. 42973ADA1FBABB7E00A3C164 /* EnumSelectAndSortCell.h */,
  520. 42973ADB1FBABB7E00A3C164 /* EnumSelectAndSortCell.m */,
  521. 71FF60271FA7236100C5523A /* EnumModel.h */,
  522. 71FF60281FA7236200C5523A /* EnumModel.m */,
  523. 71FF60231FA7209F00C5523A /* EnumSelectAndSortViewController.h */,
  524. 71FF60241FA7209F00C5523A /* EnumSelectAndSortViewController.m */,
  525. 71FF60261FA7233500C5523A /* EnumSelectAndSort.storyboard */,
  526. );
  527. name = EnumSelectAndSort;
  528. sourceTree = "<group>";
  529. };
  530. 42D64C811FD0FA4D003F49F9 /* BannerCell */ = {
  531. isa = PBXGroup;
  532. children = (
  533. 42D64C8C1FD0FAA3003F49F9 /* CommonEditorBannerCell.h */,
  534. 42D64C8F1FD0FAA3003F49F9 /* CommonEditorBannerCell.m */,
  535. 42D64C8E1FD0FAA3003F49F9 /* CommonEditorBannerItemCell.h */,
  536. 42D64C8D1FD0FAA3003F49F9 /* CommonEditorBannerItemCell.m */,
  537. 42D64C901FD0FAA3003F49F9 /* Phone_Banner_Cell.xib */,
  538. 42D64C911FD0FAA3003F49F9 /* Phone_Banner_Item_Cell.xib */,
  539. );
  540. name = BannerCell;
  541. sourceTree = "<group>";
  542. };
  543. 42D64C961FD0FAEE003F49F9 /* youtube */ = {
  544. isa = PBXGroup;
  545. children = (
  546. 3C35977C255521420092D740 /* RAYTPlayer.h */,
  547. 3C35977D255521420092D740 /* RAYTPlayer.m */,
  548. 3C35977B255521420092D740 /* ytplayer.html */,
  549. );
  550. name = youtube;
  551. path = "../../RedAnt ERP Mobile/common/youtube";
  552. sourceTree = "<group>";
  553. };
  554. 42D64CAB1FD0FEB4003F49F9 /* PhotoList */ = {
  555. isa = PBXGroup;
  556. children = (
  557. 42D64CAC1FD0FEB4003F49F9 /* Controller */,
  558. 42D64CAF1FD0FEB4003F49F9 /* Storyboard */,
  559. 42D64CB11FD0FEB4003F49F9 /* View */,
  560. );
  561. name = PhotoList;
  562. path = "../../RedAnt ERP Mobile/common/PhotoList";
  563. sourceTree = "<group>";
  564. };
  565. 42D64CAC1FD0FEB4003F49F9 /* Controller */ = {
  566. isa = PBXGroup;
  567. children = (
  568. 42D64CAD1FD0FEB4003F49F9 /* ContentPreviewController.h */,
  569. 42D64CAE1FD0FEB4003F49F9 /* ContentPreviewController.m */,
  570. );
  571. path = Controller;
  572. sourceTree = "<group>";
  573. };
  574. 42D64CAF1FD0FEB4003F49F9 /* Storyboard */ = {
  575. isa = PBXGroup;
  576. children = (
  577. 42D64CB01FD0FEB4003F49F9 /* PhotoList.storyboard */,
  578. );
  579. path = Storyboard;
  580. sourceTree = "<group>";
  581. };
  582. 42D64CB11FD0FEB4003F49F9 /* View */ = {
  583. isa = PBXGroup;
  584. children = (
  585. 42D64CB21FD0FEB4003F49F9 /* PhotoPreviewCell.h */,
  586. 42D64CB31FD0FEB4003F49F9 /* PhotoPreviewCell.m */,
  587. 42D64CB41FD0FEB4003F49F9 /* VideoPreviewCell.h */,
  588. 42D64CB51FD0FEB4003F49F9 /* VideoPreviewCell.m */,
  589. );
  590. path = View;
  591. sourceTree = "<group>";
  592. };
  593. 42DBCB0E1FBEC055005574E0 /* WebCell */ = {
  594. isa = PBXGroup;
  595. children = (
  596. 42DBCB0F1FBEC0B7005574E0 /* CommonEditorWebCell.h */,
  597. 42DBCB101FBEC0B7005574E0 /* CommonEditorWebCell.m */,
  598. 42DBCB121FBEC0E1005574E0 /* Phone_Web_Cell.xib */,
  599. );
  600. name = WebCell;
  601. sourceTree = "<group>";
  602. };
  603. 42DFAE601F9B2A01009AFCCC /* ActionCell */ = {
  604. isa = PBXGroup;
  605. children = (
  606. 71F3AA161F612369001036C8 /* CommonEditorCellAction.h */,
  607. 71F3AA171F612369001036C8 /* CommonEditorCellAction.m */,
  608. 42DFAE6A1F9B2B73009AFCCC /* Phone_Action_Cell.xib */,
  609. );
  610. name = ActionCell;
  611. sourceTree = "<group>";
  612. };
  613. 42DFAE611F9B2A13009AFCCC /* EditCell */ = {
  614. isa = PBXGroup;
  615. children = (
  616. 71F3AA181F612369001036C8 /* CommonEditorCellEdit.h */,
  617. 71F3AA191F612369001036C8 /* CommonEditorCellEdit.m */,
  618. 42DFAE6C1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib */,
  619. );
  620. name = EditCell;
  621. sourceTree = "<group>";
  622. };
  623. 42DFAE621F9B2A28009AFCCC /* EnumCell */ = {
  624. isa = PBXGroup;
  625. children = (
  626. 71F3AA1A1F612369001036C8 /* CommonEditorCellEnum.h */,
  627. 71F3AA1B1F612369001036C8 /* CommonEditorCellEnum.m */,
  628. 42DFAE6E1F9B2C18009AFCCC /* Phone_Enum_Cell.xib */,
  629. );
  630. name = EnumCell;
  631. sourceTree = "<group>";
  632. };
  633. 42DFAE631F9B2A3C009AFCCC /* ImageCell */ = {
  634. isa = PBXGroup;
  635. children = (
  636. 71F3AA1C1F612369001036C8 /* CommonEditorCellImg.h */,
  637. 71F3AA1D1F612369001036C8 /* CommonEditorCellImg.m */,
  638. 42DFAE701F9B2C36009AFCCC /* Phone_Image_Cell.xib */,
  639. );
  640. name = ImageCell;
  641. sourceTree = "<group>";
  642. };
  643. 42DFAE641F9B2A49009AFCCC /* LabelCell */ = {
  644. isa = PBXGroup;
  645. children = (
  646. 71F3AA1E1F612369001036C8 /* CommonEditorCellLabel.h */,
  647. 71F3AA1F1F612369001036C8 /* CommonEditorCellLabel.m */,
  648. 42DFAE721F9B2C67009AFCCC /* Phone_Label_Cell.xib */,
  649. );
  650. name = LabelCell;
  651. sourceTree = "<group>";
  652. };
  653. 42DFAE651F9B2A58009AFCCC /* MActionCell */ = {
  654. isa = PBXGroup;
  655. children = (
  656. 71F3AA201F612369001036C8 /* CommonEditorCellMAction.h */,
  657. 71F3AA211F612369001036C8 /* CommonEditorCellMAction.m */,
  658. 42DFAE741F9B2C83009AFCCC /* Phone_MAction_Cell.xib */,
  659. );
  660. name = MActionCell;
  661. sourceTree = "<group>";
  662. };
  663. 42DFAE661F9B2A66009AFCCC /* ModelCell */ = {
  664. isa = PBXGroup;
  665. children = (
  666. 71F3AA221F612369001036C8 /* CommonEditorCellModel.h */,
  667. 71F3AA231F612369001036C8 /* CommonEditorCellModel.m */,
  668. 42DFAE761F9B2C9B009AFCCC /* Phone_Model_Cell.xib */,
  669. );
  670. name = ModelCell;
  671. sourceTree = "<group>";
  672. };
  673. 42DFAE671F9B2A71009AFCCC /* SignatureCell */ = {
  674. isa = PBXGroup;
  675. children = (
  676. 71F3AA241F612369001036C8 /* CommonEditorCellSignature.h */,
  677. 71F3AA251F612369001036C8 /* CommonEditorCellSignature.m */,
  678. 42DFAE781F9B2CBD009AFCCC /* Phone_Signature_Cell.xib */,
  679. );
  680. name = SignatureCell;
  681. sourceTree = "<group>";
  682. };
  683. 42DFAE681F9B2A7F009AFCCC /* SwitchCell */ = {
  684. isa = PBXGroup;
  685. children = (
  686. 71F3AA261F612369001036C8 /* CommonEditorCellSwitch.h */,
  687. 71F3AA271F612369001036C8 /* CommonEditorCellSwitch.m */,
  688. 42DFAE7A1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib */,
  689. );
  690. name = SwitchCell;
  691. sourceTree = "<group>";
  692. };
  693. 42DFAE691F9B2A90009AFCCC /* TextViewCell */ = {
  694. isa = PBXGroup;
  695. children = (
  696. 71F3AA281F612369001036C8 /* CommonEditorCellTextView.h */,
  697. 71F3AA291F612369001036C8 /* CommonEditorCellTextView.m */,
  698. 42DFAE7C1F9B2D02009AFCCC /* Phone_TextView_Cell.xib */,
  699. );
  700. name = TextViewCell;
  701. sourceTree = "<group>";
  702. };
  703. 42F2EB3A1FA80E3F00BC6468 /* ModeList */ = {
  704. isa = PBXGroup;
  705. children = (
  706. 71F3A9A61F5F8E22001036C8 /* RAModeListViewController.h */,
  707. 71F3A9A71F5F8E22001036C8 /* RAModeListViewController.m */,
  708. 4221EF911FA813030026E1EC /* RAModeCell.h */,
  709. 4221EF921FA813030026E1EC /* RAModeCell.m */,
  710. );
  711. name = ModeList;
  712. sourceTree = "<group>";
  713. };
  714. 7167803F1FCC0A0C00FE2784 /* cam scan */ = {
  715. isa = PBXGroup;
  716. children = (
  717. 716780471FCC0AFF00FE2784 /* MenuViewController.h */,
  718. 716780421FCC0AFF00FE2784 /* MenuViewController.m */,
  719. 716780441FCC0AFF00FE2784 /* RAMenu.h */,
  720. 716780431FCC0AFF00FE2784 /* RAMenu.m */,
  721. 716780451FCC0AFF00FE2784 /* ScannerControllerView.h */,
  722. 716780491FCC0AFF00FE2784 /* ScannerControllerView.m */,
  723. 7167804B1FCC0AFF00FE2784 /* ScannerViewController.h */,
  724. 7167804A1FCC0AFF00FE2784 /* ScannerViewController.m */,
  725. 716780481FCC0AFF00FE2784 /* SCShapeView.h */,
  726. 716780461FCC0AFF00FE2784 /* SCShapeView.m */,
  727. 716780401FCC0A2900FE2784 /* cam_scan.storyboard */,
  728. );
  729. name = "cam scan";
  730. sourceTree = "<group>";
  731. };
  732. 716780571FCC0CD300FE2784 /* upload */ = {
  733. isa = PBXGroup;
  734. children = (
  735. 7167805E1FCC0D3700FE2784 /* Upload.storyboard */,
  736. 716780601FCC0D3700FE2784 /* UploadSettingController.h */,
  737. 7167805F1FCC0D3700FE2784 /* UploadSettingController.m */,
  738. 716780621FCC0D3700FE2784 /* UploadViewController.h */,
  739. 716780611FCC0D3700FE2784 /* UploadViewController.m */,
  740. 716780671FCC0D4400FE2784 /* UploadCell.h */,
  741. 716780661FCC0D4400FE2784 /* UploadCell.m */,
  742. );
  743. path = upload;
  744. sourceTree = "<group>";
  745. };
  746. 7197D4051FB57DD00063EFBB /* search */ = {
  747. isa = PBXGroup;
  748. children = (
  749. 7197D4061FB57E270063EFBB /* SearchViewController.h */,
  750. 7197D4071FB57E270063EFBB /* SearchViewController.m */,
  751. 71E925CC1FDA6C0D0037F017 /* SearchSettingViewController.h */,
  752. 71E925CD1FDA6C0D0037F017 /* SearchSettingViewController.m */,
  753. );
  754. name = search;
  755. sourceTree = "<group>";
  756. };
  757. 7197D40B1FBBE0EF0063EFBB /* detail */ = {
  758. isa = PBXGroup;
  759. children = (
  760. 7197D41D1FBD2EA60063EFBB /* LineView.h */,
  761. 7197D41E1FBD2EA60063EFBB /* LineView.m */,
  762. 7197D4161FBC10710063EFBB /* DetailKVCell.h */,
  763. 7197D4171FBC10710063EFBB /* DetailKVCell.m */,
  764. 7197D40C1FBBE1260063EFBB /* KVViewController.h */,
  765. 7197D40D1FBBE1260063EFBB /* KVViewController.m */,
  766. 7197D4101FBBE1490063EFBB /* ModelDetailViewController.h */,
  767. 7197D4111FBBE1490063EFBB /* ModelDetailViewController.m */,
  768. 7197D4131FBBE1610063EFBB /* OrderDetailViewController.h */,
  769. 7197D4141FBBE1610063EFBB /* OrderDetailViewController.m */,
  770. 7197D4191FBC1BE80063EFBB /* Detail.storyboard */,
  771. 71CB70B11FA1BA5E009FDCB7 /* layout.json */,
  772. );
  773. path = detail;
  774. sourceTree = "<group>";
  775. };
  776. 71CB70B21FA1CCBC009FDCB7 /* fake data */ = {
  777. isa = PBXGroup;
  778. children = (
  779. 71FF60361FA96EEE00C5523A /* download_query.xls */,
  780. 71F3A9C01F5FA11F001036C8 /* login.json */,
  781. 71CB70B31FA1CCDB009FDCB7 /* server.json */,
  782. 7197D4031FB4388F0063EFBB /* demo_row.pdf */,
  783. 71FF602E1FA8449C00C5523A /* predef_query.json */,
  784. 7197D4091FB58E530063EFBB /* search_ui.json */,
  785. 7197D41B1FBD1CD60063EFBB /* kv.json */,
  786. 7197D4201FBEADCB0063EFBB /* orderdetail.json */,
  787. 71E925CA1FDA688E0037F017 /* query_setting.json */,
  788. 71CB70B01FA1BA5E009FDCB7 /* data.json */,
  789. );
  790. name = "fake data";
  791. sourceTree = "<group>";
  792. };
  793. 71F3A9941F5F8E22001036C8 = {
  794. isa = PBXGroup;
  795. children = (
  796. 71FF602C1FA8074300C5523A /* doc */,
  797. 71F3AA8A1F627676001036C8 /* appearance */,
  798. 71F3AA811F6263B2001036C8 /* MainViewController.h */,
  799. 71F3AA821F6263B2001036C8 /* MainViewController.m */,
  800. 71F3AA0E1F611FC4001036C8 /* testViewController.h */,
  801. 71F3AA0F1F611FC4001036C8 /* testViewController.m */,
  802. 71F3AA101F611FC4001036C8 /* testViewController.xib */,
  803. 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */,
  804. 71F3A99E1F5F8E22001036C8 /* Products */,
  805. 71F3A9F41F5FA64E001036C8 /* Frameworks */,
  806. );
  807. sourceTree = "<group>";
  808. };
  809. 71F3A99E1F5F8E22001036C8 /* Products */ = {
  810. isa = PBXGroup;
  811. children = (
  812. 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */,
  813. );
  814. name = Products;
  815. sourceTree = "<group>";
  816. };
  817. 71F3A99F1F5F8E22001036C8 /* RedAnt Mobile */ = {
  818. isa = PBXGroup;
  819. children = (
  820. 71F3AA541F624A78001036C8 /* signature */,
  821. 71F3AA131F612347001036C8 /* commonUI */,
  822. 71F3A9DD1F5FA479001036C8 /* utils */,
  823. 71F3A9D31F5FA2E0001036C8 /* network */,
  824. 71F3A9D11F5FA2A4001036C8 /* const.h */,
  825. 71F3A9D21F5FA2B3001036C8 /* config.h */,
  826. 71F3A9CE1F5FA277001036C8 /* BasicViewController.h */,
  827. 71F3A9CF1F5FA277001036C8 /* BasicViewController.m */,
  828. 71F3A9E11F5FA531001036C8 /* JLKeyboardListener.h */,
  829. 71F3A9E21F5FA531001036C8 /* JLKeyboardListener.m */,
  830. 4221EF971FA81CBB0026E1EC /* Mode */,
  831. 7167803F1FCC0A0C00FE2784 /* cam scan */,
  832. 42F2EB3A1FA80E3F00BC6468 /* ModeList */,
  833. 71F3A9BF1F5FA109001036C8 /* login */,
  834. 71CB70B21FA1CCBC009FDCB7 /* fake data */,
  835. 71F3A9BA1F5F8E89001036C8 /* result */,
  836. 716780571FCC0CD300FE2784 /* upload */,
  837. 7197D4051FB57DD00063EFBB /* search */,
  838. 7197D40B1FBBE0EF0063EFBB /* detail */,
  839. 4221EFA51FA853660026E1EC /* Refresh */,
  840. 71F3A9A31F5F8E22001036C8 /* AppDelegate.h */,
  841. 71F3A9A41F5F8E22001036C8 /* AppDelegate.m */,
  842. 3C9BED2323740DC00052241C /* RAPhotoPreviewController.h */,
  843. 3C9BED2223740DC00052241C /* RAPhotoPreviewController.m */,
  844. 3C9BED2523740E2A0052241C /* RAPhotoPreviewModel.h */,
  845. 3C9BED2623740E2A0052241C /* RAPhotoPreviewModel.m */,
  846. 3C9BED1F23740D4F0052241C /* RAQRCodeScannerViewController.h */,
  847. 3C9BED2023740D4F0052241C /* RAQRCodeScannerViewController.m */,
  848. 3C9BED1023740C1B0052241C /* RAPhotoDelegate.h */,
  849. 3C9BED1323740CAA0052241C /* Camera.storyboard */,
  850. 3C9BED1423740CAA0052241C /* camera.xcassets */,
  851. 3C9BED1123740CAA0052241C /* RACamera.h */,
  852. 3C9BED1723740CAA0052241C /* RACameraViewController.h */,
  853. 3C9BED1523740CAA0052241C /* RACameraViewController.m */,
  854. 3C9BED1623740CAA0052241C /* RATakePhotoPreviewController.h */,
  855. 3C9BED1223740CAA0052241C /* RATakePhotoPreviewController.m */,
  856. 71F3A9A91F5F8E22001036C8 /* Main.storyboard */,
  857. 71F3A9AC1F5F8E22001036C8 /* Assets.xcassets */,
  858. 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */,
  859. 71F3A9B11F5F8E22001036C8 /* Info.plist */,
  860. 71F3A9A01F5F8E22001036C8 /* Supporting Files */,
  861. );
  862. path = "RedAnt Mobile";
  863. sourceTree = "<group>";
  864. };
  865. 71F3A9A01F5F8E22001036C8 /* Supporting Files */ = {
  866. isa = PBXGroup;
  867. children = (
  868. 71F3A9A11F5F8E22001036C8 /* main.m */,
  869. );
  870. name = "Supporting Files";
  871. sourceTree = "<group>";
  872. };
  873. 71F3A9BA1F5F8E89001036C8 /* result */ = {
  874. isa = PBXGroup;
  875. children = (
  876. 42A7EA752060AF56002EF939 /* ResultCell.h */,
  877. 42A7EA762060AF56002EF939 /* ResultCell.m */,
  878. 42A7EA6F20609F6F002EF939 /* MyQLPreviewController.h */,
  879. 42A7EA7020609F6F002EF939 /* MyQLPreviewController.m */,
  880. 42A7EA6E20609F6F002EF939 /* Result.xib */,
  881. 42A7EA7120609F70002EF939 /* ResultCell.xib */,
  882. 71F3A9B71F5F8E73001036C8 /* ResultViewController.h */,
  883. 71F3A9B81F5F8E73001036C8 /* ResultViewController.m */,
  884. 71F3A9BB1F5F8EAE001036C8 /* FullyShowViewController.h */,
  885. 71F3A9BC1F5F8EAE001036C8 /* FullyShowViewController.m */,
  886. 4221EFB71FA879470026E1EC /* Result.storyboard */,
  887. 42A7EA6B20609DEE002EF939 /* RAResultViewController.h */,
  888. 42A7EA6C20609DEE002EF939 /* RAResultViewController.m */,
  889. );
  890. name = result;
  891. sourceTree = "<group>";
  892. };
  893. 71F3A9BF1F5FA109001036C8 /* login */ = {
  894. isa = PBXGroup;
  895. children = (
  896. 71F3A9C31F5FA11F001036C8 /* LoginSwitchCell.h */,
  897. 71F3A9C41F5FA11F001036C8 /* LoginSwitchCell.m */,
  898. 71F3A9C51F5FA11F001036C8 /* LoginTextFiledCell.h */,
  899. 71F3A9C61F5FA11F001036C8 /* LoginTextFiledCell.m */,
  900. 71F3A9C71F5FA11F001036C8 /* LoginViewController.h */,
  901. 71F3A9C81F5FA11F001036C8 /* LoginViewController.m */,
  902. 71F3A9FA1F5FCC79001036C8 /* LoginSettingViewController.h */,
  903. 71F3A9FB1F5FCC79001036C8 /* LoginSettingViewController.m */,
  904. 71FF602A1FA802AB00C5523A /* loginUI.json */,
  905. );
  906. name = login;
  907. sourceTree = "<group>";
  908. };
  909. 71F3A9D31F5FA2E0001036C8 /* network */ = {
  910. isa = PBXGroup;
  911. children = (
  912. 71F3A9F71F5FA688001036C8 /* Reachability.h */,
  913. 71F3A9F81F5FA688001036C8 /* Reachability.m */,
  914. 71E9F6C71F8C5CCA0052C78E /* NetworkUtils.h */,
  915. 71E9F6C61F8C5CCA0052C78E /* NetworkUtils.m */,
  916. 71F3A9D71F5FA3B9001036C8 /* RANetwork.h */,
  917. 71F3A9D81F5FA3B9001036C8 /* RANetwork.m */,
  918. 71F3A9DA1F5FA458001036C8 /* RANetworkTaskDelegate.h */,
  919. 71F3A9DB1F5FA458001036C8 /* RANetworkTaskDelegate.m */,
  920. 71F3AA7B1F62617D001036C8 /* NetworkUtils+Contact.h */,
  921. 71F3AA7C1F62617D001036C8 /* NetworkUtils+Contact.m */,
  922. 716780591FCC0D0800FE2784 /* RAUploadManager.h */,
  923. 716780581FCC0D0800FE2784 /* RAUploadManager.m */,
  924. 7167805B1FCC0D0800FE2784 /* RAUploadOperation.h */,
  925. 7167805A1FCC0D0800FE2784 /* RAUploadOperation.m */,
  926. );
  927. name = network;
  928. sourceTree = "<group>";
  929. };
  930. 71F3A9DD1F5FA479001036C8 /* utils */ = {
  931. isa = PBXGroup;
  932. children = (
  933. 3C359786255521C00092D740 /* UIImage+RedAnt.h */,
  934. 3C359785255521C00092D740 /* UIImage+RedAnt.m */,
  935. 3C359781255521760092D740 /* RAUtils.h */,
  936. 3C359782255521760092D740 /* RAUtils.m */,
  937. 71F3A9FD1F5FDDF3001036C8 /* AES */,
  938. 71F3A9E41F5FA54A001036C8 /* zip */,
  939. 71F3AA661F624E19001036C8 /* JKTimerManager.h */,
  940. 71F3AA671F624E19001036C8 /* JKTimerManager.m */,
  941. 71F3AA841F626E14001036C8 /* RAConvertor.h */,
  942. 71F3AA851F626E14001036C8 /* RAConvertor.m */,
  943. 71F3AA871F62732A001036C8 /* FileCache.h */,
  944. 71F3AA881F62732A001036C8 /* FileCache.m */,
  945. 716780511FCC0C4E00FE2784 /* UIImage+fixOrientation.h */,
  946. 716780521FCC0C4E00FE2784 /* UIImage+fixOrientation.m */,
  947. 716780551FCC0C6D00FE2784 /* UIView+Toast.h */,
  948. 716780541FCC0C6D00FE2784 /* UIView+Toast.m */,
  949. 7102C13A1FCC0FF60062A67A /* ImageUtils.h */,
  950. 7102C1391FCC0FF60062A67A /* ImageUtils.m */,
  951. );
  952. name = utils;
  953. sourceTree = "<group>";
  954. };
  955. 71F3A9E41F5FA54A001036C8 /* zip */ = {
  956. isa = PBXGroup;
  957. children = (
  958. 71F3A9E51F5FA557001036C8 /* crypt.h */,
  959. 71F3A9E61F5FA557001036C8 /* ioapi.c */,
  960. 71F3A9E71F5FA557001036C8 /* ioapi.h */,
  961. 71F3A9E81F5FA557001036C8 /* mztools.c */,
  962. 71F3A9E91F5FA557001036C8 /* mztools.h */,
  963. 71F3A9EA1F5FA557001036C8 /* unzip.c */,
  964. 71F3A9EB1F5FA557001036C8 /* zip.c */,
  965. 71F3A9EC1F5FA557001036C8 /* zip.h */,
  966. 71F3A9F11F5FA56E001036C8 /* ZipArchive.h */,
  967. 71F3A9F21F5FA56E001036C8 /* ZipArchive.mm */,
  968. );
  969. name = zip;
  970. sourceTree = "<group>";
  971. };
  972. 71F3A9F41F5FA64E001036C8 /* Frameworks */ = {
  973. isa = PBXGroup;
  974. children = (
  975. 71F3A9F51F5FA64F001036C8 /* libz.tbd */,
  976. );
  977. name = Frameworks;
  978. sourceTree = "<group>";
  979. };
  980. 71F3A9FD1F5FDDF3001036C8 /* AES */ = {
  981. isa = PBXGroup;
  982. children = (
  983. 71F3A9FE1F5FDDFE001036C8 /* AESCrypt.h */,
  984. 71F3A9FF1F5FDDFE001036C8 /* AESCrypt.m */,
  985. 71F3AA001F5FDDFE001036C8 /* LICENSE */,
  986. 71F3AA011F5FDDFE001036C8 /* NSData+Base64.h */,
  987. 71F3AA021F5FDDFE001036C8 /* NSData+Base64.m */,
  988. 71F3AA031F5FDDFE001036C8 /* NSData+CommonCrypto.h */,
  989. 71F3AA041F5FDDFE001036C8 /* NSData+CommonCrypto.m */,
  990. 71F3AA051F5FDDFE001036C8 /* NSString+Base64.h */,
  991. 71F3AA061F5FDDFE001036C8 /* NSString+Base64.m */,
  992. );
  993. name = AES;
  994. sourceTree = "<group>";
  995. };
  996. 71F3AA131F612347001036C8 /* commonUI */ = {
  997. isa = PBXGroup;
  998. children = (
  999. 42D64CAB1FD0FEB4003F49F9 /* PhotoList */,
  1000. 42D64C961FD0FAEE003F49F9 /* youtube */,
  1001. 71F3AA601F624B2F001036C8 /* BundleModelCell.h */,
  1002. 71F3AA611F624B2F001036C8 /* BundleModelCell.m */,
  1003. 71F3AA621F624B2F001036C8 /* BundleModelViewController.h */,
  1004. 71F3AA631F624B2F001036C8 /* BundleModelViewController.m */,
  1005. 71F3AA7E1F626309001036C8 /* CustomIOSAlertView.h */,
  1006. 71F3AA7F1F626309001036C8 /* CustomIOSAlertView.m */,
  1007. 71F3AA471F61240A001036C8 /* customUI */,
  1008. 71F3AA141F612350001036C8 /* commonEditor */,
  1009. );
  1010. name = commonUI;
  1011. sourceTree = "<group>";
  1012. };
  1013. 71F3AA141F612350001036C8 /* commonEditor */ = {
  1014. isa = PBXGroup;
  1015. children = (
  1016. 714590FD1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.h */,
  1017. 714590FB1FE36D98007FD0A4 /* CommonEditorAutoCompleteView.m */,
  1018. 714590FC1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.xib */,
  1019. 42D8CD5B1FC662E7005BEA15 /* CommonEditorTableContainerView.h */,
  1020. 42D8CD5A1FC662E7005BEA15 /* CommonEditorTableContainerView.m */,
  1021. 71F3AA0C1F61151D001036C8 /* commoneditor.phone.xib */,
  1022. 71F3AA151F612369001036C8 /* CommonEditor.storyboard */,
  1023. 42D64C811FD0FA4D003F49F9 /* BannerCell */,
  1024. 42DFAE601F9B2A01009AFCCC /* ActionCell */,
  1025. 42DFAE611F9B2A13009AFCCC /* EditCell */,
  1026. 42DFAE621F9B2A28009AFCCC /* EnumCell */,
  1027. 42DFAE631F9B2A3C009AFCCC /* ImageCell */,
  1028. 42DFAE641F9B2A49009AFCCC /* LabelCell */,
  1029. 42DFAE651F9B2A58009AFCCC /* MActionCell */,
  1030. 42DFAE661F9B2A66009AFCCC /* ModelCell */,
  1031. 42DFAE671F9B2A71009AFCCC /* SignatureCell */,
  1032. 42DFAE681F9B2A7F009AFCCC /* SwitchCell */,
  1033. 42DFAE691F9B2A90009AFCCC /* TextViewCell */,
  1034. 42973ACD1FBA8EFA00A3C164 /* RangeCell */,
  1035. 42DBCB0E1FBEC055005574E0 /* WebCell */,
  1036. 71F3AA2A1F612369001036C8 /* CommonEditorViewController.h */,
  1037. 71F3AA2B1F612369001036C8 /* CommonEditorViewController.m */,
  1038. 71F3AA2C1F612369001036C8 /* DatePickerViewController.h */,
  1039. 71F3AA2D1F612369001036C8 /* DatePickerViewController.m */,
  1040. 71F3AA2E1F612369001036C8 /* EnumSelectorCell.h */,
  1041. 71F3AA2F1F612369001036C8 /* EnumSelectorCell.m */,
  1042. 71F3AA301F612369001036C8 /* EnumSelectViewController.h */,
  1043. 71F3AA311F612369001036C8 /* EnumSelectViewController.m */,
  1044. 42973AD91FBABADD00A3C164 /* EnumSelectAndSort */,
  1045. 71F3AA321F612369001036C8 /* MonthPickerViewController.h */,
  1046. 71F3AA331F612369001036C8 /* MonthPickerViewController.m */,
  1047. 71F3AA341F612369001036C8 /* SRMonthPicker.h */,
  1048. 71F3AA351F612369001036C8 /* SRMonthPicker.m */,
  1049. );
  1050. name = commonEditor;
  1051. sourceTree = "<group>";
  1052. };
  1053. 71F3AA471F61240A001036C8 /* customUI */ = {
  1054. isa = PBXGroup;
  1055. children = (
  1056. 71F3AA5D1F624AD4001036C8 /* StrikethroughLabel.h */,
  1057. 71F3AA5E1F624AD4001036C8 /* StrikethroughLabel.m */,
  1058. 71F3AA511F6125ED001036C8 /* ImageViewController.h */,
  1059. 71F3AA521F6125ED001036C8 /* ImageViewController.m */,
  1060. 71F3AA4E1F6124C4001036C8 /* ImageUploadViewController.h */,
  1061. 71F3AA4F1F6124C4001036C8 /* ImageUploadViewController.m */,
  1062. 71F3AA4B1F6124A2001036C8 /* TouchImageView.h */,
  1063. 71F3AA4C1F6124A2001036C8 /* TouchImageView.m */,
  1064. 71F3AA481F612415001036C8 /* RTLabel.h */,
  1065. 71F3AA491F612415001036C8 /* RTLabel.m */,
  1066. 714591061FEB8E67007FD0A4 /* MDHTMLLabel.h */,
  1067. 714591071FEB8E67007FD0A4 /* MDHTMLLabel.m */,
  1068. );
  1069. name = customUI;
  1070. sourceTree = "<group>";
  1071. };
  1072. 71F3AA541F624A78001036C8 /* signature */ = {
  1073. isa = PBXGroup;
  1074. children = (
  1075. 71F3AA551F624A88001036C8 /* signature.storyboard */,
  1076. 71F3AA561F624A88001036C8 /* SignatureView.h */,
  1077. 71F3AA571F624A88001036C8 /* SignatureView.m */,
  1078. 71F3AA581F624A88001036C8 /* SignatureViewController.h */,
  1079. 71F3AA591F624A88001036C8 /* SignatureViewController.m */,
  1080. );
  1081. name = signature;
  1082. sourceTree = "<group>";
  1083. };
  1084. 71F3AA8A1F627676001036C8 /* appearance */ = {
  1085. isa = PBXGroup;
  1086. children = (
  1087. 71F3AA8E1F6276B0001036C8 /* default_appearance.json */,
  1088. 71F3AA901F627700001036C8 /* DefaultTableHeaderView.h */,
  1089. 71F3AA911F627700001036C8 /* DefaultTableHeaderView.m */,
  1090. 71F3AA931F6277DE001036C8 /* DefaultAppearance.h */,
  1091. 71F3AA941F6277DE001036C8 /* DefaultAppearance.m */,
  1092. );
  1093. name = appearance;
  1094. sourceTree = "<group>";
  1095. };
  1096. 71FF602C1FA8074300C5523A /* doc */ = {
  1097. isa = PBXGroup;
  1098. children = (
  1099. 71FF602D1FA8076700C5523A /* RA Mobile.txt */,
  1100. );
  1101. name = doc;
  1102. path = "RedAnt Mobile";
  1103. sourceTree = "<group>";
  1104. };
  1105. /* End PBXGroup section */
  1106. /* Begin PBXNativeTarget section */
  1107. 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */ = {
  1108. isa = PBXNativeTarget;
  1109. buildConfigurationList = 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */;
  1110. buildPhases = (
  1111. 71F3A9991F5F8E22001036C8 /* Sources */,
  1112. 71F3A99A1F5F8E22001036C8 /* Frameworks */,
  1113. 71F3A99B1F5F8E22001036C8 /* Resources */,
  1114. );
  1115. buildRules = (
  1116. );
  1117. dependencies = (
  1118. );
  1119. name = "RedAnt Mobile";
  1120. productName = "RedAnt Mobile";
  1121. productReference = 71F3A99D1F5F8E22001036C8 /* RedAnt Mobile.app */;
  1122. productType = "com.apple.product-type.application";
  1123. };
  1124. /* End PBXNativeTarget section */
  1125. /* Begin PBXProject section */
  1126. 71F3A9951F5F8E22001036C8 /* Project object */ = {
  1127. isa = PBXProject;
  1128. attributes = {
  1129. LastUpgradeCheck = 1210;
  1130. ORGANIZATIONNAME = Ray;
  1131. TargetAttributes = {
  1132. 71F3A99C1F5F8E22001036C8 = {
  1133. CreatedOnToolsVersion = 8.3.2;
  1134. DevelopmentTeam = HXWLAA5YN5;
  1135. ProvisioningStyle = Automatic;
  1136. };
  1137. };
  1138. };
  1139. buildConfigurationList = 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */;
  1140. compatibilityVersion = "Xcode 3.2";
  1141. developmentRegion = en;
  1142. hasScannedForEncodings = 0;
  1143. knownRegions = (
  1144. en,
  1145. Base,
  1146. );
  1147. mainGroup = 71F3A9941F5F8E22001036C8;
  1148. productRefGroup = 71F3A99E1F5F8E22001036C8 /* Products */;
  1149. projectDirPath = "";
  1150. projectRoot = "";
  1151. targets = (
  1152. 71F3A99C1F5F8E22001036C8 /* RedAnt Mobile */,
  1153. );
  1154. };
  1155. /* End PBXProject section */
  1156. /* Begin PBXResourcesBuildPhase section */
  1157. 71F3A99B1F5F8E22001036C8 /* Resources */ = {
  1158. isa = PBXResourcesBuildPhase;
  1159. buildActionMask = 2147483647;
  1160. files = (
  1161. 42A7EA7220609F70002EF939 /* Result.xib in Resources */,
  1162. 3C35977E255521420092D740 /* ytplayer.html in Resources */,
  1163. 42973AD81FBAB9C300A3C164 /* EnumSelectAndSort.storyboard in Resources */,
  1164. 42A7EA7420609F70002EF939 /* ResultCell.xib in Resources */,
  1165. 42DBCB131FBEC0E1005574E0 /* Phone_Web_Cell.xib in Resources */,
  1166. 7197D4041FB438B60063EFBB /* demo_row.pdf in Resources */,
  1167. 71FF60371FA96F4F00C5523A /* download_query.xls in Resources */,
  1168. 7197D41A1FBC1BE80063EFBB /* Detail.storyboard in Resources */,
  1169. 716780631FCC0D3700FE2784 /* Upload.storyboard in Resources */,
  1170. 71FF60321FA871DD00C5523A /* data.json in Resources */,
  1171. 7197D41C1FBD1CD60063EFBB /* kv.json in Resources */,
  1172. 7197D40A1FB58E530063EFBB /* search_ui.json in Resources */,
  1173. 71FF60331FA871DD00C5523A /* layout.json in Resources */,
  1174. 42DFAE6B1F9B2B73009AFCCC /* Phone_Action_Cell.xib in Resources */,
  1175. 71CB70B41FA1CCDB009FDCB7 /* server.json in Resources */,
  1176. 3C9BED1A23740CAA0052241C /* camera.xcassets in Resources */,
  1177. 42DFAE791F9B2CBD009AFCCC /* Phone_Signature_Cell.xib in Resources */,
  1178. 716780411FCC0A2900FE2784 /* cam_scan.storyboard in Resources */,
  1179. 71F3A9B01F5F8E22001036C8 /* LaunchScreen.storyboard in Resources */,
  1180. 42DFAE711F9B2C36009AFCCC /* Phone_Image_Cell.xib in Resources */,
  1181. 42973AD61FBA8F4A00A3C164 /* Phone_Range_Cell.xib in Resources */,
  1182. 42DFAE7D1F9B2D02009AFCCC /* Phone_TextView_Cell.xib in Resources */,
  1183. 71F3AA0D1F61151D001036C8 /* commoneditor.phone.xib in Resources */,
  1184. 71E925CB1FDA688E0037F017 /* query_setting.json in Resources */,
  1185. 3C9BED1923740CAA0052241C /* Camera.storyboard in Resources */,
  1186. 71FF602B1FA802AB00C5523A /* loginUI.json in Resources */,
  1187. 71F3AA5A1F624A88001036C8 /* signature.storyboard in Resources */,
  1188. 4221EF9F1FA81E150026E1EC /* RAPredefQuery.storyboard in Resources */,
  1189. 42DFAE771F9B2C9B009AFCCC /* Phone_Model_Cell.xib in Resources */,
  1190. 42D64C941FD0FAA4003F49F9 /* Phone_Banner_Cell.xib in Resources */,
  1191. 714590FF1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.xib in Resources */,
  1192. 71F3AA121F611FC4001036C8 /* testViewController.xib in Resources */,
  1193. 71F3A9AD1F5F8E22001036C8 /* Assets.xcassets in Resources */,
  1194. 42DFAE6D1F9B2BE4009AFCCC /* Phone_Edit_Cell.xib in Resources */,
  1195. 71F3AA8F1F6276B0001036C8 /* default_appearance.json in Resources */,
  1196. 42DFAE731F9B2C67009AFCCC /* Phone_Label_Cell.xib in Resources */,
  1197. 42D64C951FD0FAA4003F49F9 /* Phone_Banner_Item_Cell.xib in Resources */,
  1198. 42DFAE751F9B2C83009AFCCC /* Phone_MAction_Cell.xib in Resources */,
  1199. 42DFAE6F1F9B2C18009AFCCC /* Phone_Enum_Cell.xib in Resources */,
  1200. 42D64CB71FD0FEB5003F49F9 /* PhotoList.storyboard in Resources */,
  1201. 4221EFA11FA81E580026E1EC /* RAQuery.storyboard in Resources */,
  1202. 42DFAE7B1F9B2CE6009AFCCC /* Phone_Switch_Cell.xib in Resources */,
  1203. 71F3A9AB1F5F8E22001036C8 /* Main.storyboard in Resources */,
  1204. 71F3A9C91F5FA11F001036C8 /* login.json in Resources */,
  1205. 7197D4211FBEADCB0063EFBB /* orderdetail.json in Resources */,
  1206. 71F3AA361F612369001036C8 /* CommonEditor.storyboard in Resources */,
  1207. 71FF602F1FA8449C00C5523A /* predef_query.json in Resources */,
  1208. 71F3AA081F5FDDFE001036C8 /* LICENSE in Resources */,
  1209. 4221EFB81FA879470026E1EC /* Result.storyboard in Resources */,
  1210. );
  1211. runOnlyForDeploymentPostprocessing = 0;
  1212. };
  1213. /* End PBXResourcesBuildPhase section */
  1214. /* Begin PBXSourcesBuildPhase section */
  1215. 71F3A9991F5F8E22001036C8 /* Sources */ = {
  1216. isa = PBXSourcesBuildPhase;
  1217. buildActionMask = 2147483647;
  1218. files = (
  1219. 42A7EA6D20609DEE002EF939 /* RAResultViewController.m in Sources */,
  1220. 4221EFB61FA859B80026E1EC /* JLRefreshFooter.m in Sources */,
  1221. 4221EFB21FA8599A0026E1EC /* JLRefreshHeader.m in Sources */,
  1222. 4221EFB31FA8599A0026E1EC /* JLRefreshBasis.m in Sources */,
  1223. 4221EFB41FA8599A0026E1EC /* UIScrollView+JLRefresh.m in Sources */,
  1224. 716780641FCC0D3700FE2784 /* UploadSettingController.m in Sources */,
  1225. 4221EFB51FA8599A0026E1EC /* UIView+JLExtension.m in Sources */,
  1226. 3C35977F255521420092D740 /* RAYTPlayer.m in Sources */,
  1227. 71F3AA3E1F612369001036C8 /* CommonEditorCellSignature.m in Sources */,
  1228. 71F3AA441F612369001036C8 /* EnumSelectViewController.m in Sources */,
  1229. 7167805D1FCC0D0900FE2784 /* RAUploadOperation.m in Sources */,
  1230. 71F3A9E31F5FA531001036C8 /* JLKeyboardListener.m in Sources */,
  1231. 71F3A9A81F5F8E22001036C8 /* RAModeListViewController.m in Sources */,
  1232. 716780681FCC0D4400FE2784 /* UploadCell.m in Sources */,
  1233. 7197D40E1FBBE1260063EFBB /* KVViewController.m in Sources */,
  1234. 71F3AA921F627700001036C8 /* DefaultTableHeaderView.m in Sources */,
  1235. 71F3AA5F1F624AD4001036C8 /* StrikethroughLabel.m in Sources */,
  1236. 42973AD71FBA8F4A00A3C164 /* CommonEditorRangeCell.m in Sources */,
  1237. 7102C13B1FCC0FF70062A67A /* ImageUtils.m in Sources */,
  1238. 71E925CE1FDA6C0D0037F017 /* SearchSettingViewController.m in Sources */,
  1239. 71F3A9EE1F5FA557001036C8 /* mztools.c in Sources */,
  1240. 71F3AA861F626E14001036C8 /* RAConvertor.m in Sources */,
  1241. 71F3A9F01F5FA557001036C8 /* zip.c in Sources */,
  1242. 71F3AA7D1F62617D001036C8 /* NetworkUtils+Contact.m in Sources */,
  1243. 71F3AA3B1F612369001036C8 /* CommonEditorCellLabel.m in Sources */,
  1244. 71F3AA891F62732A001036C8 /* FileCache.m in Sources */,
  1245. 71F3AA651F624B2F001036C8 /* BundleModelViewController.m in Sources */,
  1246. 71F3AA5B1F624A88001036C8 /* SignatureView.m in Sources */,
  1247. 71F3A9CC1F5FA11F001036C8 /* LoginTextFiledCell.m in Sources */,
  1248. 4221EF9A1FA81D070026E1EC /* RAPredefQueryViewController.m in Sources */,
  1249. 714590FE1FE36D99007FD0A4 /* CommonEditorAutoCompleteView.m in Sources */,
  1250. 71F3AA371F612369001036C8 /* CommonEditorCellAction.m in Sources */,
  1251. 7197D4081FB57E270063EFBB /* SearchViewController.m in Sources */,
  1252. 71F3AA381F612369001036C8 /* CommonEditorCellEdit.m in Sources */,
  1253. 3C359783255521760092D740 /* RAUtils.m in Sources */,
  1254. 71F3AA641F624B2F001036C8 /* BundleModelCell.m in Sources */,
  1255. 71F3A9FC1F5FCC79001036C8 /* LoginSettingViewController.m in Sources */,
  1256. 71F3AA4D1F6124A2001036C8 /* TouchImageView.m in Sources */,
  1257. 3C9BED2723740E2A0052241C /* RAPhotoPreviewModel.m in Sources */,
  1258. 71F3A9A51F5F8E22001036C8 /* AppDelegate.m in Sources */,
  1259. 71FF60251FA7209F00C5523A /* EnumSelectAndSortViewController.m in Sources */,
  1260. 3C359787255521C00092D740 /* UIImage+RedAnt.m in Sources */,
  1261. 71F3AA0A1F5FDDFE001036C8 /* NSData+CommonCrypto.m in Sources */,
  1262. 42D64CB91FD0FEB5003F49F9 /* VideoPreviewCell.m in Sources */,
  1263. 71F3AA0B1F5FDDFE001036C8 /* NSString+Base64.m in Sources */,
  1264. 7167804E1FCC0B0000FE2784 /* SCShapeView.m in Sources */,
  1265. 71F3AA111F611FC4001036C8 /* testViewController.m in Sources */,
  1266. 71F3AA431F612369001036C8 /* EnumSelectorCell.m in Sources */,
  1267. 71F3AA3F1F612369001036C8 /* CommonEditorCellSwitch.m in Sources */,
  1268. 4221EF931FA813030026E1EC /* RAModeCell.m in Sources */,
  1269. 716780501FCC0B0000FE2784 /* ScannerViewController.m in Sources */,
  1270. 3C9BED1823740CAA0052241C /* RATakePhotoPreviewController.m in Sources */,
  1271. 71F3AA401F612369001036C8 /* CommonEditorCellTextView.m in Sources */,
  1272. 7167804D1FCC0B0000FE2784 /* RAMenu.m in Sources */,
  1273. 71F3AA4A1F612415001036C8 /* RTLabel.m in Sources */,
  1274. 71F3AA3C1F612369001036C8 /* CommonEditorCellMAction.m in Sources */,
  1275. 71F3AA501F6124C4001036C8 /* ImageUploadViewController.m in Sources */,
  1276. 71F3AA451F612369001036C8 /* MonthPickerViewController.m in Sources */,
  1277. 71F3A9A21F5F8E22001036C8 /* main.m in Sources */,
  1278. 71F3AA951F6277DE001036C8 /* DefaultAppearance.m in Sources */,
  1279. 71F3A9CD1F5FA11F001036C8 /* LoginViewController.m in Sources */,
  1280. 71E9F6C81F8C5CCB0052C78E /* NetworkUtils.m in Sources */,
  1281. 7167805C1FCC0D0900FE2784 /* RAUploadManager.m in Sources */,
  1282. 714591081FEB8E68007FD0A4 /* MDHTMLLabel.m in Sources */,
  1283. 71F3A9D01F5FA277001036C8 /* BasicViewController.m in Sources */,
  1284. 7197D4121FBBE1490063EFBB /* ModelDetailViewController.m in Sources */,
  1285. 71F3AA531F6125ED001036C8 /* ImageViewController.m in Sources */,
  1286. 71F3AA411F612369001036C8 /* CommonEditorViewController.m in Sources */,
  1287. 716780561FCC0C6D00FE2784 /* UIView+Toast.m in Sources */,
  1288. 716780531FCC0C4F00FE2784 /* UIImage+fixOrientation.m in Sources */,
  1289. 71F3A9ED1F5FA557001036C8 /* ioapi.c in Sources */,
  1290. 71F3AA391F612369001036C8 /* CommonEditorCellEnum.m in Sources */,
  1291. 71F3AA3A1F612369001036C8 /* CommonEditorCellImg.m in Sources */,
  1292. 3C9BED2423740DC00052241C /* RAPhotoPreviewController.m in Sources */,
  1293. 42D64CB61FD0FEB5003F49F9 /* ContentPreviewController.m in Sources */,
  1294. 71F3A9EF1F5FA557001036C8 /* unzip.c in Sources */,
  1295. 71F3AA071F5FDDFE001036C8 /* AESCrypt.m in Sources */,
  1296. 7197D4181FBC10710063EFBB /* DetailKVCell.m in Sources */,
  1297. 71F3AA831F6263B2001036C8 /* MainViewController.m in Sources */,
  1298. 42D64CB81FD0FEB5003F49F9 /* PhotoPreviewCell.m in Sources */,
  1299. 7197D41F1FBD2EA60063EFBB /* LineView.m in Sources */,
  1300. 716780651FCC0D3700FE2784 /* UploadViewController.m in Sources */,
  1301. 7197D4151FBBE1610063EFBB /* OrderDetailViewController.m in Sources */,
  1302. 71F3A9CB1F5FA11F001036C8 /* LoginSwitchCell.m in Sources */,
  1303. 71F3AA801F626309001036C8 /* CustomIOSAlertView.m in Sources */,
  1304. 71F3AA5C1F624A88001036C8 /* SignatureViewController.m in Sources */,
  1305. 7167804C1FCC0B0000FE2784 /* MenuViewController.m in Sources */,
  1306. 71F3A9F91F5FA688001036C8 /* Reachability.m in Sources */,
  1307. 42A7EA772060AF56002EF939 /* ResultCell.m in Sources */,
  1308. 42A7EA7320609F70002EF939 /* MyQLPreviewController.m in Sources */,
  1309. 42D8CD5C1FC662E7005BEA15 /* CommonEditorTableContainerView.m in Sources */,
  1310. 71F3AA461F612369001036C8 /* SRMonthPicker.m in Sources */,
  1311. 71F3AA421F612369001036C8 /* DatePickerViewController.m in Sources */,
  1312. 71F3A9D91F5FA3B9001036C8 /* RANetwork.m in Sources */,
  1313. 71F3AA091F5FDDFE001036C8 /* NSData+Base64.m in Sources */,
  1314. 4221EF9D1FA81D5B0026E1EC /* RAQueryViewController.m in Sources */,
  1315. 3C9BED2123740D500052241C /* RAQRCodeScannerViewController.m in Sources */,
  1316. 71F3A9DC1F5FA458001036C8 /* RANetworkTaskDelegate.m in Sources */,
  1317. 42D64C931FD0FAA4003F49F9 /* CommonEditorBannerCell.m in Sources */,
  1318. 71F3AA3D1F612369001036C8 /* CommonEditorCellModel.m in Sources */,
  1319. 71F3AA681F624E19001036C8 /* JKTimerManager.m in Sources */,
  1320. 71FF60291FA7236200C5523A /* EnumModel.m in Sources */,
  1321. 71F3A9F31F5FA56E001036C8 /* ZipArchive.mm in Sources */,
  1322. 7167804F1FCC0B0000FE2784 /* ScannerControllerView.m in Sources */,
  1323. 42D64C921FD0FAA4003F49F9 /* CommonEditorBannerItemCell.m in Sources */,
  1324. 71F3A9BD1F5F8EAE001036C8 /* FullyShowViewController.m in Sources */,
  1325. 42973ADC1FBABB7F00A3C164 /* EnumSelectAndSortCell.m in Sources */,
  1326. 3C9BED1B23740CAA0052241C /* RACameraViewController.m in Sources */,
  1327. 42DBCB111FBEC0B7005574E0 /* CommonEditorWebCell.m in Sources */,
  1328. 71F3A9B91F5F8E73001036C8 /* ResultViewController.m in Sources */,
  1329. );
  1330. runOnlyForDeploymentPostprocessing = 0;
  1331. };
  1332. /* End PBXSourcesBuildPhase section */
  1333. /* Begin PBXVariantGroup section */
  1334. 71F3A9A91F5F8E22001036C8 /* Main.storyboard */ = {
  1335. isa = PBXVariantGroup;
  1336. children = (
  1337. 71F3A9AA1F5F8E22001036C8 /* Base */,
  1338. );
  1339. name = Main.storyboard;
  1340. sourceTree = "<group>";
  1341. };
  1342. 71F3A9AE1F5F8E22001036C8 /* LaunchScreen.storyboard */ = {
  1343. isa = PBXVariantGroup;
  1344. children = (
  1345. 71F3A9AF1F5F8E22001036C8 /* Base */,
  1346. );
  1347. name = LaunchScreen.storyboard;
  1348. sourceTree = "<group>";
  1349. };
  1350. /* End PBXVariantGroup section */
  1351. /* Begin XCBuildConfiguration section */
  1352. 71F3A9B21F5F8E22001036C8 /* Debug */ = {
  1353. isa = XCBuildConfiguration;
  1354. buildSettings = {
  1355. ALWAYS_SEARCH_USER_PATHS = NO;
  1356. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1357. CLANG_ANALYZER_NONNULL = YES;
  1358. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1359. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1360. CLANG_CXX_LIBRARY = "libc++";
  1361. CLANG_ENABLE_MODULES = YES;
  1362. CLANG_ENABLE_OBJC_ARC = YES;
  1363. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1364. CLANG_WARN_BOOL_CONVERSION = YES;
  1365. CLANG_WARN_COMMA = YES;
  1366. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1367. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1368. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1369. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1370. CLANG_WARN_EMPTY_BODY = YES;
  1371. CLANG_WARN_ENUM_CONVERSION = YES;
  1372. CLANG_WARN_INFINITE_RECURSION = YES;
  1373. CLANG_WARN_INT_CONVERSION = YES;
  1374. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1375. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1376. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1377. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1378. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1379. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1380. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1381. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1382. CLANG_WARN_UNREACHABLE_CODE = YES;
  1383. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1384. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1385. COPY_PHASE_STRIP = NO;
  1386. DEBUG_INFORMATION_FORMAT = dwarf;
  1387. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1388. ENABLE_TESTABILITY = YES;
  1389. GCC_C_LANGUAGE_STANDARD = gnu99;
  1390. GCC_DYNAMIC_NO_PIC = NO;
  1391. GCC_NO_COMMON_BLOCKS = YES;
  1392. GCC_OPTIMIZATION_LEVEL = 0;
  1393. GCC_PREPROCESSOR_DEFINITIONS = (
  1394. "DEBUG=1",
  1395. "$(inherited)",
  1396. );
  1397. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1398. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1399. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1400. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1401. GCC_WARN_UNUSED_FUNCTION = YES;
  1402. GCC_WARN_UNUSED_VARIABLE = YES;
  1403. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1404. MTL_ENABLE_DEBUG_INFO = YES;
  1405. ONLY_ACTIVE_ARCH = YES;
  1406. SDKROOT = iphoneos;
  1407. };
  1408. name = Debug;
  1409. };
  1410. 71F3A9B31F5F8E22001036C8 /* Release */ = {
  1411. isa = XCBuildConfiguration;
  1412. buildSettings = {
  1413. ALWAYS_SEARCH_USER_PATHS = NO;
  1414. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1415. CLANG_ANALYZER_NONNULL = YES;
  1416. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1417. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1418. CLANG_CXX_LIBRARY = "libc++";
  1419. CLANG_ENABLE_MODULES = YES;
  1420. CLANG_ENABLE_OBJC_ARC = YES;
  1421. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1422. CLANG_WARN_BOOL_CONVERSION = YES;
  1423. CLANG_WARN_COMMA = YES;
  1424. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1425. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1426. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1427. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1428. CLANG_WARN_EMPTY_BODY = YES;
  1429. CLANG_WARN_ENUM_CONVERSION = YES;
  1430. CLANG_WARN_INFINITE_RECURSION = YES;
  1431. CLANG_WARN_INT_CONVERSION = YES;
  1432. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1433. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1434. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1435. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1436. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1437. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1438. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1439. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1440. CLANG_WARN_UNREACHABLE_CODE = YES;
  1441. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1442. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1443. COPY_PHASE_STRIP = NO;
  1444. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1445. ENABLE_NS_ASSERTIONS = NO;
  1446. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1447. GCC_C_LANGUAGE_STANDARD = gnu99;
  1448. GCC_NO_COMMON_BLOCKS = YES;
  1449. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1450. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1451. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1452. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1453. GCC_WARN_UNUSED_FUNCTION = YES;
  1454. GCC_WARN_UNUSED_VARIABLE = YES;
  1455. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1456. MTL_ENABLE_DEBUG_INFO = NO;
  1457. SDKROOT = iphoneos;
  1458. VALIDATE_PRODUCT = YES;
  1459. };
  1460. name = Release;
  1461. };
  1462. 71F3A9B51F5F8E22001036C8 /* Debug */ = {
  1463. isa = XCBuildConfiguration;
  1464. buildSettings = {
  1465. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1466. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1467. INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
  1468. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1469. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1470. ONLY_ACTIVE_ARCH = YES;
  1471. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
  1472. PRODUCT_NAME = "$(TARGET_NAME)";
  1473. };
  1474. name = Debug;
  1475. };
  1476. 71F3A9B61F5F8E22001036C8 /* Release */ = {
  1477. isa = XCBuildConfiguration;
  1478. buildSettings = {
  1479. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1480. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1481. INFOPLIST_FILE = "RedAnt Mobile/Info.plist";
  1482. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1483. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1484. ONLY_ACTIVE_ARCH = NO;
  1485. PRODUCT_BUNDLE_IDENTIFIER = "usai.redant.RedAnt-Mobile";
  1486. PRODUCT_NAME = "$(TARGET_NAME)";
  1487. };
  1488. name = Release;
  1489. };
  1490. /* End XCBuildConfiguration section */
  1491. /* Begin XCConfigurationList section */
  1492. 71F3A9981F5F8E22001036C8 /* Build configuration list for PBXProject "RedAnt Mobile" */ = {
  1493. isa = XCConfigurationList;
  1494. buildConfigurations = (
  1495. 71F3A9B21F5F8E22001036C8 /* Debug */,
  1496. 71F3A9B31F5F8E22001036C8 /* Release */,
  1497. );
  1498. defaultConfigurationIsVisible = 0;
  1499. defaultConfigurationName = Release;
  1500. };
  1501. 71F3A9B41F5F8E22001036C8 /* Build configuration list for PBXNativeTarget "RedAnt Mobile" */ = {
  1502. isa = XCConfigurationList;
  1503. buildConfigurations = (
  1504. 71F3A9B51F5F8E22001036C8 /* Debug */,
  1505. 71F3A9B61F5F8E22001036C8 /* Release */,
  1506. );
  1507. defaultConfigurationIsVisible = 0;
  1508. defaultConfigurationName = Release;
  1509. };
  1510. /* End XCConfigurationList section */
  1511. };
  1512. rootObject = 71F3A9951F5F8E22001036C8 /* Project object */;
  1513. }