project.pbxproj 143 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 3C0CB336255E56BF00718A03 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB335255E56BF00718A03 /* AppDelegate.m */; };
  10. 3C0CB339255E56BF00718A03 /* SceneDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB338255E56BF00718A03 /* SceneDelegate.m */; };
  11. 3C0CB33C255E56BF00718A03 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB33B255E56BF00718A03 /* ViewController.m */; };
  12. 3C0CB33F255E56BF00718A03 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB33D255E56BF00718A03 /* Main.storyboard */; };
  13. 3C0CB341255E56BF00718A03 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB340255E56BF00718A03 /* Assets.xcassets */; };
  14. 3C0CB344255E56BF00718A03 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB342255E56BF00718A03 /* LaunchScreen.storyboard */; };
  15. 3C0CB347255E56BF00718A03 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB346255E56BF00718A03 /* main.m */; };
  16. 3C0CB351255E56C000718A03 /* RA_TradeFilingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB350255E56C000718A03 /* RA_TradeFilingTests.m */; };
  17. 3C0CB35C255E56C000718A03 /* RA_TradeFilingUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB35B255E56C000718A03 /* RA_TradeFilingUITests.m */; };
  18. 3C0CB375255E599C00718A03 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB374255E599C00718A03 /* RootViewController.m */; };
  19. 3C0CB37B255E5BEA00718A03 /* TFRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB37A255E5BEA00718A03 /* TFRootViewController.m */; };
  20. 3C0CB387255E613200718A03 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB385255E613200718A03 /* LoginViewController.m */; };
  21. 3C0CB38E255E618800718A03 /* MylistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB38D255E618800718A03 /* MylistViewController.m */; };
  22. 3C0CB398255E81BD00718A03 /* HomeHeader.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB396255E81BD00718A03 /* HomeHeader.xib */; };
  23. 3C0CB399255E81BD00718A03 /* Home.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB397255E81BD00718A03 /* Home.storyboard */; };
  24. 3C0CB3A3255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB39F255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.m */; };
  25. 3C0CB3A4255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB3A1255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.m */; };
  26. 3C0CB3A5255E81CC00718A03 /* RAHomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB3A2255E81CC00718A03 /* RAHomeViewController.m */; };
  27. 3C0CB3AA255E81F300718A03 /* Search.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB3A9255E81F300718A03 /* Search.storyboard */; };
  28. 3C0CB3AF255E821500718A03 /* My.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB3AE255E821500718A03 /* My.storyboard */; };
  29. 3C0CB3B4255E825B00718A03 /* Login.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB3B3255E825B00718A03 /* Login.storyboard */; };
  30. 3C0CB3BA255E829000718A03 /* SearchlistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB3B9255E829000718A03 /* SearchlistViewController.m */; };
  31. 3C0CB3C0256253D900718A03 /* RABaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB3BF256253D900718A03 /* RABaseViewController.m */; };
  32. 3C0CB3CB2562739F00718A03 /* StaticModelistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB3C62562739F00718A03 /* StaticModelistViewController.m */; };
  33. 3C0CB3CC2562739F00718A03 /* StaticModeTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB3C82562739F00718A03 /* StaticModeTableViewCell.xib */; };
  34. 3C0CB3CD2562739F00718A03 /* StaticModeTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C0CB3C92562739F00718A03 /* StaticModeTableViewCell.m */; };
  35. 3C0CB3CE2562739F00718A03 /* StaticModelistViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C0CB3CA2562739F00718A03 /* StaticModelistViewController.xib */; };
  36. 3C2431522589EF7400555555 /* searchresult_isf.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C2431512589EF7400555555 /* searchresult_isf.json */; };
  37. 3C2431572589F26100555555 /* searchresult_acem1.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C2431562589F26100555555 /* searchresult_acem1.json */; };
  38. 3C24316D258AF60000555555 /* ResultCustomerCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C24316B258AF60000555555 /* ResultCustomerCell.m */; };
  39. 3C24316E258AF60000555555 /* ResultCustomerCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C24316C258AF60000555555 /* ResultCustomerCell.xib */; };
  40. 3C243174258AFBE900555555 /* ResultCustomerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C243173258AFBE900555555 /* ResultCustomerModel.m */; };
  41. 3C24317C258B00A800555555 /* searchresult_customer.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C24317B258B00A800555555 /* searchresult_customer.json */; };
  42. 3C243181258B016C00555555 /* search_customer.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C243180258B016C00555555 /* search_customer.json */; };
  43. 3C243186258B019B00555555 /* result_customer.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C243185258B019B00555555 /* result_customer.json */; };
  44. 3C2431A2258B3C7A00555555 /* ResultISFCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2431A0258B3C7A00555555 /* ResultISFCell.m */; };
  45. 3C2431A3258B3C7A00555555 /* ResultISFCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C2431A1258B3C7A00555555 /* ResultISFCell.xib */; };
  46. 3C2431B2258B48AA00555555 /* ResultISFModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C2431B1258B48AA00555555 /* ResultISFModel.m */; };
  47. 3C452F3425B9766C0035AF5F /* HomeDashISFCellP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F3225B9766C0035AF5F /* HomeDashISFCellP.m */; };
  48. 3C452F3525B9766C0035AF5F /* HomeDashISFCellP.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452F3325B9766C0035AF5F /* HomeDashISFCellP.xib */; };
  49. 3C452F3B25B9795C0035AF5F /* HomeDashISFModelP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F3A25B9795C0035AF5F /* HomeDashISFModelP.m */; };
  50. 3C452F4425BA73F70035AF5F /* HomeDashACEM1ModelP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F4325BA73F70035AF5F /* HomeDashACEM1ModelP.m */; };
  51. 3C452F4B25BA74610035AF5F /* HomeDashACEM1CellP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F4925BA74610035AF5F /* HomeDashACEM1CellP.m */; };
  52. 3C452F4C25BA74610035AF5F /* HomeDashACEM1CellP.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452F4A25BA74610035AF5F /* HomeDashACEM1CellP.xib */; };
  53. 3C452F5F25BAA5570035AF5F /* HomeDashACICellP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F5D25BAA5570035AF5F /* HomeDashACICellP.m */; };
  54. 3C452F6025BAA5570035AF5F /* HomeDashACICellP.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452F5E25BAA5570035AF5F /* HomeDashACICellP.xib */; };
  55. 3C452F6925BAA5790035AF5F /* HomeDashACIModelP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F6825BAA5790035AF5F /* HomeDashACIModelP.m */; };
  56. 3C452F6F25BABA2B0035AF5F /* HomeDasheManifestModelP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F6E25BABA2B0035AF5F /* HomeDasheManifestModelP.m */; };
  57. 3C452F7625BABA740035AF5F /* HomeDasheManifestCellP.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F7425BABA740035AF5F /* HomeDasheManifestCellP.m */; };
  58. 3C452F7725BABA740035AF5F /* HomeDasheManifestCellP.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452F7525BABA740035AF5F /* HomeDasheManifestCellP.xib */; };
  59. 3C452F7E25BE73190035AF5F /* HomeDashISFCellE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F7C25BE73190035AF5F /* HomeDashISFCellE.m */; };
  60. 3C452F7F25BE73190035AF5F /* HomeDashISFCellE.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452F7D25BE73190035AF5F /* HomeDashISFCellE.xib */; };
  61. 3C452F8525BE733A0035AF5F /* HomeDashISFModelE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F8425BE733A0035AF5F /* HomeDashISFModelE.m */; };
  62. 3C452F8E25BE971C0035AF5F /* HomeDashACEM1ModelE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F8D25BE971C0035AF5F /* HomeDashACEM1ModelE.m */; };
  63. 3C452F9825BE97430035AF5F /* HomeDashACEM1CellE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F9625BE97430035AF5F /* HomeDashACEM1CellE.m */; };
  64. 3C452F9925BE97430035AF5F /* HomeDashACEM1CellE.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452F9725BE97430035AF5F /* HomeDashACEM1CellE.xib */; };
  65. 3C452FA025BE98270035AF5F /* HomeDashACICellE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452F9E25BE98270035AF5F /* HomeDashACICellE.m */; };
  66. 3C452FA125BE98270035AF5F /* HomeDashACICellE.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452F9F25BE98270035AF5F /* HomeDashACICellE.xib */; };
  67. 3C452FA825BE98410035AF5F /* HomeDasheManifestCellE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452FA625BE98410035AF5F /* HomeDasheManifestCellE.m */; };
  68. 3C452FA925BE98410035AF5F /* HomeDasheManifestCellE.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C452FA725BE98410035AF5F /* HomeDasheManifestCellE.xib */; };
  69. 3C452FAF25BE985C0035AF5F /* HomeDashACIModelE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452FAE25BE985C0035AF5F /* HomeDashACIModelE.m */; };
  70. 3C452FB525BE987C0035AF5F /* HomeDasheManifestModelE.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C452FB425BE987C0035AF5F /* HomeDasheManifestModelE.m */; };
  71. 3C5F8B482564F8D300CFD26A /* JLRefreshBasis.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8B472564F8D300CFD26A /* JLRefreshBasis.m */; };
  72. 3C5F8B552564FDD100CFD26A /* ResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8B522564FDD100CFD26A /* ResultViewController.m */; };
  73. 3C5F8B562564FDD100CFD26A /* Result.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8B532564FDD100CFD26A /* Result.storyboard */; };
  74. 3C5F8B8E2564FFC700CFD26A /* ResultViewController+QuickLook.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8B8D2564FFC700CFD26A /* ResultViewController+QuickLook.m */; };
  75. 3C5F8B982565001700CFD26A /* ResultMenuItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8B962565001700CFD26A /* ResultMenuItem.m */; };
  76. 3C5F8B9E2565003600CFD26A /* ResultPresenter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8B9D2565003600CFD26A /* ResultPresenter.m */; };
  77. 3C5F8BB2256500F900CFD26A /* NSData+RAImageType.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BB0256500F900CFD26A /* NSData+RAImageType.m */; };
  78. 3C5F8BB82565013B00CFD26A /* ResultBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BB62565013B00CFD26A /* ResultBaseModel.m */; };
  79. 3C5F8BC12565017E00CFD26A /* ResultACIModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BBF2565017E00CFD26A /* ResultACIModel.m */; };
  80. 3C5F8BC8256503ED00CFD26A /* ResultAdditionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BC6256503ED00CFD26A /* ResultAdditionView.m */; };
  81. 3C5F8BC9256503ED00CFD26A /* ApexResultAdditionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8BC7256503ED00CFD26A /* ApexResultAdditionView.xib */; };
  82. 3C5F8BCF2565042F00CFD26A /* UIView+RAConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BCD2565042E00CFD26A /* UIView+RAConstraint.m */; };
  83. 3C5F8BD52565049400CFD26A /* JLRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BD32565049300CFD26A /* JLRefreshHeader.m */; };
  84. 3C5F8BDB2565053700CFD26A /* SavedDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BDA2565053700CFD26A /* SavedDetailViewController.m */; };
  85. 3C5F8BE12565055400CFD26A /* SavedSearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BE02565055300CFD26A /* SavedSearchViewController.m */; };
  86. 3C5F8BF4256505FC00CFD26A /* CellItemHistory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BF3256505FC00CFD26A /* CellItemHistory.m */; };
  87. 3C5F8C00256506BA00CFD26A /* MyQLPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8BFF256506BA00CFD26A /* MyQLPreviewController.m */; };
  88. 3C5F8C06256506DC00CFD26A /* CustomizeFieldViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C05256506DC00CFD26A /* CustomizeFieldViewController.m */; };
  89. 3C5F8C0F256508D400CFD26A /* SearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C0E256508D400CFD26A /* SearchViewController.m */; };
  90. 3C5F8C152565092C00CFD26A /* MyAutocompleteView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C142565092C00CFD26A /* MyAutocompleteView.m */; };
  91. 3C5F8C1B2565095900CFD26A /* MyAutocompleteItemsSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C192565095900CFD26A /* MyAutocompleteItemsSource.m */; };
  92. 3C5F8C212565097600CFD26A /* MySuggestion.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C202565097600CFD26A /* MySuggestion.m */; };
  93. 3C5F8C272565099300CFD26A /* MyAutocompletionCellFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C262565099300CFD26A /* MyAutocompletionCellFactory.m */; };
  94. 3C5F8C2D256509AA00CFD26A /* SearchTableAdapterJson.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C2C256509AA00CFD26A /* SearchTableAdapterJson.m */; };
  95. 3C5F8C3B25650A8500CFD26A /* TableCellEdit.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C3625650A8500CFD26A /* TableCellEdit.m */; };
  96. 3C5F8C3C25650A8500CFD26A /* TableCellBool.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C3825650A8500CFD26A /* TableCellBool.m */; };
  97. 3C5F8C3D25650A8500CFD26A /* TableCellDate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C3A25650A8500CFD26A /* TableCellDate.m */; };
  98. 3C5F8C4425650B0E00CFD26A /* ResultACEM1Cell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C4125650B0E00CFD26A /* ResultACEM1Cell.m */; };
  99. 3C5F8C4525650B0E00CFD26A /* ResultACEM1Cell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8C4225650B0E00CFD26A /* ResultACEM1Cell.xib */; };
  100. 3C5F8C5325650B9700CFD26A /* JLCustomerNavigationAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C5225650B9700CFD26A /* JLCustomerNavigationAlertController.m */; };
  101. 3C5F8C5925650BD800CFD26A /* LPShareActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C5725650BD800CFD26A /* LPShareActivity.m */; };
  102. 3C5F8C5F25650C0F00CFD26A /* ResultAddition.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C5D25650C0F00CFD26A /* ResultAddition.m */; };
  103. 3C5F8C6525650C3F00CFD26A /* RAConvertor.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C6425650C3F00CFD26A /* RAConvertor.m */; };
  104. 3C5F8C6E2565196A00CFD26A /* JLPresentationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C6C2565196A00CFD26A /* JLPresentationController.m */; };
  105. 3C5F8C75256660E900CFD26A /* OnlineDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C74256660E900CFD26A /* OnlineDataProvider.m */; };
  106. 3C5F8C7B2566610A00CFD26A /* OfflineDataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C7A2566610A00CFD26A /* OfflineDataProvider.m */; };
  107. 3C5F8C87256B935E00CFD26A /* my.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8C86256B935E00CFD26A /* my.json */; };
  108. 3C5F8C8D256CFF6F00CFD26A /* CollectionViewButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C8C256CFF6F00CFD26A /* CollectionViewButtonCell.m */; };
  109. 3C5F8C93256D079200CFD26A /* ButtonCollectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8C92256D079200CFD26A /* ButtonCollectionView.m */; };
  110. 3C5F8C9D256E3A5900CFD26A /* CollectionViewButtonCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8C9C256E3A5900CFD26A /* CollectionViewButtonCell.xib */; };
  111. 3C5F8CA3256F847400CFD26A /* FunctionSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8CA2256F847300CFD26A /* FunctionSettingViewController.m */; };
  112. 3C5F8CA8256F919900CFD26A /* FunctionPanel.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8CA7256F919900CFD26A /* FunctionPanel.json */; };
  113. 3C5F8CB32574C92300CFD26A /* home.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8CB22574C92200CFD26A /* home.json */; };
  114. 3C5F8CC22576220400CFD26A /* DashboardModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8CC12576220400CFD26A /* DashboardModel.m */; };
  115. 3C5F8CCE25777A2100CFD26A /* search_acem1.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8CCD25777A2100CFD26A /* search_acem1.json */; };
  116. 3C5F8CD725777E7300CFD26A /* Fields.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8CD625777E7300CFD26A /* Fields.storyboard */; };
  117. 3C5F8CE42578807100CFD26A /* search_aci.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8CE12578807100CFD26A /* search_aci.json */; };
  118. 3C5F8CE52578807100CFD26A /* search_isf.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8CE22578807100CFD26A /* search_isf.json */; };
  119. 3C5F8CE62578807100CFD26A /* search_emanifest.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8CE32578807100CFD26A /* search_emanifest.json */; };
  120. 3C5F8CEF257A1DC900CFD26A /* ResultViewController+TableDataSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8CED257A1DC900CFD26A /* ResultViewController+TableDataSource.m */; };
  121. 3C5F8CF5257A1EE100CFD26A /* ResultViewController+TableDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8CF4257A1EE100CFD26A /* ResultViewController+TableDelegate.m */; };
  122. 3C5F8D13257A265600CFD26A /* result_acem1.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D0F257A265500CFD26A /* result_acem1.json */; };
  123. 3C5F8D14257A265600CFD26A /* result_emanifest.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D10257A265500CFD26A /* result_emanifest.json */; };
  124. 3C5F8D15257A265600CFD26A /* result_isf.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D11257A265500CFD26A /* result_isf.json */; };
  125. 3C5F8D16257A265600CFD26A /* result_aci.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D12257A265500CFD26A /* result_aci.json */; };
  126. 3C5F8D1B257A2BCB00CFD26A /* searchresult_aci.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D1A257A2BCB00CFD26A /* searchresult_aci.json */; };
  127. 3C5F8D2D257E2A6A00CFD26A /* DetailTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D2B257E2A6A00CFD26A /* DetailTabBarController.m */; };
  128. 3C5F8D33257E2A8C00CFD26A /* DetailPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D31257E2A8C00CFD26A /* DetailPageViewController.m */; };
  129. 3C5F8D39257E2AEF00CFD26A /* DetailCellKVNew.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D38257E2AEF00CFD26A /* DetailCellKVNew.m */; };
  130. 3C5F8D3F257E2B3600CFD26A /* DetailCellList.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D3D257E2B3600CFD26A /* DetailCellList.m */; };
  131. 3C5F8D45257E2B4500CFD26A /* DetailCellWeb.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D44257E2B4500CFD26A /* DetailCellWeb.m */; };
  132. 3C5F8D4B257E2D8700CFD26A /* DetailContent.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D4A257E2D8700CFD26A /* DetailContent.m */; };
  133. 3C5F8D54257F53F300CFD26A /* UIView+Toast.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D53257F53F300CFD26A /* UIView+Toast.m */; };
  134. 3C5F8D5D257F541400CFD26A /* UIView+JLExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D5C257F541300CFD26A /* UIView+JLExtension.m */; };
  135. 3C5F8D66257F542500CFD26A /* UIScrollView+JLRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D65257F542500CFD26A /* UIScrollView+JLRefresh.m */; };
  136. 3C5F8D6D257F546B00CFD26A /* DetailShareItemProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D6B257F546B00CFD26A /* DetailShareItemProvider.m */; };
  137. 3C5F8D73257F54FB00CFD26A /* MDHTMLLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D72257F54FB00CFD26A /* MDHTMLLabel.m */; };
  138. 3C5F8D79257F550D00CFD26A /* LineView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D78257F550D00CFD26A /* LineView.m */; };
  139. 3C5F8D7F257F55BD00CFD26A /* TabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D7D257F55BD00CFD26A /* TabBarController.m */; };
  140. 3C5F8D84257F5CA800CFD26A /* Detail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D83257F5CA800CFD26A /* Detail.storyboard */; };
  141. 3C5F8D89258079BA00CFD26A /* login.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D88258079B900CFD26A /* login.json */; };
  142. 3C5F8D8F2580B4E500CFD26A /* CompanySelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D8E2580B4E500CFD26A /* CompanySelectViewController.m */; };
  143. 3C5F8D962583500A00CFD26A /* ResultACICell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8D942583500A00CFD26A /* ResultACICell.m */; };
  144. 3C5F8D972583500A00CFD26A /* ResultACICell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8D952583500A00CFD26A /* ResultACICell.xib */; };
  145. 3C5F8DBA2583655200CFD26A /* searchresult_emanifest.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C5F8DB92583655200CFD26A /* searchresult_emanifest.json */; };
  146. 3C5F8DC325836A9F00CFD26A /* ResultACEM1Model.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C5F8DC225836A9F00CFD26A /* ResultACEM1Model.m */; };
  147. 3C7670342595932D00588DB5 /* TFNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7670332595932D00588DB5 /* TFNavigationController.m */; };
  148. 3C7670392595BE2A00588DB5 /* detail.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670382595BE2900588DB5 /* detail.json */; };
  149. 3C7670482599B1E000588DB5 /* ResulteManifestModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7670472599B1E000588DB5 /* ResulteManifestModel.m */; };
  150. 3C7670512599B29D00588DB5 /* ResulteManifestCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7670502599B29D00588DB5 /* ResulteManifestCell.m */; };
  151. 3C7670562599B2C700588DB5 /* ResulteManifestCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670552599B2C700588DB5 /* ResulteManifestCell.xib */; };
  152. 3C767066259B200F00588DB5 /* HomeDashEmptyCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C767064259B200F00588DB5 /* HomeDashEmptyCell.m */; };
  153. 3C767067259B200F00588DB5 /* HomeDashEmptyCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3C767065259B200F00588DB5 /* HomeDashEmptyCell.xib */; };
  154. 3C76706F25A2F4F000588DB5 /* log_isf.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C76706E25A2F4F000588DB5 /* log_isf.json */; };
  155. 3C76707425A2F60C00588DB5 /* container.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C76707325A2F60C00588DB5 /* container.json */; };
  156. 3C76707A25A453AD00588DB5 /* DetailCellContainer.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C76707925A453AD00588DB5 /* DetailCellContainer.m */; };
  157. 3C76708825A6DD7400588DB5 /* ChangePasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C76708625A6DD7400588DB5 /* ChangePasswordViewController.m */; };
  158. 3C76709625A84C0C00588DB5 /* log_acem1.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C76709525A84C0C00588DB5 /* log_acem1.json */; };
  159. 3C76709E25A84C1E00588DB5 /* log_aci.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C76709D25A84C1E00588DB5 /* log_aci.json */; };
  160. 3C7670A325A84C3600588DB5 /* log_emanifest.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670A225A84C3600588DB5 /* log_emanifest.json */; };
  161. 3C7670A825A84C5900588DB5 /* log_hblclose.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670A725A84C5900588DB5 /* log_hblclose.json */; };
  162. 3C7670AD25A84C8600588DB5 /* detail_customer.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670AC25A84C8600588DB5 /* detail_customer.json */; };
  163. 3C7670B225ABFDFF00588DB5 /* wkweb.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670B125ABFDFF00588DB5 /* wkweb.storyboard */; };
  164. 3C7670D825AC268300588DB5 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670D625AC268300588DB5 /* Localizable.strings */; };
  165. 3C7670E125AC275700588DB5 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670E325AC275700588DB5 /* Localizable.strings */; };
  166. 3C7670FE25B6ABE900588DB5 /* About.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C7670FD25B6ABE900588DB5 /* About.storyboard */; };
  167. 3C76710425B6AFF800588DB5 /* AboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C76710325B6AFF800588DB5 /* AboutViewController.m */; };
  168. 3C76710D25B6D94100588DB5 /* SignupViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C76710C25B6D94100588DB5 /* SignupViewController.m */; };
  169. 3C76711425B7C28600588DB5 /* AgreementViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C76711325B7C28600588DB5 /* AgreementViewController.m */; };
  170. 3C76711C25B7C29800588DB5 /* SignUp.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3C76711B25B7C29800588DB5 /* SignUp.storyboard */; };
  171. 3C7F37282563CC5F0033BF82 /* NetworkUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37262563CC5F0033BF82 /* NetworkUtils.m */; };
  172. 3C7F37432563CDB70033BF82 /* NSData+CommonCrypto.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F373B2563CDB70033BF82 /* NSData+CommonCrypto.m */; };
  173. 3C7F37442563CDB70033BF82 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 3C7F373C2563CDB70033BF82 /* LICENSE */; };
  174. 3C7F37452563CDB70033BF82 /* NSString+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F373F2563CDB70033BF82 /* NSString+Base64.m */; };
  175. 3C7F37462563CDB70033BF82 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37402563CDB70033BF82 /* NSData+Base64.m */; };
  176. 3C7F37472563CDB70033BF82 /* AESCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37422563CDB70033BF82 /* AESCrypt.m */; };
  177. 3C7F37532564C0690033BF82 /* RAEmptyView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37512564C0690033BF82 /* RAEmptyView.m */; };
  178. 3C7F376A2564C11E0033BF82 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37662564C11E0033BF82 /* Reachability.m */; };
  179. 3C7F37712564C13F0033BF82 /* RANetworkTaskDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F376F2564C13E0033BF82 /* RANetworkTaskDelegate.m */; };
  180. 3C7F377A2564C1E10033BF82 /* RABadgeNumberView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37792564C1E10033BF82 /* RABadgeNumberView.m */; };
  181. 3C7F378C2564C2400033BF82 /* RAProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F378B2564C2400033BF82 /* RAProgressHUD.m */; };
  182. 3C7F37922564C2720033BF82 /* RAHomeHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37912564C2720033BF82 /* RAHomeHeaderView.m */; };
  183. 3C7F37E02564C3DD0033BF82 /* UIScrollView+Empty.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37DE2564C3DD0033BF82 /* UIScrollView+Empty.m */; };
  184. 3C7F37E12564C3DD0033BF82 /* RAEmptyDataView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37DF2564C3DD0033BF82 /* RAEmptyDataView.m */; };
  185. 3C7F37F32564C44D0033BF82 /* UIImage+RedAnt.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37F12564C44D0033BF82 /* UIImage+RedAnt.m */; };
  186. 3C7F37F92564C4810033BF82 /* RASingleton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37F82564C4810033BF82 /* RASingleton.m */; };
  187. 3C7F37FF2564C4C80033BF82 /* RADataProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F37FD2564C4C80033BF82 /* RADataProvider.m */; };
  188. 3C7F38052564C5440033BF82 /* RetrievePasswordViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F38032564C5440033BF82 /* RetrievePasswordViewController.m */; };
  189. 3C7F381D2564C6980033BF82 /* RAHomeSectionHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F381B2564C6980033BF82 /* RAHomeSectionHeaderView.m */; };
  190. 3C7F38232564C70F0033BF82 /* JLCustomerAlertController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F38222564C70F0033BF82 /* JLCustomerAlertController.m */; };
  191. 3C7F382D2564C78C0033BF82 /* JLRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F382C2564C78C0033BF82 /* JLRefreshFooter.m */; };
  192. 3C7F38392564C7EB0033BF82 /* WebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C7F38372564C7EB0033BF82 /* WebViewController.m */; };
  193. 3C833CA925C7D6CB006F9BEF /* detail_acem1.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C833CA825C7D6CB006F9BEF /* detail_acem1.json */; };
  194. 3C833CAE25C92665006F9BEF /* detail_isf.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C833CAD25C92665006F9BEF /* detail_isf.json */; };
  195. 3C833CB325C941AB006F9BEF /* detail_aci.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C833CB225C941AB006F9BEF /* detail_aci.json */; };
  196. 3C833CB825C94289006F9BEF /* detail_emanifest.json in Resources */ = {isa = PBXBuildFile; fileRef = 3C833CB725C94289006F9BEF /* detail_emanifest.json */; };
  197. 3C833CBE25C944FE006F9BEF /* DetailCellContainerCA.m in Sources */ = {isa = PBXBuildFile; fileRef = 3C833CBD25C944FE006F9BEF /* DetailCellContainerCA.m */; };
  198. 3C833CD225CBF10B006F9BEF /* fake_export.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 3C833CD125CBF10A006F9BEF /* fake_export.pdf */; };
  199. 3CAB3FDB2564F27D00CB554D /* RAUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CAB3FDA2564F27D00CB554D /* RAUtils.m */; };
  200. /* End PBXBuildFile section */
  201. /* Begin PBXContainerItemProxy section */
  202. 3C0CB34D255E56C000718A03 /* PBXContainerItemProxy */ = {
  203. isa = PBXContainerItemProxy;
  204. containerPortal = 3C0CB329255E56BF00718A03 /* Project object */;
  205. proxyType = 1;
  206. remoteGlobalIDString = 3C0CB330255E56BF00718A03;
  207. remoteInfo = "RA TradeFiling";
  208. };
  209. 3C0CB358255E56C000718A03 /* PBXContainerItemProxy */ = {
  210. isa = PBXContainerItemProxy;
  211. containerPortal = 3C0CB329255E56BF00718A03 /* Project object */;
  212. proxyType = 1;
  213. remoteGlobalIDString = 3C0CB330255E56BF00718A03;
  214. remoteInfo = "RA TradeFiling";
  215. };
  216. /* End PBXContainerItemProxy section */
  217. /* Begin PBXFileReference section */
  218. 3C0CB331255E56BF00718A03 /* RA TradeFiling.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "RA TradeFiling.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  219. 3C0CB334255E56BF00718A03 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  220. 3C0CB335255E56BF00718A03 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  221. 3C0CB337255E56BF00718A03 /* SceneDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SceneDelegate.h; sourceTree = "<group>"; };
  222. 3C0CB338255E56BF00718A03 /* SceneDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SceneDelegate.m; sourceTree = "<group>"; };
  223. 3C0CB33A255E56BF00718A03 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  224. 3C0CB33B255E56BF00718A03 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  225. 3C0CB33E255E56BF00718A03 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  226. 3C0CB340255E56BF00718A03 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  227. 3C0CB343255E56BF00718A03 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  228. 3C0CB345255E56BF00718A03 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  229. 3C0CB346255E56BF00718A03 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  230. 3C0CB34C255E56C000718A03 /* RA TradeFilingTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "RA TradeFilingTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  231. 3C0CB350255E56C000718A03 /* RA_TradeFilingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RA_TradeFilingTests.m; sourceTree = "<group>"; };
  232. 3C0CB352255E56C000718A03 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  233. 3C0CB357255E56C000718A03 /* RA TradeFilingUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "RA TradeFilingUITests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  234. 3C0CB35B255E56C000718A03 /* RA_TradeFilingUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RA_TradeFilingUITests.m; sourceTree = "<group>"; };
  235. 3C0CB35D255E56C000718A03 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  236. 3C0CB373255E599C00718A03 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RootViewController.h; path = "../../../common/Tab Based Framework/RootViewController.h"; sourceTree = "<group>"; };
  237. 3C0CB374255E599C00718A03 /* RootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RootViewController.m; path = "../../../common/Tab Based Framework/RootViewController.m"; sourceTree = "<group>"; };
  238. 3C0CB379255E5BEA00718A03 /* TFRootViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TFRootViewController.h; sourceTree = "<group>"; };
  239. 3C0CB37A255E5BEA00718A03 /* TFRootViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TFRootViewController.m; sourceTree = "<group>"; };
  240. 3C0CB37F255E5CF900718A03 /* const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const.h; sourceTree = "<group>"; };
  241. 3C0CB380255E5D0E00718A03 /* config.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
  242. 3C0CB385255E613200718A03 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; };
  243. 3C0CB386255E613200718A03 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; };
  244. 3C0CB38C255E618800718A03 /* MylistViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MylistViewController.h; sourceTree = "<group>"; };
  245. 3C0CB38D255E618800718A03 /* MylistViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MylistViewController.m; sourceTree = "<group>"; };
  246. 3C0CB396255E81BD00718A03 /* HomeHeader.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HomeHeader.xib; sourceTree = "<group>"; };
  247. 3C0CB397255E81BD00718A03 /* Home.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Home.storyboard; sourceTree = "<group>"; };
  248. 3C0CB39D255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RAHomeViewController+HomeTableDataSource.h"; sourceTree = "<group>"; };
  249. 3C0CB39E255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RAHomeViewController+HomeTableDelegate.h"; sourceTree = "<group>"; };
  250. 3C0CB39F255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RAHomeViewController+HomeTableDelegate.m"; sourceTree = "<group>"; };
  251. 3C0CB3A0255E81CC00718A03 /* RAHomeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAHomeViewController.h; sourceTree = "<group>"; };
  252. 3C0CB3A1255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "RAHomeViewController+HomeTableDataSource.m"; sourceTree = "<group>"; };
  253. 3C0CB3A2255E81CC00718A03 /* RAHomeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAHomeViewController.m; sourceTree = "<group>"; };
  254. 3C0CB3A9255E81F300718A03 /* Search.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Search.storyboard; sourceTree = "<group>"; };
  255. 3C0CB3AE255E821500718A03 /* My.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = My.storyboard; sourceTree = "<group>"; };
  256. 3C0CB3B3255E825B00718A03 /* Login.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Login.storyboard; sourceTree = "<group>"; };
  257. 3C0CB3B8255E829000718A03 /* SearchlistViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchlistViewController.h; sourceTree = "<group>"; };
  258. 3C0CB3B9255E829000718A03 /* SearchlistViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchlistViewController.m; sourceTree = "<group>"; };
  259. 3C0CB3BE256253D800718A03 /* RABaseViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RABaseViewController.h; sourceTree = "<group>"; };
  260. 3C0CB3BF256253D900718A03 /* RABaseViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RABaseViewController.m; sourceTree = "<group>"; };
  261. 3C0CB3C52562739F00718A03 /* StaticModelistViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StaticModelistViewController.h; sourceTree = "<group>"; };
  262. 3C0CB3C62562739F00718A03 /* StaticModelistViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StaticModelistViewController.m; sourceTree = "<group>"; };
  263. 3C0CB3C72562739F00718A03 /* StaticModeTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StaticModeTableViewCell.h; sourceTree = "<group>"; };
  264. 3C0CB3C82562739F00718A03 /* StaticModeTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = StaticModeTableViewCell.xib; sourceTree = "<group>"; };
  265. 3C0CB3C92562739F00718A03 /* StaticModeTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StaticModeTableViewCell.m; sourceTree = "<group>"; };
  266. 3C0CB3CA2562739F00718A03 /* StaticModelistViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = StaticModelistViewController.xib; sourceTree = "<group>"; };
  267. 3C2431512589EF7400555555 /* searchresult_isf.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = searchresult_isf.json; sourceTree = "<group>"; };
  268. 3C2431562589F26100555555 /* searchresult_acem1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = searchresult_acem1.json; sourceTree = "<group>"; };
  269. 3C24316A258AF60000555555 /* ResultCustomerCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResultCustomerCell.h; sourceTree = "<group>"; };
  270. 3C24316B258AF60000555555 /* ResultCustomerCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ResultCustomerCell.m; sourceTree = "<group>"; };
  271. 3C24316C258AF60000555555 /* ResultCustomerCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ResultCustomerCell.xib; sourceTree = "<group>"; };
  272. 3C243172258AFBE900555555 /* ResultCustomerModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResultCustomerModel.h; sourceTree = "<group>"; };
  273. 3C243173258AFBE900555555 /* ResultCustomerModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ResultCustomerModel.m; sourceTree = "<group>"; };
  274. 3C24317B258B00A800555555 /* searchresult_customer.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = searchresult_customer.json; sourceTree = "<group>"; };
  275. 3C243180258B016C00555555 /* search_customer.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = search_customer.json; sourceTree = "<group>"; };
  276. 3C243185258B019B00555555 /* result_customer.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = result_customer.json; sourceTree = "<group>"; };
  277. 3C24319F258B3C7A00555555 /* ResultISFCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResultISFCell.h; sourceTree = "<group>"; };
  278. 3C2431A0258B3C7A00555555 /* ResultISFCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ResultISFCell.m; sourceTree = "<group>"; };
  279. 3C2431A1258B3C7A00555555 /* ResultISFCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ResultISFCell.xib; sourceTree = "<group>"; };
  280. 3C2431B0258B48AA00555555 /* ResultISFModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResultISFModel.h; sourceTree = "<group>"; };
  281. 3C2431B1258B48AA00555555 /* ResultISFModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ResultISFModel.m; sourceTree = "<group>"; };
  282. 3C452F3125B9766C0035AF5F /* HomeDashISFCellP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashISFCellP.h; sourceTree = "<group>"; };
  283. 3C452F3225B9766C0035AF5F /* HomeDashISFCellP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashISFCellP.m; sourceTree = "<group>"; };
  284. 3C452F3325B9766C0035AF5F /* HomeDashISFCellP.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDashISFCellP.xib; sourceTree = "<group>"; };
  285. 3C452F3925B9795C0035AF5F /* HomeDashISFModelP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashISFModelP.h; sourceTree = "<group>"; };
  286. 3C452F3A25B9795C0035AF5F /* HomeDashISFModelP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashISFModelP.m; sourceTree = "<group>"; };
  287. 3C452F4225BA73F70035AF5F /* HomeDashACEM1ModelP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACEM1ModelP.h; sourceTree = "<group>"; };
  288. 3C452F4325BA73F70035AF5F /* HomeDashACEM1ModelP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACEM1ModelP.m; sourceTree = "<group>"; };
  289. 3C452F4825BA74610035AF5F /* HomeDashACEM1CellP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACEM1CellP.h; sourceTree = "<group>"; };
  290. 3C452F4925BA74610035AF5F /* HomeDashACEM1CellP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACEM1CellP.m; sourceTree = "<group>"; };
  291. 3C452F4A25BA74610035AF5F /* HomeDashACEM1CellP.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDashACEM1CellP.xib; sourceTree = "<group>"; };
  292. 3C452F5C25BAA5570035AF5F /* HomeDashACICellP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACICellP.h; sourceTree = "<group>"; };
  293. 3C452F5D25BAA5570035AF5F /* HomeDashACICellP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACICellP.m; sourceTree = "<group>"; };
  294. 3C452F5E25BAA5570035AF5F /* HomeDashACICellP.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDashACICellP.xib; sourceTree = "<group>"; };
  295. 3C452F6725BAA5790035AF5F /* HomeDashACIModelP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACIModelP.h; sourceTree = "<group>"; };
  296. 3C452F6825BAA5790035AF5F /* HomeDashACIModelP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACIModelP.m; sourceTree = "<group>"; };
  297. 3C452F6D25BABA2B0035AF5F /* HomeDasheManifestModelP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDasheManifestModelP.h; sourceTree = "<group>"; };
  298. 3C452F6E25BABA2B0035AF5F /* HomeDasheManifestModelP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDasheManifestModelP.m; sourceTree = "<group>"; };
  299. 3C452F7325BABA740035AF5F /* HomeDasheManifestCellP.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDasheManifestCellP.h; sourceTree = "<group>"; };
  300. 3C452F7425BABA740035AF5F /* HomeDasheManifestCellP.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDasheManifestCellP.m; sourceTree = "<group>"; };
  301. 3C452F7525BABA740035AF5F /* HomeDasheManifestCellP.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDasheManifestCellP.xib; sourceTree = "<group>"; };
  302. 3C452F7B25BE73190035AF5F /* HomeDashISFCellE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashISFCellE.h; sourceTree = "<group>"; };
  303. 3C452F7C25BE73190035AF5F /* HomeDashISFCellE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashISFCellE.m; sourceTree = "<group>"; };
  304. 3C452F7D25BE73190035AF5F /* HomeDashISFCellE.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDashISFCellE.xib; sourceTree = "<group>"; };
  305. 3C452F8325BE733A0035AF5F /* HomeDashISFModelE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashISFModelE.h; sourceTree = "<group>"; };
  306. 3C452F8425BE733A0035AF5F /* HomeDashISFModelE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashISFModelE.m; sourceTree = "<group>"; };
  307. 3C452F8C25BE971C0035AF5F /* HomeDashACEM1ModelE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACEM1ModelE.h; sourceTree = "<group>"; };
  308. 3C452F8D25BE971C0035AF5F /* HomeDashACEM1ModelE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACEM1ModelE.m; sourceTree = "<group>"; };
  309. 3C452F9525BE97430035AF5F /* HomeDashACEM1CellE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACEM1CellE.h; sourceTree = "<group>"; };
  310. 3C452F9625BE97430035AF5F /* HomeDashACEM1CellE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACEM1CellE.m; sourceTree = "<group>"; };
  311. 3C452F9725BE97430035AF5F /* HomeDashACEM1CellE.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDashACEM1CellE.xib; sourceTree = "<group>"; };
  312. 3C452F9D25BE98270035AF5F /* HomeDashACICellE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACICellE.h; sourceTree = "<group>"; };
  313. 3C452F9E25BE98270035AF5F /* HomeDashACICellE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACICellE.m; sourceTree = "<group>"; };
  314. 3C452F9F25BE98270035AF5F /* HomeDashACICellE.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDashACICellE.xib; sourceTree = "<group>"; };
  315. 3C452FA525BE98410035AF5F /* HomeDasheManifestCellE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDasheManifestCellE.h; sourceTree = "<group>"; };
  316. 3C452FA625BE98410035AF5F /* HomeDasheManifestCellE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDasheManifestCellE.m; sourceTree = "<group>"; };
  317. 3C452FA725BE98410035AF5F /* HomeDasheManifestCellE.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDasheManifestCellE.xib; sourceTree = "<group>"; };
  318. 3C452FAD25BE985C0035AF5F /* HomeDashACIModelE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashACIModelE.h; sourceTree = "<group>"; };
  319. 3C452FAE25BE985C0035AF5F /* HomeDashACIModelE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashACIModelE.m; sourceTree = "<group>"; };
  320. 3C452FB325BE987C0035AF5F /* HomeDasheManifestModelE.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDasheManifestModelE.h; sourceTree = "<group>"; };
  321. 3C452FB425BE987C0035AF5F /* HomeDasheManifestModelE.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDasheManifestModelE.m; sourceTree = "<group>"; };
  322. 3C5F8B422564F3DD00CFD26A /* common_const.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = common_const.h; path = ../../common/common_const.h; sourceTree = "<group>"; };
  323. 3C5F8B462564F8D300CFD26A /* JLRefreshBasis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JLRefreshBasis.h; path = ../../common/customUI/Refresh/JLRefreshBasis.h; sourceTree = "<group>"; };
  324. 3C5F8B472564F8D300CFD26A /* JLRefreshBasis.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JLRefreshBasis.m; path = ../../common/customUI/Refresh/JLRefreshBasis.m; sourceTree = "<group>"; };
  325. 3C5F8B522564FDD100CFD26A /* ResultViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultViewController.m; sourceTree = "<group>"; };
  326. 3C5F8B532564FDD100CFD26A /* Result.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Result.storyboard; sourceTree = "<group>"; };
  327. 3C5F8B542564FDD100CFD26A /* ResultViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultViewController.h; sourceTree = "<group>"; };
  328. 3C5F8B8C2564FFC700CFD26A /* ResultViewController+QuickLook.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ResultViewController+QuickLook.h"; sourceTree = "<group>"; };
  329. 3C5F8B8D2564FFC700CFD26A /* ResultViewController+QuickLook.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ResultViewController+QuickLook.m"; sourceTree = "<group>"; };
  330. 3C5F8B922565000200CFD26A /* ResultProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResultProtocol.h; sourceTree = "<group>"; };
  331. 3C5F8B962565001700CFD26A /* ResultMenuItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultMenuItem.m; sourceTree = "<group>"; };
  332. 3C5F8B972565001700CFD26A /* ResultMenuItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultMenuItem.h; sourceTree = "<group>"; };
  333. 3C5F8B9C2565003600CFD26A /* ResultPresenter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultPresenter.h; sourceTree = "<group>"; };
  334. 3C5F8B9D2565003600CFD26A /* ResultPresenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultPresenter.m; sourceTree = "<group>"; };
  335. 3C5F8BB0256500F900CFD26A /* NSData+RAImageType.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSData+RAImageType.m"; path = "../../common/NSData/NSData+RAImageType.m"; sourceTree = "<group>"; };
  336. 3C5F8BB1256500F900CFD26A /* NSData+RAImageType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSData+RAImageType.h"; path = "../../common/NSData/NSData+RAImageType.h"; sourceTree = "<group>"; };
  337. 3C5F8BB62565013B00CFD26A /* ResultBaseModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultBaseModel.m; sourceTree = "<group>"; };
  338. 3C5F8BB72565013B00CFD26A /* ResultBaseModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultBaseModel.h; sourceTree = "<group>"; };
  339. 3C5F8BBE2565017E00CFD26A /* ResultACIModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultACIModel.h; sourceTree = "<group>"; };
  340. 3C5F8BBF2565017E00CFD26A /* ResultACIModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultACIModel.m; sourceTree = "<group>"; };
  341. 3C5F8BC5256503EC00CFD26A /* ResultAdditionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultAdditionView.h; sourceTree = "<group>"; };
  342. 3C5F8BC6256503ED00CFD26A /* ResultAdditionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultAdditionView.m; sourceTree = "<group>"; };
  343. 3C5F8BC7256503ED00CFD26A /* ApexResultAdditionView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ApexResultAdditionView.xib; sourceTree = "<group>"; };
  344. 3C5F8BCD2565042E00CFD26A /* UIView+RAConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIView+RAConstraint.m"; path = "../../common/LayoutConstraint/UIView+RAConstraint.m"; sourceTree = "<group>"; };
  345. 3C5F8BCE2565042E00CFD26A /* UIView+RAConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIView+RAConstraint.h"; path = "../../common/LayoutConstraint/UIView+RAConstraint.h"; sourceTree = "<group>"; };
  346. 3C5F8BD32565049300CFD26A /* JLRefreshHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JLRefreshHeader.m; path = ../../common/customUI/Refresh/Header/JLRefreshHeader.m; sourceTree = "<group>"; };
  347. 3C5F8BD42565049400CFD26A /* JLRefreshHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JLRefreshHeader.h; path = ../../common/customUI/Refresh/Header/JLRefreshHeader.h; sourceTree = "<group>"; };
  348. 3C5F8BD92565053600CFD26A /* SavedDetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SavedDetailViewController.h; sourceTree = "<group>"; };
  349. 3C5F8BDA2565053700CFD26A /* SavedDetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SavedDetailViewController.m; sourceTree = "<group>"; };
  350. 3C5F8BDF2565055300CFD26A /* SavedSearchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SavedSearchViewController.h; sourceTree = "<group>"; };
  351. 3C5F8BE02565055300CFD26A /* SavedSearchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SavedSearchViewController.m; sourceTree = "<group>"; };
  352. 3C5F8BF2256505FC00CFD26A /* CellItemHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CellItemHistory.h; sourceTree = "<group>"; };
  353. 3C5F8BF3256505FC00CFD26A /* CellItemHistory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CellItemHistory.m; sourceTree = "<group>"; };
  354. 3C5F8BFE256506B900CFD26A /* MyQLPreviewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MyQLPreviewController.h; path = ../../../common/customUI/MyQLPreviewController.h; sourceTree = "<group>"; };
  355. 3C5F8BFF256506BA00CFD26A /* MyQLPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MyQLPreviewController.m; path = ../../../common/customUI/MyQLPreviewController.m; sourceTree = "<group>"; };
  356. 3C5F8C04256506DC00CFD26A /* CustomizeFieldViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomizeFieldViewController.h; sourceTree = "<group>"; };
  357. 3C5F8C05256506DC00CFD26A /* CustomizeFieldViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CustomizeFieldViewController.m; sourceTree = "<group>"; };
  358. 3C5F8C0D256508D400CFD26A /* SearchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchViewController.h; sourceTree = "<group>"; };
  359. 3C5F8C0E256508D400CFD26A /* SearchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchViewController.m; sourceTree = "<group>"; };
  360. 3C5F8C132565092C00CFD26A /* MyAutocompleteView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAutocompleteView.h; sourceTree = "<group>"; };
  361. 3C5F8C142565092C00CFD26A /* MyAutocompleteView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAutocompleteView.m; sourceTree = "<group>"; };
  362. 3C5F8C192565095900CFD26A /* MyAutocompleteItemsSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAutocompleteItemsSource.m; sourceTree = "<group>"; };
  363. 3C5F8C1A2565095900CFD26A /* MyAutocompleteItemsSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAutocompleteItemsSource.h; sourceTree = "<group>"; };
  364. 3C5F8C1F2565097600CFD26A /* MySuggestion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MySuggestion.h; sourceTree = "<group>"; };
  365. 3C5F8C202565097600CFD26A /* MySuggestion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MySuggestion.m; sourceTree = "<group>"; };
  366. 3C5F8C252565099300CFD26A /* MyAutocompletionCellFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyAutocompletionCellFactory.h; sourceTree = "<group>"; };
  367. 3C5F8C262565099300CFD26A /* MyAutocompletionCellFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyAutocompletionCellFactory.m; sourceTree = "<group>"; };
  368. 3C5F8C2B256509AA00CFD26A /* SearchTableAdapterJson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchTableAdapterJson.h; sourceTree = "<group>"; };
  369. 3C5F8C2C256509AA00CFD26A /* SearchTableAdapterJson.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchTableAdapterJson.m; sourceTree = "<group>"; };
  370. 3C5F8C3525650A8500CFD26A /* TableCellEdit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellEdit.h; sourceTree = "<group>"; };
  371. 3C5F8C3625650A8500CFD26A /* TableCellEdit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellEdit.m; sourceTree = "<group>"; };
  372. 3C5F8C3725650A8500CFD26A /* TableCellBool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellBool.h; sourceTree = "<group>"; };
  373. 3C5F8C3825650A8500CFD26A /* TableCellBool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellBool.m; sourceTree = "<group>"; };
  374. 3C5F8C3925650A8500CFD26A /* TableCellDate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TableCellDate.h; sourceTree = "<group>"; };
  375. 3C5F8C3A25650A8500CFD26A /* TableCellDate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TableCellDate.m; sourceTree = "<group>"; };
  376. 3C5F8C4125650B0E00CFD26A /* ResultACEM1Cell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultACEM1Cell.m; sourceTree = "<group>"; };
  377. 3C5F8C4225650B0E00CFD26A /* ResultACEM1Cell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ResultACEM1Cell.xib; sourceTree = "<group>"; };
  378. 3C5F8C4325650B0E00CFD26A /* ResultACEM1Cell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultACEM1Cell.h; sourceTree = "<group>"; };
  379. 3C5F8C5125650B9700CFD26A /* JLCustomerNavigationAlertController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JLCustomerNavigationAlertController.h; path = ../../common/customUI/Alert/JLCustomerNavigationAlertController.h; sourceTree = "<group>"; };
  380. 3C5F8C5225650B9700CFD26A /* JLCustomerNavigationAlertController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JLCustomerNavigationAlertController.m; path = ../../common/customUI/Alert/JLCustomerNavigationAlertController.m; sourceTree = "<group>"; };
  381. 3C5F8C5725650BD800CFD26A /* LPShareActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LPShareActivity.m; sourceTree = "<group>"; };
  382. 3C5F8C5825650BD800CFD26A /* LPShareActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LPShareActivity.h; sourceTree = "<group>"; };
  383. 3C5F8C5D25650C0F00CFD26A /* ResultAddition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultAddition.m; sourceTree = "<group>"; };
  384. 3C5F8C5E25650C0F00CFD26A /* ResultAddition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultAddition.h; sourceTree = "<group>"; };
  385. 3C5F8C6325650C3F00CFD26A /* RAConvertor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAConvertor.h; path = ../../common/RAConvertor.h; sourceTree = "<group>"; };
  386. 3C5F8C6425650C3F00CFD26A /* RAConvertor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAConvertor.m; path = ../../common/RAConvertor.m; sourceTree = "<group>"; };
  387. 3C5F8C6C2565196A00CFD26A /* JLPresentationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JLPresentationController.m; path = ../../common/customUI/Alert/JLPresentationController.m; sourceTree = "<group>"; };
  388. 3C5F8C6D2565196A00CFD26A /* JLPresentationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JLPresentationController.h; path = ../../common/customUI/Alert/JLPresentationController.h; sourceTree = "<group>"; };
  389. 3C5F8C73256660E900CFD26A /* OnlineDataProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OnlineDataProvider.h; sourceTree = "<group>"; };
  390. 3C5F8C74256660E900CFD26A /* OnlineDataProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OnlineDataProvider.m; sourceTree = "<group>"; };
  391. 3C5F8C792566610A00CFD26A /* OfflineDataProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OfflineDataProvider.h; sourceTree = "<group>"; };
  392. 3C5F8C7A2566610A00CFD26A /* OfflineDataProvider.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OfflineDataProvider.m; sourceTree = "<group>"; };
  393. 3C5F8C86256B935E00CFD26A /* my.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = my.json; sourceTree = "<group>"; };
  394. 3C5F8C8B256CFF6F00CFD26A /* CollectionViewButtonCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CollectionViewButtonCell.h; sourceTree = "<group>"; };
  395. 3C5F8C8C256CFF6F00CFD26A /* CollectionViewButtonCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CollectionViewButtonCell.m; sourceTree = "<group>"; };
  396. 3C5F8C91256D079200CFD26A /* ButtonCollectionView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ButtonCollectionView.h; sourceTree = "<group>"; };
  397. 3C5F8C92256D079200CFD26A /* ButtonCollectionView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ButtonCollectionView.m; sourceTree = "<group>"; };
  398. 3C5F8C9C256E3A5900CFD26A /* CollectionViewButtonCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CollectionViewButtonCell.xib; sourceTree = "<group>"; };
  399. 3C5F8CA1256F847300CFD26A /* FunctionSettingViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FunctionSettingViewController.h; sourceTree = "<group>"; };
  400. 3C5F8CA2256F847300CFD26A /* FunctionSettingViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FunctionSettingViewController.m; sourceTree = "<group>"; };
  401. 3C5F8CA7256F919900CFD26A /* FunctionPanel.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = FunctionPanel.json; sourceTree = "<group>"; };
  402. 3C5F8CB22574C92200CFD26A /* home.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = home.json; sourceTree = "<group>"; };
  403. 3C5F8CC02576220400CFD26A /* DashboardModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DashboardModel.h; sourceTree = "<group>"; };
  404. 3C5F8CC12576220400CFD26A /* DashboardModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DashboardModel.m; sourceTree = "<group>"; };
  405. 3C5F8CCD25777A2100CFD26A /* search_acem1.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = search_acem1.json; sourceTree = "<group>"; };
  406. 3C5F8CD625777E7300CFD26A /* Fields.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Fields.storyboard; sourceTree = "<group>"; };
  407. 3C5F8CE12578807100CFD26A /* search_aci.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = search_aci.json; sourceTree = "<group>"; };
  408. 3C5F8CE22578807100CFD26A /* search_isf.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = search_isf.json; sourceTree = "<group>"; };
  409. 3C5F8CE32578807100CFD26A /* search_emanifest.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = search_emanifest.json; sourceTree = "<group>"; };
  410. 3C5F8CED257A1DC900CFD26A /* ResultViewController+TableDataSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ResultViewController+TableDataSource.m"; sourceTree = "<group>"; };
  411. 3C5F8CEE257A1DC900CFD26A /* ResultViewController+TableDataSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ResultViewController+TableDataSource.h"; sourceTree = "<group>"; };
  412. 3C5F8CF3257A1EE100CFD26A /* ResultViewController+TableDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ResultViewController+TableDelegate.h"; sourceTree = "<group>"; };
  413. 3C5F8CF4257A1EE100CFD26A /* ResultViewController+TableDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ResultViewController+TableDelegate.m"; sourceTree = "<group>"; };
  414. 3C5F8D0F257A265500CFD26A /* result_acem1.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = result_acem1.json; sourceTree = "<group>"; };
  415. 3C5F8D10257A265500CFD26A /* result_emanifest.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = result_emanifest.json; sourceTree = "<group>"; };
  416. 3C5F8D11257A265500CFD26A /* result_isf.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = result_isf.json; sourceTree = "<group>"; };
  417. 3C5F8D12257A265500CFD26A /* result_aci.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = result_aci.json; sourceTree = "<group>"; };
  418. 3C5F8D1A257A2BCB00CFD26A /* searchresult_aci.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = searchresult_aci.json; sourceTree = "<group>"; };
  419. 3C5F8D2B257E2A6A00CFD26A /* DetailTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailTabBarController.m; sourceTree = "<group>"; };
  420. 3C5F8D2C257E2A6A00CFD26A /* DetailTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailTabBarController.h; sourceTree = "<group>"; };
  421. 3C5F8D31257E2A8C00CFD26A /* DetailPageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailPageViewController.m; sourceTree = "<group>"; };
  422. 3C5F8D32257E2A8C00CFD26A /* DetailPageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailPageViewController.h; sourceTree = "<group>"; };
  423. 3C5F8D37257E2AEF00CFD26A /* DetailCellKVNew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailCellKVNew.h; sourceTree = "<group>"; };
  424. 3C5F8D38257E2AEF00CFD26A /* DetailCellKVNew.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailCellKVNew.m; sourceTree = "<group>"; };
  425. 3C5F8D3D257E2B3600CFD26A /* DetailCellList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailCellList.m; sourceTree = "<group>"; };
  426. 3C5F8D3E257E2B3600CFD26A /* DetailCellList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailCellList.h; sourceTree = "<group>"; };
  427. 3C5F8D43257E2B4500CFD26A /* DetailCellWeb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailCellWeb.h; sourceTree = "<group>"; };
  428. 3C5F8D44257E2B4500CFD26A /* DetailCellWeb.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailCellWeb.m; sourceTree = "<group>"; };
  429. 3C5F8D49257E2D8700CFD26A /* DetailContent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailContent.h; sourceTree = "<group>"; };
  430. 3C5F8D4A257E2D8700CFD26A /* DetailContent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailContent.m; sourceTree = "<group>"; };
  431. 3C5F8D52257F53F300CFD26A /* UIView+Toast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIView+Toast.h"; path = "../../common/customUI/UIView+Toast.h"; sourceTree = "<group>"; };
  432. 3C5F8D53257F53F300CFD26A /* UIView+Toast.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIView+Toast.m"; path = "../../common/customUI/UIView+Toast.m"; sourceTree = "<group>"; };
  433. 3C5F8D5B257F541300CFD26A /* UIView+JLExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIView+JLExtension.h"; path = "../../common/customUI/Refresh/UIView+JLExtension.h"; sourceTree = "<group>"; };
  434. 3C5F8D5C257F541300CFD26A /* UIView+JLExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIView+JLExtension.m"; path = "../../common/customUI/Refresh/UIView+JLExtension.m"; sourceTree = "<group>"; };
  435. 3C5F8D64257F542500CFD26A /* UIScrollView+JLRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+JLRefresh.h"; path = "../../common/customUI/Refresh/UIScrollView+JLRefresh.h"; sourceTree = "<group>"; };
  436. 3C5F8D65257F542500CFD26A /* UIScrollView+JLRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+JLRefresh.m"; path = "../../common/customUI/Refresh/UIScrollView+JLRefresh.m"; sourceTree = "<group>"; };
  437. 3C5F8D6B257F546B00CFD26A /* DetailShareItemProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailShareItemProvider.m; sourceTree = "<group>"; };
  438. 3C5F8D6C257F546B00CFD26A /* DetailShareItemProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailShareItemProvider.h; sourceTree = "<group>"; };
  439. 3C5F8D71257F54FB00CFD26A /* MDHTMLLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MDHTMLLabel.h; path = "../../RedAnt ERP Mobile/common/customUI/MDHTMLLabel.h"; sourceTree = "<group>"; };
  440. 3C5F8D72257F54FB00CFD26A /* MDHTMLLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MDHTMLLabel.m; path = "../../RedAnt ERP Mobile/common/customUI/MDHTMLLabel.m"; sourceTree = "<group>"; };
  441. 3C5F8D77257F550D00CFD26A /* LineView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LineView.h; path = "../../Apex Mobile/Apex Mobile/LineView.h"; sourceTree = "<group>"; };
  442. 3C5F8D78257F550D00CFD26A /* LineView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LineView.m; path = "../../Apex Mobile/Apex Mobile/LineView.m"; sourceTree = "<group>"; };
  443. 3C5F8D7D257F55BD00CFD26A /* TabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TabBarController.m; sourceTree = "<group>"; };
  444. 3C5F8D7E257F55BD00CFD26A /* TabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TabBarController.h; sourceTree = "<group>"; };
  445. 3C5F8D83257F5CA800CFD26A /* Detail.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Detail.storyboard; sourceTree = "<group>"; };
  446. 3C5F8D88258079B900CFD26A /* login.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = login.json; sourceTree = "<group>"; };
  447. 3C5F8D8D2580B4E500CFD26A /* CompanySelectViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CompanySelectViewController.h; sourceTree = "<group>"; };
  448. 3C5F8D8E2580B4E500CFD26A /* CompanySelectViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CompanySelectViewController.m; sourceTree = "<group>"; };
  449. 3C5F8D932583500900CFD26A /* ResultACICell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResultACICell.h; sourceTree = "<group>"; };
  450. 3C5F8D942583500A00CFD26A /* ResultACICell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ResultACICell.m; sourceTree = "<group>"; };
  451. 3C5F8D952583500A00CFD26A /* ResultACICell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ResultACICell.xib; sourceTree = "<group>"; };
  452. 3C5F8DB92583655200CFD26A /* searchresult_emanifest.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = searchresult_emanifest.json; sourceTree = "<group>"; };
  453. 3C5F8DC125836A9E00CFD26A /* ResultACEM1Model.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResultACEM1Model.h; sourceTree = "<group>"; };
  454. 3C5F8DC225836A9F00CFD26A /* ResultACEM1Model.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResultACEM1Model.m; sourceTree = "<group>"; };
  455. 3C7670322595932D00588DB5 /* TFNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TFNavigationController.h; sourceTree = "<group>"; };
  456. 3C7670332595932D00588DB5 /* TFNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TFNavigationController.m; sourceTree = "<group>"; };
  457. 3C7670382595BE2900588DB5 /* detail.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = detail.json; sourceTree = "<group>"; };
  458. 3C7670462599B1E000588DB5 /* ResulteManifestModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResulteManifestModel.h; sourceTree = "<group>"; };
  459. 3C7670472599B1E000588DB5 /* ResulteManifestModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ResulteManifestModel.m; sourceTree = "<group>"; };
  460. 3C76704F2599B29D00588DB5 /* ResulteManifestCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ResulteManifestCell.h; sourceTree = "<group>"; };
  461. 3C7670502599B29D00588DB5 /* ResulteManifestCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ResulteManifestCell.m; sourceTree = "<group>"; };
  462. 3C7670552599B2C700588DB5 /* ResulteManifestCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ResulteManifestCell.xib; sourceTree = "<group>"; };
  463. 3C767063259B200F00588DB5 /* HomeDashEmptyCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeDashEmptyCell.h; sourceTree = "<group>"; };
  464. 3C767064259B200F00588DB5 /* HomeDashEmptyCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeDashEmptyCell.m; sourceTree = "<group>"; };
  465. 3C767065259B200F00588DB5 /* HomeDashEmptyCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeDashEmptyCell.xib; sourceTree = "<group>"; };
  466. 3C76706E25A2F4F000588DB5 /* log_isf.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = log_isf.json; sourceTree = "<group>"; };
  467. 3C76707325A2F60C00588DB5 /* container.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = container.json; sourceTree = "<group>"; };
  468. 3C76707825A453AD00588DB5 /* DetailCellContainer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DetailCellContainer.h; sourceTree = "<group>"; };
  469. 3C76707925A453AD00588DB5 /* DetailCellContainer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DetailCellContainer.m; sourceTree = "<group>"; };
  470. 3C76708625A6DD7400588DB5 /* ChangePasswordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChangePasswordViewController.m; sourceTree = "<group>"; };
  471. 3C76708725A6DD7400588DB5 /* ChangePasswordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChangePasswordViewController.h; sourceTree = "<group>"; };
  472. 3C76709525A84C0C00588DB5 /* log_acem1.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = log_acem1.json; sourceTree = "<group>"; };
  473. 3C76709D25A84C1E00588DB5 /* log_aci.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = log_aci.json; sourceTree = "<group>"; };
  474. 3C7670A225A84C3600588DB5 /* log_emanifest.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = log_emanifest.json; sourceTree = "<group>"; };
  475. 3C7670A725A84C5900588DB5 /* log_hblclose.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = log_hblclose.json; sourceTree = "<group>"; };
  476. 3C7670AC25A84C8600588DB5 /* detail_customer.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = detail_customer.json; sourceTree = "<group>"; };
  477. 3C7670B125ABFDFF00588DB5 /* wkweb.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = wkweb.storyboard; path = "../../../../KERRY/iOS/common/WK PDF+Web/wkweb.storyboard"; sourceTree = "<group>"; };
  478. 3C7670B725AC254B00588DB5 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
  479. 3C7670B825AC254C00588DB5 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
  480. 3C7670D725AC268300588DB5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  481. 3C7670E225AC275700588DB5 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
  482. 3C7670FD25B6ABE900588DB5 /* About.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = About.storyboard; sourceTree = "<group>"; };
  483. 3C76710225B6AFF800588DB5 /* AboutViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AboutViewController.h; sourceTree = "<group>"; };
  484. 3C76710325B6AFF800588DB5 /* AboutViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AboutViewController.m; sourceTree = "<group>"; };
  485. 3C76710B25B6D94100588DB5 /* SignupViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SignupViewController.h; sourceTree = "<group>"; };
  486. 3C76710C25B6D94100588DB5 /* SignupViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SignupViewController.m; sourceTree = "<group>"; };
  487. 3C76711225B7C28600588DB5 /* AgreementViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AgreementViewController.h; sourceTree = "<group>"; };
  488. 3C76711325B7C28600588DB5 /* AgreementViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AgreementViewController.m; sourceTree = "<group>"; };
  489. 3C76711B25B7C29800588DB5 /* SignUp.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = SignUp.storyboard; sourceTree = "<group>"; };
  490. 3C7F37262563CC5F0033BF82 /* NetworkUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkUtils.m; path = ../../../common/NetworkUtils.m; sourceTree = "<group>"; };
  491. 3C7F37272563CC5F0033BF82 /* NetworkUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetworkUtils.h; path = ../../../common/NetworkUtils.h; sourceTree = "<group>"; };
  492. 3C7F373A2563CDB70033BF82 /* 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>"; };
  493. 3C7F373B2563CDB70033BF82 /* 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>"; };
  494. 3C7F373C2563CDB70033BF82 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = "../../../RedAnt ERP Mobile/common/AES/LICENSE"; sourceTree = "<group>"; };
  495. 3C7F373D2563CDB70033BF82 /* 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>"; };
  496. 3C7F373E2563CDB70033BF82 /* AESCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AESCrypt.h; path = "../../../RedAnt ERP Mobile/common/AES/AESCrypt.h"; sourceTree = "<group>"; };
  497. 3C7F373F2563CDB70033BF82 /* 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>"; };
  498. 3C7F37402563CDB70033BF82 /* 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>"; };
  499. 3C7F37412563CDB70033BF82 /* 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>"; };
  500. 3C7F37422563CDB70033BF82 /* AESCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AESCrypt.m; path = "../../../RedAnt ERP Mobile/common/AES/AESCrypt.m"; sourceTree = "<group>"; };
  501. 3C7F37512564C0690033BF82 /* RAEmptyView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAEmptyView.m; path = ../../common/EmptyView/RAEmptyView.m; sourceTree = "<group>"; };
  502. 3C7F37522564C0690033BF82 /* RAEmptyView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAEmptyView.h; path = ../../common/EmptyView/RAEmptyView.h; sourceTree = "<group>"; };
  503. 3C7F37662564C11E0033BF82 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Reachability.m; path = ../../../common/Network/Reachability.m; sourceTree = "<group>"; };
  504. 3C7F37692564C11E0033BF82 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Reachability.h; path = ../../../common/Network/Reachability.h; sourceTree = "<group>"; };
  505. 3C7F376F2564C13E0033BF82 /* RANetworkTaskDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RANetworkTaskDelegate.m; path = ../../../common/Network/RANetworkTaskDelegate.m; sourceTree = "<group>"; };
  506. 3C7F37702564C13E0033BF82 /* RANetworkTaskDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RANetworkTaskDelegate.h; path = ../../../common/Network/RANetworkTaskDelegate.h; sourceTree = "<group>"; };
  507. 3C7F37782564C1E10033BF82 /* RABadgeNumberView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RABadgeNumberView.h; sourceTree = "<group>"; };
  508. 3C7F37792564C1E10033BF82 /* RABadgeNumberView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RABadgeNumberView.m; sourceTree = "<group>"; };
  509. 3C7F378A2564C2400033BF82 /* RAProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAProgressHUD.h; path = ../../common/HUD/RAProgressHUD.h; sourceTree = "<group>"; };
  510. 3C7F378B2564C2400033BF82 /* RAProgressHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAProgressHUD.m; path = ../../common/HUD/RAProgressHUD.m; sourceTree = "<group>"; };
  511. 3C7F37902564C2720033BF82 /* RAHomeHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAHomeHeaderView.h; sourceTree = "<group>"; };
  512. 3C7F37912564C2720033BF82 /* RAHomeHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAHomeHeaderView.m; sourceTree = "<group>"; };
  513. 3C7F37DC2564C3DD0033BF82 /* UIScrollView+Empty.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+Empty.h"; path = "../../common/UIScrollVIew+Empty/UIScrollView+Empty.h"; sourceTree = "<group>"; };
  514. 3C7F37DD2564C3DD0033BF82 /* RAEmptyDataView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAEmptyDataView.h; path = "../../common/UIScrollVIew+Empty/RAEmptyDataView.h"; sourceTree = "<group>"; };
  515. 3C7F37DE2564C3DD0033BF82 /* UIScrollView+Empty.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+Empty.m"; path = "../../common/UIScrollVIew+Empty/UIScrollView+Empty.m"; sourceTree = "<group>"; };
  516. 3C7F37DF2564C3DD0033BF82 /* RAEmptyDataView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAEmptyDataView.m; path = "../../common/UIScrollVIew+Empty/RAEmptyDataView.m"; sourceTree = "<group>"; };
  517. 3C7F37F12564C44D0033BF82 /* UIImage+RedAnt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIImage+RedAnt.m"; path = "../../common/UIImage/UIImage+RedAnt.m"; sourceTree = "<group>"; };
  518. 3C7F37F22564C44D0033BF82 /* UIImage+RedAnt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIImage+RedAnt.h"; path = "../../common/UIImage/UIImage+RedAnt.h"; sourceTree = "<group>"; };
  519. 3C7F37F72564C4810033BF82 /* RASingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RASingleton.h; sourceTree = "<group>"; };
  520. 3C7F37F82564C4810033BF82 /* RASingleton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RASingleton.m; sourceTree = "<group>"; };
  521. 3C7F37FD2564C4C80033BF82 /* RADataProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RADataProvider.m; sourceTree = "<group>"; };
  522. 3C7F37FE2564C4C80033BF82 /* RADataProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RADataProvider.h; sourceTree = "<group>"; };
  523. 3C7F38032564C5440033BF82 /* RetrievePasswordViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RetrievePasswordViewController.m; sourceTree = "<group>"; };
  524. 3C7F38042564C5440033BF82 /* RetrievePasswordViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RetrievePasswordViewController.h; sourceTree = "<group>"; };
  525. 3C7F381B2564C6980033BF82 /* RAHomeSectionHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RAHomeSectionHeaderView.m; sourceTree = "<group>"; };
  526. 3C7F381C2564C6980033BF82 /* RAHomeSectionHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RAHomeSectionHeaderView.h; sourceTree = "<group>"; };
  527. 3C7F38212564C70F0033BF82 /* JLCustomerAlertController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JLCustomerAlertController.h; path = ../../common/customUI/Alert/JLCustomerAlertController.h; sourceTree = "<group>"; };
  528. 3C7F38222564C70F0033BF82 /* JLCustomerAlertController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JLCustomerAlertController.m; path = ../../common/customUI/Alert/JLCustomerAlertController.m; sourceTree = "<group>"; };
  529. 3C7F382B2564C78C0033BF82 /* JLRefreshFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JLRefreshFooter.h; path = ../../common/customUI/Refresh/Footer/JLRefreshFooter.h; sourceTree = "<group>"; };
  530. 3C7F382C2564C78C0033BF82 /* JLRefreshFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = JLRefreshFooter.m; path = ../../common/customUI/Refresh/Footer/JLRefreshFooter.m; sourceTree = "<group>"; };
  531. 3C7F38372564C7EB0033BF82 /* WebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WebViewController.m; path = "../../common/WK PDF+Web/WebViewController.m"; sourceTree = "<group>"; };
  532. 3C7F38382564C7EB0033BF82 /* WebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebViewController.h; path = "../../common/WK PDF+Web/WebViewController.h"; sourceTree = "<group>"; };
  533. 3C833CA825C7D6CB006F9BEF /* detail_acem1.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = detail_acem1.json; sourceTree = "<group>"; };
  534. 3C833CAD25C92665006F9BEF /* detail_isf.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = detail_isf.json; sourceTree = "<group>"; };
  535. 3C833CB225C941AB006F9BEF /* detail_aci.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = detail_aci.json; sourceTree = "<group>"; };
  536. 3C833CB725C94289006F9BEF /* detail_emanifest.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = detail_emanifest.json; sourceTree = "<group>"; };
  537. 3C833CBC25C944FE006F9BEF /* DetailCellContainerCA.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DetailCellContainerCA.h; sourceTree = "<group>"; };
  538. 3C833CBD25C944FE006F9BEF /* DetailCellContainerCA.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DetailCellContainerCA.m; sourceTree = "<group>"; };
  539. 3C833CD125CBF10A006F9BEF /* fake_export.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = fake_export.pdf; sourceTree = "<group>"; };
  540. 3CAB3FD92564F27D00CB554D /* RAUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAUtils.h; path = ../../common/RAUtils.h; sourceTree = "<group>"; };
  541. 3CAB3FDA2564F27D00CB554D /* RAUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAUtils.m; path = ../../common/RAUtils.m; sourceTree = "<group>"; };
  542. /* End PBXFileReference section */
  543. /* Begin PBXFrameworksBuildPhase section */
  544. 3C0CB32E255E56BF00718A03 /* Frameworks */ = {
  545. isa = PBXFrameworksBuildPhase;
  546. buildActionMask = 2147483647;
  547. files = (
  548. );
  549. runOnlyForDeploymentPostprocessing = 0;
  550. };
  551. 3C0CB349255E56C000718A03 /* Frameworks */ = {
  552. isa = PBXFrameworksBuildPhase;
  553. buildActionMask = 2147483647;
  554. files = (
  555. );
  556. runOnlyForDeploymentPostprocessing = 0;
  557. };
  558. 3C0CB354255E56C000718A03 /* Frameworks */ = {
  559. isa = PBXFrameworksBuildPhase;
  560. buildActionMask = 2147483647;
  561. files = (
  562. );
  563. runOnlyForDeploymentPostprocessing = 0;
  564. };
  565. /* End PBXFrameworksBuildPhase section */
  566. /* Begin PBXGroup section */
  567. 3C0CB328255E56BF00718A03 = {
  568. isa = PBXGroup;
  569. children = (
  570. 3C0CB333255E56BF00718A03 /* RA TradeFiling */,
  571. 3C0CB34F255E56C000718A03 /* RA TradeFilingTests */,
  572. 3C0CB35A255E56C000718A03 /* RA TradeFilingUITests */,
  573. 3C0CB332255E56BF00718A03 /* Products */,
  574. );
  575. sourceTree = "<group>";
  576. };
  577. 3C0CB332255E56BF00718A03 /* Products */ = {
  578. isa = PBXGroup;
  579. children = (
  580. 3C0CB331255E56BF00718A03 /* RA TradeFiling.app */,
  581. 3C0CB34C255E56C000718A03 /* RA TradeFilingTests.xctest */,
  582. 3C0CB357255E56C000718A03 /* RA TradeFilingUITests.xctest */,
  583. );
  584. name = Products;
  585. sourceTree = "<group>";
  586. };
  587. 3C0CB333255E56BF00718A03 /* RA TradeFiling */ = {
  588. isa = PBXGroup;
  589. children = (
  590. 3C76711125B7C26300588DB5 /* SignUp */,
  591. 3C7670FC25B6ABC100588DB5 /* About */,
  592. 3C7670BF25AC257F00588DB5 /* Localize */,
  593. 3C5F8D6A257F545A00CFD26A /* Share */,
  594. 3C5F8CD525777E5800CFD26A /* CustomFields */,
  595. 3C5F8C822567B72800CFD26A /* FAKE_DATA */,
  596. 3C5F8C722566609B00CFD26A /* DataProvider */,
  597. 3C7F37F72564C4810033BF82 /* RASingleton.h */,
  598. 3C7F37F82564C4810033BF82 /* RASingleton.m */,
  599. 3C7F37962564C2900033BF82 /* Message */,
  600. 3C7F37382563CD9A0033BF82 /* Utils */,
  601. 3C7F37162563CB710033BF82 /* Common */,
  602. 3C0CB3D2256273CB00718A03 /* Network */,
  603. 3C0CB3C42562738C00718A03 /* StaticModelist */,
  604. 3C0CB395255E819700718A03 /* Result */,
  605. 3C0CB394255E818D00718A03 /* Detail */,
  606. 3C0CB393255E818100718A03 /* Search */,
  607. 3C0CB392255E817700718A03 /* Home */,
  608. 3C0CB38B255E617800718A03 /* My */,
  609. 3C0CB384255E610200718A03 /* Login */,
  610. 3C0CB37F255E5CF900718A03 /* const.h */,
  611. 3C0CB380255E5D0E00718A03 /* config.h */,
  612. 3C0CB36C255E585D00718A03 /* Tab Root */,
  613. 3C0CB334255E56BF00718A03 /* AppDelegate.h */,
  614. 3C0CB335255E56BF00718A03 /* AppDelegate.m */,
  615. 3C0CB337255E56BF00718A03 /* SceneDelegate.h */,
  616. 3C0CB338255E56BF00718A03 /* SceneDelegate.m */,
  617. 3C0CB33A255E56BF00718A03 /* ViewController.h */,
  618. 3C0CB33B255E56BF00718A03 /* ViewController.m */,
  619. 3C7670322595932D00588DB5 /* TFNavigationController.h */,
  620. 3C7670332595932D00588DB5 /* TFNavigationController.m */,
  621. 3C0CB33D255E56BF00718A03 /* Main.storyboard */,
  622. 3C0CB340255E56BF00718A03 /* Assets.xcassets */,
  623. 3C0CB342255E56BF00718A03 /* LaunchScreen.storyboard */,
  624. 3C0CB345255E56BF00718A03 /* Info.plist */,
  625. 3C0CB346255E56BF00718A03 /* main.m */,
  626. 3C5F8B422564F3DD00CFD26A /* common_const.h */,
  627. );
  628. path = "RA TradeFiling";
  629. sourceTree = "<group>";
  630. };
  631. 3C0CB34F255E56C000718A03 /* RA TradeFilingTests */ = {
  632. isa = PBXGroup;
  633. children = (
  634. 3C0CB350255E56C000718A03 /* RA_TradeFilingTests.m */,
  635. 3C0CB352255E56C000718A03 /* Info.plist */,
  636. );
  637. path = "RA TradeFilingTests";
  638. sourceTree = "<group>";
  639. };
  640. 3C0CB35A255E56C000718A03 /* RA TradeFilingUITests */ = {
  641. isa = PBXGroup;
  642. children = (
  643. 3C0CB35B255E56C000718A03 /* RA_TradeFilingUITests.m */,
  644. 3C0CB35D255E56C000718A03 /* Info.plist */,
  645. );
  646. path = "RA TradeFilingUITests";
  647. sourceTree = "<group>";
  648. };
  649. 3C0CB36C255E585D00718A03 /* Tab Root */ = {
  650. isa = PBXGroup;
  651. children = (
  652. 3C0CB373255E599C00718A03 /* RootViewController.h */,
  653. 3C0CB374255E599C00718A03 /* RootViewController.m */,
  654. 3C0CB379255E5BEA00718A03 /* TFRootViewController.h */,
  655. 3C0CB37A255E5BEA00718A03 /* TFRootViewController.m */,
  656. );
  657. path = "Tab Root";
  658. sourceTree = "<group>";
  659. };
  660. 3C0CB384255E610200718A03 /* Login */ = {
  661. isa = PBXGroup;
  662. children = (
  663. 3C7F38042564C5440033BF82 /* RetrievePasswordViewController.h */,
  664. 3C7F38032564C5440033BF82 /* RetrievePasswordViewController.m */,
  665. 3C0CB386255E613200718A03 /* LoginViewController.h */,
  666. 3C0CB385255E613200718A03 /* LoginViewController.m */,
  667. 3C0CB3B3255E825B00718A03 /* Login.storyboard */,
  668. );
  669. path = Login;
  670. sourceTree = "<group>";
  671. };
  672. 3C0CB38B255E617800718A03 /* My */ = {
  673. isa = PBXGroup;
  674. children = (
  675. 3C76708725A6DD7400588DB5 /* ChangePasswordViewController.h */,
  676. 3C76708625A6DD7400588DB5 /* ChangePasswordViewController.m */,
  677. 3C5F8BDF2565055300CFD26A /* SavedSearchViewController.h */,
  678. 3C5F8BE02565055300CFD26A /* SavedSearchViewController.m */,
  679. 3C5F8BD92565053600CFD26A /* SavedDetailViewController.h */,
  680. 3C5F8BDA2565053700CFD26A /* SavedDetailViewController.m */,
  681. 3C5F8BF2256505FC00CFD26A /* CellItemHistory.h */,
  682. 3C5F8BF3256505FC00CFD26A /* CellItemHistory.m */,
  683. 3C0CB38C255E618800718A03 /* MylistViewController.h */,
  684. 3C0CB38D255E618800718A03 /* MylistViewController.m */,
  685. 3C0CB3AE255E821500718A03 /* My.storyboard */,
  686. 3C5F8C86256B935E00CFD26A /* my.json */,
  687. );
  688. path = My;
  689. sourceTree = "<group>";
  690. };
  691. 3C0CB392255E817700718A03 /* Home */ = {
  692. isa = PBXGroup;
  693. children = (
  694. 3C7F381C2564C6980033BF82 /* RAHomeSectionHeaderView.h */,
  695. 3C7F381B2564C6980033BF82 /* RAHomeSectionHeaderView.m */,
  696. 3C7F37902564C2720033BF82 /* RAHomeHeaderView.h */,
  697. 3C7F37912564C2720033BF82 /* RAHomeHeaderView.m */,
  698. 3C7F37782564C1E10033BF82 /* RABadgeNumberView.h */,
  699. 3C7F37792564C1E10033BF82 /* RABadgeNumberView.m */,
  700. 3C0CB3BE256253D800718A03 /* RABaseViewController.h */,
  701. 3C0CB3BF256253D900718A03 /* RABaseViewController.m */,
  702. 3C0CB3A0255E81CC00718A03 /* RAHomeViewController.h */,
  703. 3C0CB3A2255E81CC00718A03 /* RAHomeViewController.m */,
  704. 3C0CB39D255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.h */,
  705. 3C0CB3A1255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.m */,
  706. 3C0CB39E255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.h */,
  707. 3C0CB39F255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.m */,
  708. 3C767063259B200F00588DB5 /* HomeDashEmptyCell.h */,
  709. 3C767064259B200F00588DB5 /* HomeDashEmptyCell.m */,
  710. 3C767065259B200F00588DB5 /* HomeDashEmptyCell.xib */,
  711. 3C0CB397255E81BD00718A03 /* Home.storyboard */,
  712. 3C0CB396255E81BD00718A03 /* HomeHeader.xib */,
  713. 3C5F8C91256D079200CFD26A /* ButtonCollectionView.h */,
  714. 3C5F8C92256D079200CFD26A /* ButtonCollectionView.m */,
  715. 3C5F8C8B256CFF6F00CFD26A /* CollectionViewButtonCell.h */,
  716. 3C5F8C8C256CFF6F00CFD26A /* CollectionViewButtonCell.m */,
  717. 3C5F8CA7256F919900CFD26A /* FunctionPanel.json */,
  718. 3C5F8C9C256E3A5900CFD26A /* CollectionViewButtonCell.xib */,
  719. 3C5F8CA1256F847300CFD26A /* FunctionSettingViewController.h */,
  720. 3C5F8CA2256F847300CFD26A /* FunctionSettingViewController.m */,
  721. 3C5F8CC02576220400CFD26A /* DashboardModel.h */,
  722. 3C5F8CC12576220400CFD26A /* DashboardModel.m */,
  723. 3C5F8D8D2580B4E500CFD26A /* CompanySelectViewController.h */,
  724. 3C5F8D8E2580B4E500CFD26A /* CompanySelectViewController.m */,
  725. 3C452FBC25BE9BA00035AF5F /* DashCellPending */,
  726. 3C452FBD25BE9BB10035AF5F /* DashCellError */,
  727. );
  728. path = Home;
  729. sourceTree = "<group>";
  730. };
  731. 3C0CB393255E818100718A03 /* Search */ = {
  732. isa = PBXGroup;
  733. children = (
  734. 3C5F8C2B256509AA00CFD26A /* SearchTableAdapterJson.h */,
  735. 3C5F8C2C256509AA00CFD26A /* SearchTableAdapterJson.m */,
  736. 3C5F8C252565099300CFD26A /* MyAutocompletionCellFactory.h */,
  737. 3C5F8C262565099300CFD26A /* MyAutocompletionCellFactory.m */,
  738. 3C5F8C1F2565097600CFD26A /* MySuggestion.h */,
  739. 3C5F8C202565097600CFD26A /* MySuggestion.m */,
  740. 3C5F8C1A2565095900CFD26A /* MyAutocompleteItemsSource.h */,
  741. 3C5F8C192565095900CFD26A /* MyAutocompleteItemsSource.m */,
  742. 3C5F8C132565092C00CFD26A /* MyAutocompleteView.h */,
  743. 3C5F8C142565092C00CFD26A /* MyAutocompleteView.m */,
  744. 3C5F8C0D256508D400CFD26A /* SearchViewController.h */,
  745. 3C5F8C0E256508D400CFD26A /* SearchViewController.m */,
  746. 3C0CB3B8255E829000718A03 /* SearchlistViewController.h */,
  747. 3C0CB3B9255E829000718A03 /* SearchlistViewController.m */,
  748. 3C0CB3A9255E81F300718A03 /* Search.storyboard */,
  749. 3C5F8C3725650A8500CFD26A /* TableCellBool.h */,
  750. 3C5F8C3825650A8500CFD26A /* TableCellBool.m */,
  751. 3C5F8C3925650A8500CFD26A /* TableCellDate.h */,
  752. 3C5F8C3A25650A8500CFD26A /* TableCellDate.m */,
  753. 3C5F8C3525650A8500CFD26A /* TableCellEdit.h */,
  754. 3C5F8C3625650A8500CFD26A /* TableCellEdit.m */,
  755. 3C5F8CCD25777A2100CFD26A /* search_acem1.json */,
  756. 3C5F8CE12578807100CFD26A /* search_aci.json */,
  757. 3C5F8CE32578807100CFD26A /* search_emanifest.json */,
  758. 3C5F8CE22578807100CFD26A /* search_isf.json */,
  759. 3C243180258B016C00555555 /* search_customer.json */,
  760. );
  761. path = Search;
  762. sourceTree = "<group>";
  763. };
  764. 3C0CB394255E818D00718A03 /* Detail */ = {
  765. isa = PBXGroup;
  766. children = (
  767. 3C5F8D7E257F55BD00CFD26A /* TabBarController.h */,
  768. 3C5F8D7D257F55BD00CFD26A /* TabBarController.m */,
  769. 3C5F8D49257E2D8700CFD26A /* DetailContent.h */,
  770. 3C5F8D4A257E2D8700CFD26A /* DetailContent.m */,
  771. 3C5F8D2C257E2A6A00CFD26A /* DetailTabBarController.h */,
  772. 3C5F8D2B257E2A6A00CFD26A /* DetailTabBarController.m */,
  773. 3C5F8D32257E2A8C00CFD26A /* DetailPageViewController.h */,
  774. 3C5F8D31257E2A8C00CFD26A /* DetailPageViewController.m */,
  775. 3C5F8D37257E2AEF00CFD26A /* DetailCellKVNew.h */,
  776. 3C833CBC25C944FE006F9BEF /* DetailCellContainerCA.h */,
  777. 3C833CBD25C944FE006F9BEF /* DetailCellContainerCA.m */,
  778. 3C76707825A453AD00588DB5 /* DetailCellContainer.h */,
  779. 3C76707925A453AD00588DB5 /* DetailCellContainer.m */,
  780. 3C5F8D38257E2AEF00CFD26A /* DetailCellKVNew.m */,
  781. 3C5F8D3E257E2B3600CFD26A /* DetailCellList.h */,
  782. 3C5F8D3D257E2B3600CFD26A /* DetailCellList.m */,
  783. 3C5F8D43257E2B4500CFD26A /* DetailCellWeb.h */,
  784. 3C5F8D44257E2B4500CFD26A /* DetailCellWeb.m */,
  785. 3C5F8D83257F5CA800CFD26A /* Detail.storyboard */,
  786. );
  787. path = Detail;
  788. sourceTree = "<group>";
  789. };
  790. 3C0CB395255E819700718A03 /* Result */ = {
  791. isa = PBXGroup;
  792. children = (
  793. 3C5F8CF3257A1EE100CFD26A /* ResultViewController+TableDelegate.h */,
  794. 3C5F8CF4257A1EE100CFD26A /* ResultViewController+TableDelegate.m */,
  795. 3C5F8CEE257A1DC900CFD26A /* ResultViewController+TableDataSource.h */,
  796. 3C5F8CED257A1DC900CFD26A /* ResultViewController+TableDataSource.m */,
  797. 3C5F8C5825650BD800CFD26A /* LPShareActivity.h */,
  798. 3C5F8C5725650BD800CFD26A /* LPShareActivity.m */,
  799. 3C5F8BFE256506B900CFD26A /* MyQLPreviewController.h */,
  800. 3C5F8BFF256506BA00CFD26A /* MyQLPreviewController.m */,
  801. 3C5F8C5E25650C0F00CFD26A /* ResultAddition.h */,
  802. 3C5F8C5D25650C0F00CFD26A /* ResultAddition.m */,
  803. 3C5F8BB72565013B00CFD26A /* ResultBaseModel.h */,
  804. 3C5F8BB62565013B00CFD26A /* ResultBaseModel.m */,
  805. 3C5F8B922565000200CFD26A /* ResultProtocol.h */,
  806. 3C5F8B532564FDD100CFD26A /* Result.storyboard */,
  807. 3C5F8B542564FDD100CFD26A /* ResultViewController.h */,
  808. 3C5F8B522564FDD100CFD26A /* ResultViewController.m */,
  809. 3C5F8B8C2564FFC700CFD26A /* ResultViewController+QuickLook.h */,
  810. 3C5F8B8D2564FFC700CFD26A /* ResultViewController+QuickLook.m */,
  811. 3C5F8B972565001700CFD26A /* ResultMenuItem.h */,
  812. 3C5F8B962565001700CFD26A /* ResultMenuItem.m */,
  813. 3C5F8B9C2565003600CFD26A /* ResultPresenter.h */,
  814. 3C5F8B9D2565003600CFD26A /* ResultPresenter.m */,
  815. 3C5F8BC5256503EC00CFD26A /* ResultAdditionView.h */,
  816. 3C5F8BC6256503ED00CFD26A /* ResultAdditionView.m */,
  817. 3C5F8BC7256503ED00CFD26A /* ApexResultAdditionView.xib */,
  818. 3C7670462599B1E000588DB5 /* ResulteManifestModel.h */,
  819. 3C7670472599B1E000588DB5 /* ResulteManifestModel.m */,
  820. 3C76704F2599B29D00588DB5 /* ResulteManifestCell.h */,
  821. 3C7670502599B29D00588DB5 /* ResulteManifestCell.m */,
  822. 3C7670552599B2C700588DB5 /* ResulteManifestCell.xib */,
  823. 3C5F8BBE2565017E00CFD26A /* ResultACIModel.h */,
  824. 3C5F8BBF2565017E00CFD26A /* ResultACIModel.m */,
  825. 3C5F8D932583500900CFD26A /* ResultACICell.h */,
  826. 3C5F8D942583500A00CFD26A /* ResultACICell.m */,
  827. 3C5F8D952583500A00CFD26A /* ResultACICell.xib */,
  828. 3C5F8DC125836A9E00CFD26A /* ResultACEM1Model.h */,
  829. 3C5F8DC225836A9F00CFD26A /* ResultACEM1Model.m */,
  830. 3C5F8C4325650B0E00CFD26A /* ResultACEM1Cell.h */,
  831. 3C5F8C4125650B0E00CFD26A /* ResultACEM1Cell.m */,
  832. 3C5F8C4225650B0E00CFD26A /* ResultACEM1Cell.xib */,
  833. 3C2431B0258B48AA00555555 /* ResultISFModel.h */,
  834. 3C2431B1258B48AA00555555 /* ResultISFModel.m */,
  835. 3C24319F258B3C7A00555555 /* ResultISFCell.h */,
  836. 3C2431A0258B3C7A00555555 /* ResultISFCell.m */,
  837. 3C2431A1258B3C7A00555555 /* ResultISFCell.xib */,
  838. 3C243172258AFBE900555555 /* ResultCustomerModel.h */,
  839. 3C243173258AFBE900555555 /* ResultCustomerModel.m */,
  840. 3C24316A258AF60000555555 /* ResultCustomerCell.h */,
  841. 3C24316B258AF60000555555 /* ResultCustomerCell.m */,
  842. 3C24316C258AF60000555555 /* ResultCustomerCell.xib */,
  843. );
  844. path = Result;
  845. sourceTree = "<group>";
  846. };
  847. 3C0CB3C42562738C00718A03 /* StaticModelist */ = {
  848. isa = PBXGroup;
  849. children = (
  850. 3C0CB3C52562739F00718A03 /* StaticModelistViewController.h */,
  851. 3C0CB3C62562739F00718A03 /* StaticModelistViewController.m */,
  852. 3C0CB3CA2562739F00718A03 /* StaticModelistViewController.xib */,
  853. 3C0CB3C72562739F00718A03 /* StaticModeTableViewCell.h */,
  854. 3C0CB3C92562739F00718A03 /* StaticModeTableViewCell.m */,
  855. 3C0CB3C82562739F00718A03 /* StaticModeTableViewCell.xib */,
  856. );
  857. path = StaticModelist;
  858. sourceTree = "<group>";
  859. };
  860. 3C0CB3D2256273CB00718A03 /* Network */ = {
  861. isa = PBXGroup;
  862. children = (
  863. 3C7F37702564C13E0033BF82 /* RANetworkTaskDelegate.h */,
  864. 3C7F376F2564C13E0033BF82 /* RANetworkTaskDelegate.m */,
  865. 3C7F37692564C11E0033BF82 /* Reachability.h */,
  866. 3C7F37662564C11E0033BF82 /* Reachability.m */,
  867. 3C7F37272563CC5F0033BF82 /* NetworkUtils.h */,
  868. 3C7F37262563CC5F0033BF82 /* NetworkUtils.m */,
  869. );
  870. path = Network;
  871. sourceTree = "<group>";
  872. };
  873. 3C452FBC25BE9BA00035AF5F /* DashCellPending */ = {
  874. isa = PBXGroup;
  875. children = (
  876. 3C452F3925B9795C0035AF5F /* HomeDashISFModelP.h */,
  877. 3C452F3A25B9795C0035AF5F /* HomeDashISFModelP.m */,
  878. 3C452F3125B9766C0035AF5F /* HomeDashISFCellP.h */,
  879. 3C452F3225B9766C0035AF5F /* HomeDashISFCellP.m */,
  880. 3C452F3325B9766C0035AF5F /* HomeDashISFCellP.xib */,
  881. 3C452F4225BA73F70035AF5F /* HomeDashACEM1ModelP.h */,
  882. 3C452F4325BA73F70035AF5F /* HomeDashACEM1ModelP.m */,
  883. 3C452F4825BA74610035AF5F /* HomeDashACEM1CellP.h */,
  884. 3C452F4925BA74610035AF5F /* HomeDashACEM1CellP.m */,
  885. 3C452F4A25BA74610035AF5F /* HomeDashACEM1CellP.xib */,
  886. 3C452F6725BAA5790035AF5F /* HomeDashACIModelP.h */,
  887. 3C452F6825BAA5790035AF5F /* HomeDashACIModelP.m */,
  888. 3C452F5C25BAA5570035AF5F /* HomeDashACICellP.h */,
  889. 3C452F5D25BAA5570035AF5F /* HomeDashACICellP.m */,
  890. 3C452F5E25BAA5570035AF5F /* HomeDashACICellP.xib */,
  891. 3C452F6D25BABA2B0035AF5F /* HomeDasheManifestModelP.h */,
  892. 3C452F6E25BABA2B0035AF5F /* HomeDasheManifestModelP.m */,
  893. 3C452F7325BABA740035AF5F /* HomeDasheManifestCellP.h */,
  894. 3C452F7425BABA740035AF5F /* HomeDasheManifestCellP.m */,
  895. 3C452F7525BABA740035AF5F /* HomeDasheManifestCellP.xib */,
  896. );
  897. path = DashCellPending;
  898. sourceTree = "<group>";
  899. };
  900. 3C452FBD25BE9BB10035AF5F /* DashCellError */ = {
  901. isa = PBXGroup;
  902. children = (
  903. 3C452F7B25BE73190035AF5F /* HomeDashISFCellE.h */,
  904. 3C452F7C25BE73190035AF5F /* HomeDashISFCellE.m */,
  905. 3C452F7D25BE73190035AF5F /* HomeDashISFCellE.xib */,
  906. 3C452F8325BE733A0035AF5F /* HomeDashISFModelE.h */,
  907. 3C452F8425BE733A0035AF5F /* HomeDashISFModelE.m */,
  908. 3C452F9525BE97430035AF5F /* HomeDashACEM1CellE.h */,
  909. 3C452F9625BE97430035AF5F /* HomeDashACEM1CellE.m */,
  910. 3C452F9725BE97430035AF5F /* HomeDashACEM1CellE.xib */,
  911. 3C452F8C25BE971C0035AF5F /* HomeDashACEM1ModelE.h */,
  912. 3C452F8D25BE971C0035AF5F /* HomeDashACEM1ModelE.m */,
  913. 3C452F9D25BE98270035AF5F /* HomeDashACICellE.h */,
  914. 3C452F9E25BE98270035AF5F /* HomeDashACICellE.m */,
  915. 3C452F9F25BE98270035AF5F /* HomeDashACICellE.xib */,
  916. 3C452FAD25BE985C0035AF5F /* HomeDashACIModelE.h */,
  917. 3C452FAE25BE985C0035AF5F /* HomeDashACIModelE.m */,
  918. 3C452FA525BE98410035AF5F /* HomeDasheManifestCellE.h */,
  919. 3C452FA625BE98410035AF5F /* HomeDasheManifestCellE.m */,
  920. 3C452FA725BE98410035AF5F /* HomeDasheManifestCellE.xib */,
  921. 3C452FB325BE987C0035AF5F /* HomeDasheManifestModelE.h */,
  922. 3C452FB425BE987C0035AF5F /* HomeDasheManifestModelE.m */,
  923. );
  924. path = DashCellError;
  925. sourceTree = "<group>";
  926. };
  927. 3C5F8C722566609B00CFD26A /* DataProvider */ = {
  928. isa = PBXGroup;
  929. children = (
  930. 3C7F37FE2564C4C80033BF82 /* RADataProvider.h */,
  931. 3C7F37FD2564C4C80033BF82 /* RADataProvider.m */,
  932. 3C5F8C73256660E900CFD26A /* OnlineDataProvider.h */,
  933. 3C5F8C74256660E900CFD26A /* OnlineDataProvider.m */,
  934. 3C5F8C792566610A00CFD26A /* OfflineDataProvider.h */,
  935. 3C5F8C7A2566610A00CFD26A /* OfflineDataProvider.m */,
  936. );
  937. path = DataProvider;
  938. sourceTree = "<group>";
  939. };
  940. 3C5F8C822567B72800CFD26A /* FAKE_DATA */ = {
  941. isa = PBXGroup;
  942. children = (
  943. 3C5F8D0F257A265500CFD26A /* result_acem1.json */,
  944. 3C5F8D12257A265500CFD26A /* result_aci.json */,
  945. 3C5F8D10257A265500CFD26A /* result_emanifest.json */,
  946. 3C5F8D11257A265500CFD26A /* result_isf.json */,
  947. 3C243185258B019B00555555 /* result_customer.json */,
  948. 3C833CD125CBF10A006F9BEF /* fake_export.pdf */,
  949. 3C5F8CB22574C92200CFD26A /* home.json */,
  950. 3C5F8D1A257A2BCB00CFD26A /* searchresult_aci.json */,
  951. 3C5F8DB92583655200CFD26A /* searchresult_emanifest.json */,
  952. 3C5F8D88258079B900CFD26A /* login.json */,
  953. 3C2431512589EF7400555555 /* searchresult_isf.json */,
  954. 3C2431562589F26100555555 /* searchresult_acem1.json */,
  955. 3C24317B258B00A800555555 /* searchresult_customer.json */,
  956. 3C7670382595BE2900588DB5 /* detail.json */,
  957. 3C7670AC25A84C8600588DB5 /* detail_customer.json */,
  958. 3C76706E25A2F4F000588DB5 /* log_isf.json */,
  959. 3C76709525A84C0C00588DB5 /* log_acem1.json */,
  960. 3C7670A225A84C3600588DB5 /* log_emanifest.json */,
  961. 3C7670A725A84C5900588DB5 /* log_hblclose.json */,
  962. 3C76709D25A84C1E00588DB5 /* log_aci.json */,
  963. 3C76707325A2F60C00588DB5 /* container.json */,
  964. 3C833CA825C7D6CB006F9BEF /* detail_acem1.json */,
  965. 3C833CAD25C92665006F9BEF /* detail_isf.json */,
  966. 3C833CB225C941AB006F9BEF /* detail_aci.json */,
  967. 3C833CB725C94289006F9BEF /* detail_emanifest.json */,
  968. );
  969. path = FAKE_DATA;
  970. sourceTree = "<group>";
  971. };
  972. 3C5F8CD525777E5800CFD26A /* CustomFields */ = {
  973. isa = PBXGroup;
  974. children = (
  975. 3C5F8C04256506DC00CFD26A /* CustomizeFieldViewController.h */,
  976. 3C5F8C05256506DC00CFD26A /* CustomizeFieldViewController.m */,
  977. 3C5F8CD625777E7300CFD26A /* Fields.storyboard */,
  978. );
  979. path = CustomFields;
  980. sourceTree = "<group>";
  981. };
  982. 3C5F8D6A257F545A00CFD26A /* Share */ = {
  983. isa = PBXGroup;
  984. children = (
  985. 3C5F8D6C257F546B00CFD26A /* DetailShareItemProvider.h */,
  986. 3C5F8D6B257F546B00CFD26A /* DetailShareItemProvider.m */,
  987. );
  988. path = Share;
  989. sourceTree = "<group>";
  990. };
  991. 3C7670BF25AC257F00588DB5 /* Localize */ = {
  992. isa = PBXGroup;
  993. children = (
  994. 3C7670D625AC268300588DB5 /* Localizable.strings */,
  995. 3C7670E325AC275700588DB5 /* Localizable.strings */,
  996. );
  997. path = Localize;
  998. sourceTree = "<group>";
  999. };
  1000. 3C7670FC25B6ABC100588DB5 /* About */ = {
  1001. isa = PBXGroup;
  1002. children = (
  1003. 3C7670FD25B6ABE900588DB5 /* About.storyboard */,
  1004. 3C76710225B6AFF800588DB5 /* AboutViewController.h */,
  1005. 3C76710325B6AFF800588DB5 /* AboutViewController.m */,
  1006. );
  1007. path = About;
  1008. sourceTree = "<group>";
  1009. };
  1010. 3C76711125B7C26300588DB5 /* SignUp */ = {
  1011. isa = PBXGroup;
  1012. children = (
  1013. 3C76711225B7C28600588DB5 /* AgreementViewController.h */,
  1014. 3C76711325B7C28600588DB5 /* AgreementViewController.m */,
  1015. 3C76711B25B7C29800588DB5 /* SignUp.storyboard */,
  1016. 3C76710B25B6D94100588DB5 /* SignupViewController.h */,
  1017. 3C76710C25B6D94100588DB5 /* SignupViewController.m */,
  1018. );
  1019. path = SignUp;
  1020. sourceTree = "<group>";
  1021. };
  1022. 3C7F37162563CB710033BF82 /* Common */ = {
  1023. isa = PBXGroup;
  1024. children = (
  1025. 3C5F8D71257F54FB00CFD26A /* MDHTMLLabel.h */,
  1026. 3C5F8D72257F54FB00CFD26A /* MDHTMLLabel.m */,
  1027. 3C5F8D77257F550D00CFD26A /* LineView.h */,
  1028. 3C5F8D78257F550D00CFD26A /* LineView.m */,
  1029. 3C5F8BCE2565042E00CFD26A /* UIView+RAConstraint.h */,
  1030. 3C5F8BCD2565042E00CFD26A /* UIView+RAConstraint.m */,
  1031. 3C5F8BB1256500F900CFD26A /* NSData+RAImageType.h */,
  1032. 3C5F8BB0256500F900CFD26A /* NSData+RAImageType.m */,
  1033. 3C7F38382564C7EB0033BF82 /* WebViewController.h */,
  1034. 3C7F38372564C7EB0033BF82 /* WebViewController.m */,
  1035. 3C5F8D64257F542500CFD26A /* UIScrollView+JLRefresh.h */,
  1036. 3C5F8D65257F542500CFD26A /* UIScrollView+JLRefresh.m */,
  1037. 3C5F8D5B257F541300CFD26A /* UIView+JLExtension.h */,
  1038. 3C5F8D5C257F541300CFD26A /* UIView+JLExtension.m */,
  1039. 3C5F8B462564F8D300CFD26A /* JLRefreshBasis.h */,
  1040. 3C5F8B472564F8D300CFD26A /* JLRefreshBasis.m */,
  1041. 3C7F382B2564C78C0033BF82 /* JLRefreshFooter.h */,
  1042. 3C7F382C2564C78C0033BF82 /* JLRefreshFooter.m */,
  1043. 3C5F8BD42565049400CFD26A /* JLRefreshHeader.h */,
  1044. 3C5F8BD32565049300CFD26A /* JLRefreshHeader.m */,
  1045. 3C5F8C6D2565196A00CFD26A /* JLPresentationController.h */,
  1046. 3C5F8C6C2565196A00CFD26A /* JLPresentationController.m */,
  1047. 3C5F8C5125650B9700CFD26A /* JLCustomerNavigationAlertController.h */,
  1048. 3C5F8C5225650B9700CFD26A /* JLCustomerNavigationAlertController.m */,
  1049. 3C7F38212564C70F0033BF82 /* JLCustomerAlertController.h */,
  1050. 3C7F38222564C70F0033BF82 /* JLCustomerAlertController.m */,
  1051. 3C7F37F22564C44D0033BF82 /* UIImage+RedAnt.h */,
  1052. 3C7F37F12564C44D0033BF82 /* UIImage+RedAnt.m */,
  1053. 3C7F37DD2564C3DD0033BF82 /* RAEmptyDataView.h */,
  1054. 3C7F37DF2564C3DD0033BF82 /* RAEmptyDataView.m */,
  1055. 3C7F37DC2564C3DD0033BF82 /* UIScrollView+Empty.h */,
  1056. 3C7F37DE2564C3DD0033BF82 /* UIScrollView+Empty.m */,
  1057. 3C7F378A2564C2400033BF82 /* RAProgressHUD.h */,
  1058. 3C7F378B2564C2400033BF82 /* RAProgressHUD.m */,
  1059. 3C7F37522564C0690033BF82 /* RAEmptyView.h */,
  1060. 3C7F37512564C0690033BF82 /* RAEmptyView.m */,
  1061. 3C5F8D52257F53F300CFD26A /* UIView+Toast.h */,
  1062. 3C5F8D53257F53F300CFD26A /* UIView+Toast.m */,
  1063. 3C7670B125ABFDFF00588DB5 /* wkweb.storyboard */,
  1064. );
  1065. name = Common;
  1066. sourceTree = "<group>";
  1067. };
  1068. 3C7F37382563CD9A0033BF82 /* Utils */ = {
  1069. isa = PBXGroup;
  1070. children = (
  1071. 3C5F8C6325650C3F00CFD26A /* RAConvertor.h */,
  1072. 3C5F8C6425650C3F00CFD26A /* RAConvertor.m */,
  1073. 3CAB3FD92564F27D00CB554D /* RAUtils.h */,
  1074. 3CAB3FDA2564F27D00CB554D /* RAUtils.m */,
  1075. 3C7F37392563CDA70033BF82 /* AES */,
  1076. );
  1077. name = Utils;
  1078. sourceTree = "<group>";
  1079. };
  1080. 3C7F37392563CDA70033BF82 /* AES */ = {
  1081. isa = PBXGroup;
  1082. children = (
  1083. 3C7F373E2563CDB70033BF82 /* AESCrypt.h */,
  1084. 3C7F37422563CDB70033BF82 /* AESCrypt.m */,
  1085. 3C7F373C2563CDB70033BF82 /* LICENSE */,
  1086. 3C7F37412563CDB70033BF82 /* NSData+Base64.h */,
  1087. 3C7F37402563CDB70033BF82 /* NSData+Base64.m */,
  1088. 3C7F373A2563CDB70033BF82 /* NSData+CommonCrypto.h */,
  1089. 3C7F373B2563CDB70033BF82 /* NSData+CommonCrypto.m */,
  1090. 3C7F373D2563CDB70033BF82 /* NSString+Base64.h */,
  1091. 3C7F373F2563CDB70033BF82 /* NSString+Base64.m */,
  1092. );
  1093. path = AES;
  1094. sourceTree = "<group>";
  1095. };
  1096. 3C7F37962564C2900033BF82 /* Message */ = {
  1097. isa = PBXGroup;
  1098. children = (
  1099. );
  1100. path = Message;
  1101. sourceTree = "<group>";
  1102. };
  1103. /* End PBXGroup section */
  1104. /* Begin PBXNativeTarget section */
  1105. 3C0CB330255E56BF00718A03 /* RA TradeFiling */ = {
  1106. isa = PBXNativeTarget;
  1107. buildConfigurationList = 3C0CB360255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFiling" */;
  1108. buildPhases = (
  1109. 3C0CB32D255E56BF00718A03 /* Sources */,
  1110. 3C0CB32E255E56BF00718A03 /* Frameworks */,
  1111. 3C0CB32F255E56BF00718A03 /* Resources */,
  1112. );
  1113. buildRules = (
  1114. );
  1115. dependencies = (
  1116. );
  1117. name = "RA TradeFiling";
  1118. productName = "RA TradeFiling";
  1119. productReference = 3C0CB331255E56BF00718A03 /* RA TradeFiling.app */;
  1120. productType = "com.apple.product-type.application";
  1121. };
  1122. 3C0CB34B255E56C000718A03 /* RA TradeFilingTests */ = {
  1123. isa = PBXNativeTarget;
  1124. buildConfigurationList = 3C0CB363255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingTests" */;
  1125. buildPhases = (
  1126. 3C0CB348255E56C000718A03 /* Sources */,
  1127. 3C0CB349255E56C000718A03 /* Frameworks */,
  1128. 3C0CB34A255E56C000718A03 /* Resources */,
  1129. );
  1130. buildRules = (
  1131. );
  1132. dependencies = (
  1133. 3C0CB34E255E56C000718A03 /* PBXTargetDependency */,
  1134. );
  1135. name = "RA TradeFilingTests";
  1136. productName = "RA TradeFilingTests";
  1137. productReference = 3C0CB34C255E56C000718A03 /* RA TradeFilingTests.xctest */;
  1138. productType = "com.apple.product-type.bundle.unit-test";
  1139. };
  1140. 3C0CB356255E56C000718A03 /* RA TradeFilingUITests */ = {
  1141. isa = PBXNativeTarget;
  1142. buildConfigurationList = 3C0CB366255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingUITests" */;
  1143. buildPhases = (
  1144. 3C0CB353255E56C000718A03 /* Sources */,
  1145. 3C0CB354255E56C000718A03 /* Frameworks */,
  1146. 3C0CB355255E56C000718A03 /* Resources */,
  1147. );
  1148. buildRules = (
  1149. );
  1150. dependencies = (
  1151. 3C0CB359255E56C000718A03 /* PBXTargetDependency */,
  1152. );
  1153. name = "RA TradeFilingUITests";
  1154. productName = "RA TradeFilingUITests";
  1155. productReference = 3C0CB357255E56C000718A03 /* RA TradeFilingUITests.xctest */;
  1156. productType = "com.apple.product-type.bundle.ui-testing";
  1157. };
  1158. /* End PBXNativeTarget section */
  1159. /* Begin PBXProject section */
  1160. 3C0CB329255E56BF00718A03 /* Project object */ = {
  1161. isa = PBXProject;
  1162. attributes = {
  1163. LastUpgradeCheck = 1210;
  1164. TargetAttributes = {
  1165. 3C0CB330255E56BF00718A03 = {
  1166. CreatedOnToolsVersion = 12.1;
  1167. };
  1168. 3C0CB34B255E56C000718A03 = {
  1169. CreatedOnToolsVersion = 12.1;
  1170. TestTargetID = 3C0CB330255E56BF00718A03;
  1171. };
  1172. 3C0CB356255E56C000718A03 = {
  1173. CreatedOnToolsVersion = 12.1;
  1174. TestTargetID = 3C0CB330255E56BF00718A03;
  1175. };
  1176. };
  1177. };
  1178. buildConfigurationList = 3C0CB32C255E56BF00718A03 /* Build configuration list for PBXProject "RA TradeFiling" */;
  1179. compatibilityVersion = "Xcode 9.3";
  1180. developmentRegion = en;
  1181. hasScannedForEncodings = 0;
  1182. knownRegions = (
  1183. en,
  1184. Base,
  1185. "zh-Hans",
  1186. );
  1187. mainGroup = 3C0CB328255E56BF00718A03;
  1188. productRefGroup = 3C0CB332255E56BF00718A03 /* Products */;
  1189. projectDirPath = "";
  1190. projectRoot = "";
  1191. targets = (
  1192. 3C0CB330255E56BF00718A03 /* RA TradeFiling */,
  1193. 3C0CB34B255E56C000718A03 /* RA TradeFilingTests */,
  1194. 3C0CB356255E56C000718A03 /* RA TradeFilingUITests */,
  1195. );
  1196. };
  1197. /* End PBXProject section */
  1198. /* Begin PBXResourcesBuildPhase section */
  1199. 3C0CB32F255E56BF00718A03 /* Resources */ = {
  1200. isa = PBXResourcesBuildPhase;
  1201. buildActionMask = 2147483647;
  1202. files = (
  1203. 3C767067259B200F00588DB5 /* HomeDashEmptyCell.xib in Resources */,
  1204. 3C452FA125BE98270035AF5F /* HomeDashACICellE.xib in Resources */,
  1205. 3C76707425A2F60C00588DB5 /* container.json in Resources */,
  1206. 3C2431A3258B3C7A00555555 /* ResultISFCell.xib in Resources */,
  1207. 3C24317C258B00A800555555 /* searchresult_customer.json in Resources */,
  1208. 3C452F3525B9766C0035AF5F /* HomeDashISFCellP.xib in Resources */,
  1209. 3C5F8BC9256503ED00CFD26A /* ApexResultAdditionView.xib in Resources */,
  1210. 3C5F8C87256B935E00CFD26A /* my.json in Resources */,
  1211. 3C5F8D16257A265600CFD26A /* result_aci.json in Resources */,
  1212. 3C0CB3B4255E825B00718A03 /* Login.storyboard in Resources */,
  1213. 3C0CB344255E56BF00718A03 /* LaunchScreen.storyboard in Resources */,
  1214. 3C833CAE25C92665006F9BEF /* detail_isf.json in Resources */,
  1215. 3C7670E125AC275700588DB5 /* Localizable.strings in Resources */,
  1216. 3C5F8D84257F5CA800CFD26A /* Detail.storyboard in Resources */,
  1217. 3C76706F25A2F4F000588DB5 /* log_isf.json in Resources */,
  1218. 3C7670B225ABFDFF00588DB5 /* wkweb.storyboard in Resources */,
  1219. 3C0CB399255E81BD00718A03 /* Home.storyboard in Resources */,
  1220. 3C7670A325A84C3600588DB5 /* log_emanifest.json in Resources */,
  1221. 3C76709E25A84C1E00588DB5 /* log_aci.json in Resources */,
  1222. 3C5F8D13257A265600CFD26A /* result_acem1.json in Resources */,
  1223. 3C76709625A84C0C00588DB5 /* log_acem1.json in Resources */,
  1224. 3C5F8C4525650B0E00CFD26A /* ResultACEM1Cell.xib in Resources */,
  1225. 3C0CB398255E81BD00718A03 /* HomeHeader.xib in Resources */,
  1226. 3C5F8CE42578807100CFD26A /* search_aci.json in Resources */,
  1227. 3C452F4C25BA74610035AF5F /* HomeDashACEM1CellP.xib in Resources */,
  1228. 3C833CA925C7D6CB006F9BEF /* detail_acem1.json in Resources */,
  1229. 3C5F8DBA2583655200CFD26A /* searchresult_emanifest.json in Resources */,
  1230. 3C7670AD25A84C8600588DB5 /* detail_customer.json in Resources */,
  1231. 3C452F7F25BE73190035AF5F /* HomeDashISFCellE.xib in Resources */,
  1232. 3C5F8D972583500A00CFD26A /* ResultACICell.xib in Resources */,
  1233. 3C5F8D89258079BA00CFD26A /* login.json in Resources */,
  1234. 3C2431572589F26100555555 /* searchresult_acem1.json in Resources */,
  1235. 3C5F8CA8256F919900CFD26A /* FunctionPanel.json in Resources */,
  1236. 3C0CB3CC2562739F00718A03 /* StaticModeTableViewCell.xib in Resources */,
  1237. 3C5F8D14257A265600CFD26A /* result_emanifest.json in Resources */,
  1238. 3C5F8CE52578807100CFD26A /* search_isf.json in Resources */,
  1239. 3C243186258B019B00555555 /* result_customer.json in Resources */,
  1240. 3C5F8CD725777E7300CFD26A /* Fields.storyboard in Resources */,
  1241. 3C5F8CB32574C92300CFD26A /* home.json in Resources */,
  1242. 3C24316E258AF60000555555 /* ResultCustomerCell.xib in Resources */,
  1243. 3C7670FE25B6ABE900588DB5 /* About.storyboard in Resources */,
  1244. 3C5F8CE62578807100CFD26A /* search_emanifest.json in Resources */,
  1245. 3C7670D825AC268300588DB5 /* Localizable.strings in Resources */,
  1246. 3C7F37442563CDB70033BF82 /* LICENSE in Resources */,
  1247. 3C76711C25B7C29800588DB5 /* SignUp.storyboard in Resources */,
  1248. 3C5F8D15257A265600CFD26A /* result_isf.json in Resources */,
  1249. 3C5F8C9D256E3A5900CFD26A /* CollectionViewButtonCell.xib in Resources */,
  1250. 3C452F9925BE97430035AF5F /* HomeDashACEM1CellE.xib in Resources */,
  1251. 3C0CB341255E56BF00718A03 /* Assets.xcassets in Resources */,
  1252. 3C5F8B562564FDD100CFD26A /* Result.storyboard in Resources */,
  1253. 3C5F8D1B257A2BCB00CFD26A /* searchresult_aci.json in Resources */,
  1254. 3C833CB325C941AB006F9BEF /* detail_aci.json in Resources */,
  1255. 3C452F7725BABA740035AF5F /* HomeDasheManifestCellP.xib in Resources */,
  1256. 3C7670A825A84C5900588DB5 /* log_hblclose.json in Resources */,
  1257. 3C0CB3CE2562739F00718A03 /* StaticModelistViewController.xib in Resources */,
  1258. 3C243181258B016C00555555 /* search_customer.json in Resources */,
  1259. 3C0CB3AA255E81F300718A03 /* Search.storyboard in Resources */,
  1260. 3C7670562599B2C700588DB5 /* ResulteManifestCell.xib in Resources */,
  1261. 3C2431522589EF7400555555 /* searchresult_isf.json in Resources */,
  1262. 3C452F6025BAA5570035AF5F /* HomeDashACICellP.xib in Resources */,
  1263. 3C5F8CCE25777A2100CFD26A /* search_acem1.json in Resources */,
  1264. 3C0CB33F255E56BF00718A03 /* Main.storyboard in Resources */,
  1265. 3C452FA925BE98410035AF5F /* HomeDasheManifestCellE.xib in Resources */,
  1266. 3C7670392595BE2A00588DB5 /* detail.json in Resources */,
  1267. 3C833CD225CBF10B006F9BEF /* fake_export.pdf in Resources */,
  1268. 3C0CB3AF255E821500718A03 /* My.storyboard in Resources */,
  1269. 3C833CB825C94289006F9BEF /* detail_emanifest.json in Resources */,
  1270. );
  1271. runOnlyForDeploymentPostprocessing = 0;
  1272. };
  1273. 3C0CB34A255E56C000718A03 /* Resources */ = {
  1274. isa = PBXResourcesBuildPhase;
  1275. buildActionMask = 2147483647;
  1276. files = (
  1277. );
  1278. runOnlyForDeploymentPostprocessing = 0;
  1279. };
  1280. 3C0CB355255E56C000718A03 /* Resources */ = {
  1281. isa = PBXResourcesBuildPhase;
  1282. buildActionMask = 2147483647;
  1283. files = (
  1284. );
  1285. runOnlyForDeploymentPostprocessing = 0;
  1286. };
  1287. /* End PBXResourcesBuildPhase section */
  1288. /* Begin PBXSourcesBuildPhase section */
  1289. 3C0CB32D255E56BF00718A03 /* Sources */ = {
  1290. isa = PBXSourcesBuildPhase;
  1291. buildActionMask = 2147483647;
  1292. files = (
  1293. 3C76710D25B6D94100588DB5 /* SignupViewController.m in Sources */,
  1294. 3C76707A25A453AD00588DB5 /* DetailCellContainer.m in Sources */,
  1295. 3C5F8C3C25650A8500CFD26A /* TableCellBool.m in Sources */,
  1296. 3C452F3425B9766C0035AF5F /* HomeDashISFCellP.m in Sources */,
  1297. 3C7F37E02564C3DD0033BF82 /* UIScrollView+Empty.m in Sources */,
  1298. 3C5F8C6E2565196A00CFD26A /* JLPresentationController.m in Sources */,
  1299. 3C5F8C8D256CFF6F00CFD26A /* CollectionViewButtonCell.m in Sources */,
  1300. 3C0CB37B255E5BEA00718A03 /* TFRootViewController.m in Sources */,
  1301. 3C0CB3A3255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.m in Sources */,
  1302. 3C243174258AFBE900555555 /* ResultCustomerModel.m in Sources */,
  1303. 3C5F8BB82565013B00CFD26A /* ResultBaseModel.m in Sources */,
  1304. 3C5F8CEF257A1DC900CFD26A /* ResultViewController+TableDataSource.m in Sources */,
  1305. 3C5F8C00256506BA00CFD26A /* MyQLPreviewController.m in Sources */,
  1306. 3C5F8B8E2564FFC700CFD26A /* ResultViewController+QuickLook.m in Sources */,
  1307. 3C0CB3CD2562739F00718A03 /* StaticModeTableViewCell.m in Sources */,
  1308. 3C5F8D66257F542500CFD26A /* UIScrollView+JLRefresh.m in Sources */,
  1309. 3C7F37462563CDB70033BF82 /* NSData+Base64.m in Sources */,
  1310. 3C0CB33C255E56BF00718A03 /* ViewController.m in Sources */,
  1311. 3C7F38392564C7EB0033BF82 /* WebViewController.m in Sources */,
  1312. 3C452F5F25BAA5570035AF5F /* HomeDashACICellP.m in Sources */,
  1313. 3C7F37E12564C3DD0033BF82 /* RAEmptyDataView.m in Sources */,
  1314. 3C452F8525BE733A0035AF5F /* HomeDashISFModelE.m in Sources */,
  1315. 3C5F8BE12565055400CFD26A /* SavedSearchViewController.m in Sources */,
  1316. 3CAB3FDB2564F27D00CB554D /* RAUtils.m in Sources */,
  1317. 3C452F8E25BE971C0035AF5F /* HomeDashACEM1ModelE.m in Sources */,
  1318. 3C5F8C7B2566610A00CFD26A /* OfflineDataProvider.m in Sources */,
  1319. 3C5F8C75256660E900CFD26A /* OnlineDataProvider.m in Sources */,
  1320. 3C452F4425BA73F70035AF5F /* HomeDashACEM1ModelP.m in Sources */,
  1321. 3C833CBE25C944FE006F9BEF /* DetailCellContainerCA.m in Sources */,
  1322. 3C5F8C212565097600CFD26A /* MySuggestion.m in Sources */,
  1323. 3C5F8CC22576220400CFD26A /* DashboardModel.m in Sources */,
  1324. 3C5F8D54257F53F300CFD26A /* UIView+Toast.m in Sources */,
  1325. 3C5F8D4B257E2D8700CFD26A /* DetailContent.m in Sources */,
  1326. 3C5F8C2D256509AA00CFD26A /* SearchTableAdapterJson.m in Sources */,
  1327. 3C5F8D2D257E2A6A00CFD26A /* DetailTabBarController.m in Sources */,
  1328. 3C5F8D8F2580B4E500CFD26A /* CompanySelectViewController.m in Sources */,
  1329. 3C76711425B7C28600588DB5 /* AgreementViewController.m in Sources */,
  1330. 3C5F8C3B25650A8500CFD26A /* TableCellEdit.m in Sources */,
  1331. 3C5F8C152565092C00CFD26A /* MyAutocompleteView.m in Sources */,
  1332. 3C5F8D73257F54FB00CFD26A /* MDHTMLLabel.m in Sources */,
  1333. 3C7F37452563CDB70033BF82 /* NSString+Base64.m in Sources */,
  1334. 3C7F38232564C70F0033BF82 /* JLCustomerAlertController.m in Sources */,
  1335. 3C5F8DC325836A9F00CFD26A /* ResultACEM1Model.m in Sources */,
  1336. 3C7F37F32564C44D0033BF82 /* UIImage+RedAnt.m in Sources */,
  1337. 3C7F37532564C0690033BF82 /* RAEmptyView.m in Sources */,
  1338. 3C7F381D2564C6980033BF82 /* RAHomeSectionHeaderView.m in Sources */,
  1339. 3C5F8BB2256500F900CFD26A /* NSData+RAImageType.m in Sources */,
  1340. 3C5F8BCF2565042F00CFD26A /* UIView+RAConstraint.m in Sources */,
  1341. 3C5F8D5D257F541400CFD26A /* UIView+JLExtension.m in Sources */,
  1342. 3C0CB38E255E618800718A03 /* MylistViewController.m in Sources */,
  1343. 3C7F37712564C13F0033BF82 /* RANetworkTaskDelegate.m in Sources */,
  1344. 3C0CB336255E56BF00718A03 /* AppDelegate.m in Sources */,
  1345. 3C452FB525BE987C0035AF5F /* HomeDasheManifestModelE.m in Sources */,
  1346. 3C5F8C5925650BD800CFD26A /* LPShareActivity.m in Sources */,
  1347. 3C452F4B25BA74610035AF5F /* HomeDashACEM1CellP.m in Sources */,
  1348. 3C0CB3A5255E81CC00718A03 /* RAHomeViewController.m in Sources */,
  1349. 3C2431A2258B3C7A00555555 /* ResultISFCell.m in Sources */,
  1350. 3C767066259B200F00588DB5 /* HomeDashEmptyCell.m in Sources */,
  1351. 3C5F8B552564FDD100CFD26A /* ResultViewController.m in Sources */,
  1352. 3C5F8C272565099300CFD26A /* MyAutocompletionCellFactory.m in Sources */,
  1353. 3C452FA825BE98410035AF5F /* HomeDasheManifestCellE.m in Sources */,
  1354. 3C0CB3BA255E829000718A03 /* SearchlistViewController.m in Sources */,
  1355. 3C7F382D2564C78C0033BF82 /* JLRefreshFooter.m in Sources */,
  1356. 3C7670342595932D00588DB5 /* TFNavigationController.m in Sources */,
  1357. 3C5F8CA3256F847400CFD26A /* FunctionSettingViewController.m in Sources */,
  1358. 3C7F37282563CC5F0033BF82 /* NetworkUtils.m in Sources */,
  1359. 3C5F8BC12565017E00CFD26A /* ResultACIModel.m in Sources */,
  1360. 3C5F8BC8256503ED00CFD26A /* ResultAdditionView.m in Sources */,
  1361. 3C452F3B25B9795C0035AF5F /* HomeDashISFModelP.m in Sources */,
  1362. 3C5F8C06256506DC00CFD26A /* CustomizeFieldViewController.m in Sources */,
  1363. 3C452F7625BABA740035AF5F /* HomeDasheManifestCellP.m in Sources */,
  1364. 3C5F8D39257E2AEF00CFD26A /* DetailCellKVNew.m in Sources */,
  1365. 3C5F8D45257E2B4500CFD26A /* DetailCellWeb.m in Sources */,
  1366. 3C7F37472563CDB70033BF82 /* AESCrypt.m in Sources */,
  1367. 3C7F37432563CDB70033BF82 /* NSData+CommonCrypto.m in Sources */,
  1368. 3C0CB347255E56BF00718A03 /* main.m in Sources */,
  1369. 3C5F8D79257F550D00CFD26A /* LineView.m in Sources */,
  1370. 3C76710425B6AFF800588DB5 /* AboutViewController.m in Sources */,
  1371. 3C5F8C93256D079200CFD26A /* ButtonCollectionView.m in Sources */,
  1372. 3C5F8D962583500A00CFD26A /* ResultACICell.m in Sources */,
  1373. 3C7670482599B1E000588DB5 /* ResulteManifestModel.m in Sources */,
  1374. 3C7F38052564C5440033BF82 /* RetrievePasswordViewController.m in Sources */,
  1375. 3C5F8C6525650C3F00CFD26A /* RAConvertor.m in Sources */,
  1376. 3C7F378C2564C2400033BF82 /* RAProgressHUD.m in Sources */,
  1377. 3C7F37922564C2720033BF82 /* RAHomeHeaderView.m in Sources */,
  1378. 3C7F377A2564C1E10033BF82 /* RABadgeNumberView.m in Sources */,
  1379. 3C5F8CF5257A1EE100CFD26A /* ResultViewController+TableDelegate.m in Sources */,
  1380. 3C7670512599B29D00588DB5 /* ResulteManifestCell.m in Sources */,
  1381. 3C5F8B982565001700CFD26A /* ResultMenuItem.m in Sources */,
  1382. 3C5F8C0F256508D400CFD26A /* SearchViewController.m in Sources */,
  1383. 3C5F8C5F25650C0F00CFD26A /* ResultAddition.m in Sources */,
  1384. 3C5F8BDB2565053700CFD26A /* SavedDetailViewController.m in Sources */,
  1385. 3C5F8D33257E2A8C00CFD26A /* DetailPageViewController.m in Sources */,
  1386. 3C5F8D6D257F546B00CFD26A /* DetailShareItemProvider.m in Sources */,
  1387. 3C5F8B482564F8D300CFD26A /* JLRefreshBasis.m in Sources */,
  1388. 3C5F8B9E2565003600CFD26A /* ResultPresenter.m in Sources */,
  1389. 3C5F8C5325650B9700CFD26A /* JLCustomerNavigationAlertController.m in Sources */,
  1390. 3C452FA025BE98270035AF5F /* HomeDashACICellE.m in Sources */,
  1391. 3C0CB3C0256253D900718A03 /* RABaseViewController.m in Sources */,
  1392. 3C5F8C3D25650A8500CFD26A /* TableCellDate.m in Sources */,
  1393. 3C5F8BF4256505FC00CFD26A /* CellItemHistory.m in Sources */,
  1394. 3C24316D258AF60000555555 /* ResultCustomerCell.m in Sources */,
  1395. 3C452FAF25BE985C0035AF5F /* HomeDashACIModelE.m in Sources */,
  1396. 3C0CB387255E613200718A03 /* LoginViewController.m in Sources */,
  1397. 3C0CB339255E56BF00718A03 /* SceneDelegate.m in Sources */,
  1398. 3C0CB375255E599C00718A03 /* RootViewController.m in Sources */,
  1399. 3C7F37F92564C4810033BF82 /* RASingleton.m in Sources */,
  1400. 3C7F37FF2564C4C80033BF82 /* RADataProvider.m in Sources */,
  1401. 3C452F6925BAA5790035AF5F /* HomeDashACIModelP.m in Sources */,
  1402. 3C5F8BD52565049400CFD26A /* JLRefreshHeader.m in Sources */,
  1403. 3C452F6F25BABA2B0035AF5F /* HomeDasheManifestModelP.m in Sources */,
  1404. 3C452F9825BE97430035AF5F /* HomeDashACEM1CellE.m in Sources */,
  1405. 3C76708825A6DD7400588DB5 /* ChangePasswordViewController.m in Sources */,
  1406. 3C2431B2258B48AA00555555 /* ResultISFModel.m in Sources */,
  1407. 3C0CB3A4255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.m in Sources */,
  1408. 3C5F8C1B2565095900CFD26A /* MyAutocompleteItemsSource.m in Sources */,
  1409. 3C5F8D3F257E2B3600CFD26A /* DetailCellList.m in Sources */,
  1410. 3C7F376A2564C11E0033BF82 /* Reachability.m in Sources */,
  1411. 3C5F8D7F257F55BD00CFD26A /* TabBarController.m in Sources */,
  1412. 3C452F7E25BE73190035AF5F /* HomeDashISFCellE.m in Sources */,
  1413. 3C0CB3CB2562739F00718A03 /* StaticModelistViewController.m in Sources */,
  1414. 3C5F8C4425650B0E00CFD26A /* ResultACEM1Cell.m in Sources */,
  1415. );
  1416. runOnlyForDeploymentPostprocessing = 0;
  1417. };
  1418. 3C0CB348255E56C000718A03 /* Sources */ = {
  1419. isa = PBXSourcesBuildPhase;
  1420. buildActionMask = 2147483647;
  1421. files = (
  1422. 3C0CB351255E56C000718A03 /* RA_TradeFilingTests.m in Sources */,
  1423. );
  1424. runOnlyForDeploymentPostprocessing = 0;
  1425. };
  1426. 3C0CB353255E56C000718A03 /* Sources */ = {
  1427. isa = PBXSourcesBuildPhase;
  1428. buildActionMask = 2147483647;
  1429. files = (
  1430. 3C0CB35C255E56C000718A03 /* RA_TradeFilingUITests.m in Sources */,
  1431. );
  1432. runOnlyForDeploymentPostprocessing = 0;
  1433. };
  1434. /* End PBXSourcesBuildPhase section */
  1435. /* Begin PBXTargetDependency section */
  1436. 3C0CB34E255E56C000718A03 /* PBXTargetDependency */ = {
  1437. isa = PBXTargetDependency;
  1438. target = 3C0CB330255E56BF00718A03 /* RA TradeFiling */;
  1439. targetProxy = 3C0CB34D255E56C000718A03 /* PBXContainerItemProxy */;
  1440. };
  1441. 3C0CB359255E56C000718A03 /* PBXTargetDependency */ = {
  1442. isa = PBXTargetDependency;
  1443. target = 3C0CB330255E56BF00718A03 /* RA TradeFiling */;
  1444. targetProxy = 3C0CB358255E56C000718A03 /* PBXContainerItemProxy */;
  1445. };
  1446. /* End PBXTargetDependency section */
  1447. /* Begin PBXVariantGroup section */
  1448. 3C0CB33D255E56BF00718A03 /* Main.storyboard */ = {
  1449. isa = PBXVariantGroup;
  1450. children = (
  1451. 3C0CB33E255E56BF00718A03 /* Base */,
  1452. 3C7670B725AC254B00588DB5 /* zh-Hans */,
  1453. );
  1454. name = Main.storyboard;
  1455. sourceTree = "<group>";
  1456. };
  1457. 3C0CB342255E56BF00718A03 /* LaunchScreen.storyboard */ = {
  1458. isa = PBXVariantGroup;
  1459. children = (
  1460. 3C0CB343255E56BF00718A03 /* Base */,
  1461. 3C7670B825AC254C00588DB5 /* zh-Hans */,
  1462. );
  1463. name = LaunchScreen.storyboard;
  1464. sourceTree = "<group>";
  1465. };
  1466. 3C7670D625AC268300588DB5 /* Localizable.strings */ = {
  1467. isa = PBXVariantGroup;
  1468. children = (
  1469. 3C7670D725AC268300588DB5 /* en */,
  1470. );
  1471. name = Localizable.strings;
  1472. sourceTree = "<group>";
  1473. };
  1474. 3C7670E325AC275700588DB5 /* Localizable.strings */ = {
  1475. isa = PBXVariantGroup;
  1476. children = (
  1477. 3C7670E225AC275700588DB5 /* zh-Hans */,
  1478. );
  1479. name = Localizable.strings;
  1480. sourceTree = "<group>";
  1481. };
  1482. /* End PBXVariantGroup section */
  1483. /* Begin XCBuildConfiguration section */
  1484. 3C0CB35E255E56C000718A03 /* Debug */ = {
  1485. isa = XCBuildConfiguration;
  1486. buildSettings = {
  1487. ALWAYS_SEARCH_USER_PATHS = NO;
  1488. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1489. CLANG_ANALYZER_NONNULL = YES;
  1490. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1491. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1492. CLANG_CXX_LIBRARY = "libc++";
  1493. CLANG_ENABLE_MODULES = YES;
  1494. CLANG_ENABLE_OBJC_ARC = YES;
  1495. CLANG_ENABLE_OBJC_WEAK = YES;
  1496. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1497. CLANG_WARN_BOOL_CONVERSION = YES;
  1498. CLANG_WARN_COMMA = YES;
  1499. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1500. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1501. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1502. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1503. CLANG_WARN_EMPTY_BODY = YES;
  1504. CLANG_WARN_ENUM_CONVERSION = YES;
  1505. CLANG_WARN_INFINITE_RECURSION = YES;
  1506. CLANG_WARN_INT_CONVERSION = YES;
  1507. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1508. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1509. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1510. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1511. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1512. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1513. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1514. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1515. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1516. CLANG_WARN_UNREACHABLE_CODE = YES;
  1517. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1518. COPY_PHASE_STRIP = NO;
  1519. DEBUG_INFORMATION_FORMAT = dwarf;
  1520. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1521. ENABLE_TESTABILITY = YES;
  1522. GCC_C_LANGUAGE_STANDARD = gnu11;
  1523. GCC_DYNAMIC_NO_PIC = NO;
  1524. GCC_NO_COMMON_BLOCKS = YES;
  1525. GCC_OPTIMIZATION_LEVEL = 0;
  1526. GCC_PREPROCESSOR_DEFINITIONS = (
  1527. "DEBUG=1",
  1528. "$(inherited)",
  1529. );
  1530. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1531. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1532. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1533. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1534. GCC_WARN_UNUSED_FUNCTION = YES;
  1535. GCC_WARN_UNUSED_VARIABLE = YES;
  1536. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1537. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1538. MTL_FAST_MATH = YES;
  1539. ONLY_ACTIVE_ARCH = YES;
  1540. SDKROOT = iphoneos;
  1541. };
  1542. name = Debug;
  1543. };
  1544. 3C0CB35F255E56C000718A03 /* Release */ = {
  1545. isa = XCBuildConfiguration;
  1546. buildSettings = {
  1547. ALWAYS_SEARCH_USER_PATHS = NO;
  1548. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1549. CLANG_ANALYZER_NONNULL = YES;
  1550. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1551. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1552. CLANG_CXX_LIBRARY = "libc++";
  1553. CLANG_ENABLE_MODULES = YES;
  1554. CLANG_ENABLE_OBJC_ARC = YES;
  1555. CLANG_ENABLE_OBJC_WEAK = YES;
  1556. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1557. CLANG_WARN_BOOL_CONVERSION = YES;
  1558. CLANG_WARN_COMMA = YES;
  1559. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1560. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1561. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1562. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1563. CLANG_WARN_EMPTY_BODY = YES;
  1564. CLANG_WARN_ENUM_CONVERSION = YES;
  1565. CLANG_WARN_INFINITE_RECURSION = YES;
  1566. CLANG_WARN_INT_CONVERSION = YES;
  1567. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1568. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1569. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1570. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1571. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1572. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1573. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1574. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1575. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1576. CLANG_WARN_UNREACHABLE_CODE = YES;
  1577. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1578. COPY_PHASE_STRIP = NO;
  1579. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1580. ENABLE_NS_ASSERTIONS = NO;
  1581. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1582. GCC_C_LANGUAGE_STANDARD = gnu11;
  1583. GCC_NO_COMMON_BLOCKS = YES;
  1584. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1585. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1586. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1587. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1588. GCC_WARN_UNUSED_FUNCTION = YES;
  1589. GCC_WARN_UNUSED_VARIABLE = YES;
  1590. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1591. MTL_ENABLE_DEBUG_INFO = NO;
  1592. MTL_FAST_MATH = YES;
  1593. SDKROOT = iphoneos;
  1594. VALIDATE_PRODUCT = YES;
  1595. };
  1596. name = Release;
  1597. };
  1598. 3C0CB361255E56C000718A03 /* Debug */ = {
  1599. isa = XCBuildConfiguration;
  1600. buildSettings = {
  1601. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1602. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1603. CODE_SIGN_STYLE = Automatic;
  1604. CURRENT_PROJECT_VERSION = 48423;
  1605. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1606. GCC_OPTIMIZATION_LEVEL = 0;
  1607. INFOPLIST_FILE = "RA TradeFiling/Info.plist";
  1608. LD_RUNPATH_SEARCH_PATHS = (
  1609. "$(inherited)",
  1610. "@executable_path/Frameworks",
  1611. );
  1612. MARKETING_VERSION = 1.03;
  1613. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFiling";
  1614. PRODUCT_NAME = "$(TARGET_NAME)";
  1615. TARGETED_DEVICE_FAMILY = 1;
  1616. };
  1617. name = Debug;
  1618. };
  1619. 3C0CB362255E56C000718A03 /* Release */ = {
  1620. isa = XCBuildConfiguration;
  1621. buildSettings = {
  1622. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1623. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1624. CODE_SIGN_STYLE = Automatic;
  1625. CURRENT_PROJECT_VERSION = 48423;
  1626. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1627. GCC_OPTIMIZATION_LEVEL = s;
  1628. INFOPLIST_FILE = "RA TradeFiling/Info.plist";
  1629. LD_RUNPATH_SEARCH_PATHS = (
  1630. "$(inherited)",
  1631. "@executable_path/Frameworks",
  1632. );
  1633. MARKETING_VERSION = 1.03;
  1634. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFiling";
  1635. PRODUCT_NAME = "$(TARGET_NAME)";
  1636. TARGETED_DEVICE_FAMILY = 1;
  1637. };
  1638. name = Release;
  1639. };
  1640. 3C0CB364255E56C000718A03 /* Debug */ = {
  1641. isa = XCBuildConfiguration;
  1642. buildSettings = {
  1643. BUNDLE_LOADER = "$(TEST_HOST)";
  1644. CODE_SIGN_STYLE = Automatic;
  1645. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1646. INFOPLIST_FILE = "RA TradeFilingTests/Info.plist";
  1647. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  1648. LD_RUNPATH_SEARCH_PATHS = (
  1649. "$(inherited)",
  1650. "@executable_path/Frameworks",
  1651. "@loader_path/Frameworks",
  1652. );
  1653. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingTests";
  1654. PRODUCT_NAME = "$(TARGET_NAME)";
  1655. TARGETED_DEVICE_FAMILY = "1,2";
  1656. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RA TradeFiling.app/RA TradeFiling";
  1657. };
  1658. name = Debug;
  1659. };
  1660. 3C0CB365255E56C000718A03 /* Release */ = {
  1661. isa = XCBuildConfiguration;
  1662. buildSettings = {
  1663. BUNDLE_LOADER = "$(TEST_HOST)";
  1664. CODE_SIGN_STYLE = Automatic;
  1665. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1666. INFOPLIST_FILE = "RA TradeFilingTests/Info.plist";
  1667. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  1668. LD_RUNPATH_SEARCH_PATHS = (
  1669. "$(inherited)",
  1670. "@executable_path/Frameworks",
  1671. "@loader_path/Frameworks",
  1672. );
  1673. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingTests";
  1674. PRODUCT_NAME = "$(TARGET_NAME)";
  1675. TARGETED_DEVICE_FAMILY = "1,2";
  1676. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RA TradeFiling.app/RA TradeFiling";
  1677. };
  1678. name = Release;
  1679. };
  1680. 3C0CB367255E56C000718A03 /* Debug */ = {
  1681. isa = XCBuildConfiguration;
  1682. buildSettings = {
  1683. CODE_SIGN_STYLE = Automatic;
  1684. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1685. INFOPLIST_FILE = "RA TradeFilingUITests/Info.plist";
  1686. LD_RUNPATH_SEARCH_PATHS = (
  1687. "$(inherited)",
  1688. "@executable_path/Frameworks",
  1689. "@loader_path/Frameworks",
  1690. );
  1691. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingUITests";
  1692. PRODUCT_NAME = "$(TARGET_NAME)";
  1693. TARGETED_DEVICE_FAMILY = "1,2";
  1694. TEST_TARGET_NAME = "RA TradeFiling";
  1695. };
  1696. name = Debug;
  1697. };
  1698. 3C0CB368255E56C000718A03 /* Release */ = {
  1699. isa = XCBuildConfiguration;
  1700. buildSettings = {
  1701. CODE_SIGN_STYLE = Automatic;
  1702. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1703. INFOPLIST_FILE = "RA TradeFilingUITests/Info.plist";
  1704. LD_RUNPATH_SEARCH_PATHS = (
  1705. "$(inherited)",
  1706. "@executable_path/Frameworks",
  1707. "@loader_path/Frameworks",
  1708. );
  1709. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingUITests";
  1710. PRODUCT_NAME = "$(TARGET_NAME)";
  1711. TARGETED_DEVICE_FAMILY = "1,2";
  1712. TEST_TARGET_NAME = "RA TradeFiling";
  1713. };
  1714. name = Release;
  1715. };
  1716. /* End XCBuildConfiguration section */
  1717. /* Begin XCConfigurationList section */
  1718. 3C0CB32C255E56BF00718A03 /* Build configuration list for PBXProject "RA TradeFiling" */ = {
  1719. isa = XCConfigurationList;
  1720. buildConfigurations = (
  1721. 3C0CB35E255E56C000718A03 /* Debug */,
  1722. 3C0CB35F255E56C000718A03 /* Release */,
  1723. );
  1724. defaultConfigurationIsVisible = 0;
  1725. defaultConfigurationName = Release;
  1726. };
  1727. 3C0CB360255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFiling" */ = {
  1728. isa = XCConfigurationList;
  1729. buildConfigurations = (
  1730. 3C0CB361255E56C000718A03 /* Debug */,
  1731. 3C0CB362255E56C000718A03 /* Release */,
  1732. );
  1733. defaultConfigurationIsVisible = 0;
  1734. defaultConfigurationName = Release;
  1735. };
  1736. 3C0CB363255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingTests" */ = {
  1737. isa = XCConfigurationList;
  1738. buildConfigurations = (
  1739. 3C0CB364255E56C000718A03 /* Debug */,
  1740. 3C0CB365255E56C000718A03 /* Release */,
  1741. );
  1742. defaultConfigurationIsVisible = 0;
  1743. defaultConfigurationName = Release;
  1744. };
  1745. 3C0CB366255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingUITests" */ = {
  1746. isa = XCConfigurationList;
  1747. buildConfigurations = (
  1748. 3C0CB367255E56C000718A03 /* Debug */,
  1749. 3C0CB368255E56C000718A03 /* Release */,
  1750. );
  1751. defaultConfigurationIsVisible = 0;
  1752. defaultConfigurationName = Release;
  1753. };
  1754. /* End XCConfigurationList section */
  1755. };
  1756. rootObject = 3C0CB329255E56BF00718A03 /* Project object */;
  1757. }