project.pbxproj 123 KB

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