project.pbxproj 123 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570
  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. 3C7F37F72564C4810033BF82 /* RASingleton.h */,
  512. 3C7F37F82564C4810033BF82 /* RASingleton.m */,
  513. 3C7F37962564C2900033BF82 /* Message */,
  514. 3C7F37382563CD9A0033BF82 /* Utils */,
  515. 3C7F37162563CB710033BF82 /* Common */,
  516. 3C0CB3D2256273CB00718A03 /* Network */,
  517. 3C0CB3C42562738C00718A03 /* StaticModelist */,
  518. 3C0CB395255E819700718A03 /* Result */,
  519. 3C0CB394255E818D00718A03 /* Detail */,
  520. 3C0CB393255E818100718A03 /* Search */,
  521. 3C0CB392255E817700718A03 /* Home */,
  522. 3C0CB38B255E617800718A03 /* My */,
  523. 3C0CB384255E610200718A03 /* Login */,
  524. 3C0CB37F255E5CF900718A03 /* const.h */,
  525. 3C0CB380255E5D0E00718A03 /* config.h */,
  526. 3C0CB36C255E585D00718A03 /* Tab Root */,
  527. 3C0CB334255E56BF00718A03 /* AppDelegate.h */,
  528. 3C0CB335255E56BF00718A03 /* AppDelegate.m */,
  529. 3C0CB337255E56BF00718A03 /* SceneDelegate.h */,
  530. 3C0CB338255E56BF00718A03 /* SceneDelegate.m */,
  531. 3C0CB33A255E56BF00718A03 /* ViewController.h */,
  532. 3C0CB33B255E56BF00718A03 /* ViewController.m */,
  533. 3C7670322595932D00588DB5 /* RANavigationController.h */,
  534. 3C7670332595932D00588DB5 /* RANavigationController.m */,
  535. 3C0CB33D255E56BF00718A03 /* Main.storyboard */,
  536. 3C0CB340255E56BF00718A03 /* Assets.xcassets */,
  537. 3C0CB342255E56BF00718A03 /* LaunchScreen.storyboard */,
  538. 3C0CB345255E56BF00718A03 /* Info.plist */,
  539. 3C0CB346255E56BF00718A03 /* main.m */,
  540. 3C5F8B422564F3DD00CFD26A /* common_const.h */,
  541. );
  542. path = "RA TradeFiling";
  543. sourceTree = "<group>";
  544. };
  545. 3C0CB34F255E56C000718A03 /* RA TradeFilingTests */ = {
  546. isa = PBXGroup;
  547. children = (
  548. 3C0CB350255E56C000718A03 /* RA_TradeFilingTests.m */,
  549. 3C0CB352255E56C000718A03 /* Info.plist */,
  550. );
  551. path = "RA TradeFilingTests";
  552. sourceTree = "<group>";
  553. };
  554. 3C0CB35A255E56C000718A03 /* RA TradeFilingUITests */ = {
  555. isa = PBXGroup;
  556. children = (
  557. 3C0CB35B255E56C000718A03 /* RA_TradeFilingUITests.m */,
  558. 3C0CB35D255E56C000718A03 /* Info.plist */,
  559. );
  560. path = "RA TradeFilingUITests";
  561. sourceTree = "<group>";
  562. };
  563. 3C0CB36C255E585D00718A03 /* Tab Root */ = {
  564. isa = PBXGroup;
  565. children = (
  566. 3C0CB373255E599C00718A03 /* RootViewController.h */,
  567. 3C0CB374255E599C00718A03 /* RootViewController.m */,
  568. 3C0CB379255E5BEA00718A03 /* TFRootViewController.h */,
  569. 3C0CB37A255E5BEA00718A03 /* TFRootViewController.m */,
  570. );
  571. path = "Tab Root";
  572. sourceTree = "<group>";
  573. };
  574. 3C0CB384255E610200718A03 /* Login */ = {
  575. isa = PBXGroup;
  576. children = (
  577. 3C7F38042564C5440033BF82 /* RetrievePasswordViewController.h */,
  578. 3C7F38032564C5440033BF82 /* RetrievePasswordViewController.m */,
  579. 3C0CB386255E613200718A03 /* LoginViewController.h */,
  580. 3C0CB385255E613200718A03 /* LoginViewController.m */,
  581. 3C0CB3B3255E825B00718A03 /* Login.storyboard */,
  582. );
  583. path = Login;
  584. sourceTree = "<group>";
  585. };
  586. 3C0CB38B255E617800718A03 /* My */ = {
  587. isa = PBXGroup;
  588. children = (
  589. 3C76708725A6DD7400588DB5 /* ChangePasswordViewController.h */,
  590. 3C76708625A6DD7400588DB5 /* ChangePasswordViewController.m */,
  591. 3C5F8BDF2565055300CFD26A /* SavedSearchViewController.h */,
  592. 3C5F8BE02565055300CFD26A /* SavedSearchViewController.m */,
  593. 3C5F8BD92565053600CFD26A /* SavedDetailViewController.h */,
  594. 3C5F8BDA2565053700CFD26A /* SavedDetailViewController.m */,
  595. 3C5F8BF2256505FC00CFD26A /* CellItemHistory.h */,
  596. 3C5F8BF3256505FC00CFD26A /* CellItemHistory.m */,
  597. 3C0CB38C255E618800718A03 /* MylistViewController.h */,
  598. 3C0CB38D255E618800718A03 /* MylistViewController.m */,
  599. 3C0CB3AE255E821500718A03 /* My.storyboard */,
  600. 3C5F8C86256B935E00CFD26A /* my.json */,
  601. );
  602. path = My;
  603. sourceTree = "<group>";
  604. };
  605. 3C0CB392255E817700718A03 /* Home */ = {
  606. isa = PBXGroup;
  607. children = (
  608. 3C7F381C2564C6980033BF82 /* RAHomeSectionHeaderView.h */,
  609. 3C7F381B2564C6980033BF82 /* RAHomeSectionHeaderView.m */,
  610. 3C7F37902564C2720033BF82 /* RAHomeHeaderView.h */,
  611. 3C7F37912564C2720033BF82 /* RAHomeHeaderView.m */,
  612. 3C7F37782564C1E10033BF82 /* RABadgeNumberView.h */,
  613. 3C7F37792564C1E10033BF82 /* RABadgeNumberView.m */,
  614. 3C7F374B2564C03F0033BF82 /* RAHomeOrderModel.h */,
  615. 3C7F374C2564C03F0033BF82 /* RAHomeOrderModel.m */,
  616. 3C0CB3BE256253D800718A03 /* RABaseViewController.h */,
  617. 3C0CB3BF256253D900718A03 /* RABaseViewController.m */,
  618. 3C0CB3A0255E81CC00718A03 /* RAHomeViewController.h */,
  619. 3C0CB3A2255E81CC00718A03 /* RAHomeViewController.m */,
  620. 3C0CB39D255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.h */,
  621. 3C0CB3A1255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.m */,
  622. 3C0CB39E255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.h */,
  623. 3C0CB39F255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.m */,
  624. 3C767063259B200F00588DB5 /* HomeDashEmptyCell.h */,
  625. 3C767064259B200F00588DB5 /* HomeDashEmptyCell.m */,
  626. 3C767065259B200F00588DB5 /* HomeDashEmptyCell.xib */,
  627. 3C0CB397255E81BD00718A03 /* Home.storyboard */,
  628. 3C0CB396255E81BD00718A03 /* HomeHeader.xib */,
  629. 3C5F8C91256D079200CFD26A /* ButtonCollectionView.h */,
  630. 3C5F8C92256D079200CFD26A /* ButtonCollectionView.m */,
  631. 3C5F8C8B256CFF6F00CFD26A /* CollectionViewButtonCell.h */,
  632. 3C5F8C8C256CFF6F00CFD26A /* CollectionViewButtonCell.m */,
  633. 3C5F8CA7256F919900CFD26A /* FunctionPanel.json */,
  634. 3C5F8C9C256E3A5900CFD26A /* CollectionViewButtonCell.xib */,
  635. 3C5F8CA1256F847300CFD26A /* FunctionSettingViewController.h */,
  636. 3C5F8CA2256F847300CFD26A /* FunctionSettingViewController.m */,
  637. 3C5F8CC02576220400CFD26A /* DashboardModel.h */,
  638. 3C5F8CC12576220400CFD26A /* DashboardModel.m */,
  639. 3C5F8D8D2580B4E500CFD26A /* CompanySelectViewController.h */,
  640. 3C5F8D8E2580B4E500CFD26A /* CompanySelectViewController.m */,
  641. );
  642. path = Home;
  643. sourceTree = "<group>";
  644. };
  645. 3C0CB393255E818100718A03 /* Search */ = {
  646. isa = PBXGroup;
  647. children = (
  648. 3C5F8C2B256509AA00CFD26A /* SearchTableAdapterJson.h */,
  649. 3C5F8C2C256509AA00CFD26A /* SearchTableAdapterJson.m */,
  650. 3C5F8C252565099300CFD26A /* MyAutocompletionCellFactory.h */,
  651. 3C5F8C262565099300CFD26A /* MyAutocompletionCellFactory.m */,
  652. 3C5F8C1F2565097600CFD26A /* MySuggestion.h */,
  653. 3C5F8C202565097600CFD26A /* MySuggestion.m */,
  654. 3C5F8C1A2565095900CFD26A /* MyAutocompleteItemsSource.h */,
  655. 3C5F8C192565095900CFD26A /* MyAutocompleteItemsSource.m */,
  656. 3C5F8C132565092C00CFD26A /* MyAutocompleteView.h */,
  657. 3C5F8C142565092C00CFD26A /* MyAutocompleteView.m */,
  658. 3C5F8C0D256508D400CFD26A /* SearchViewController.h */,
  659. 3C5F8C0E256508D400CFD26A /* SearchViewController.m */,
  660. 3C0CB3B8255E829000718A03 /* SearchlistViewController.h */,
  661. 3C0CB3B9255E829000718A03 /* SearchlistViewController.m */,
  662. 3C0CB3A9255E81F300718A03 /* Search.storyboard */,
  663. 3C5F8C3725650A8500CFD26A /* TableCellBool.h */,
  664. 3C5F8C3825650A8500CFD26A /* TableCellBool.m */,
  665. 3C5F8C3925650A8500CFD26A /* TableCellDate.h */,
  666. 3C5F8C3A25650A8500CFD26A /* TableCellDate.m */,
  667. 3C5F8C3525650A8500CFD26A /* TableCellEdit.h */,
  668. 3C5F8C3625650A8500CFD26A /* TableCellEdit.m */,
  669. 3C5F8CCD25777A2100CFD26A /* search_acem1.json */,
  670. 3C5F8CE12578807100CFD26A /* search_aci.json */,
  671. 3C5F8CE32578807100CFD26A /* search_emanifest.json */,
  672. 3C5F8CE22578807100CFD26A /* search_isf.json */,
  673. 3C243180258B016C00555555 /* search_customer.json */,
  674. );
  675. path = Search;
  676. sourceTree = "<group>";
  677. };
  678. 3C0CB394255E818D00718A03 /* Detail */ = {
  679. isa = PBXGroup;
  680. children = (
  681. 3C5F8D7E257F55BD00CFD26A /* TabBarController.h */,
  682. 3C5F8D7D257F55BD00CFD26A /* TabBarController.m */,
  683. 3C5F8D49257E2D8700CFD26A /* DetailContent.h */,
  684. 3C5F8D4A257E2D8700CFD26A /* DetailContent.m */,
  685. 3C5F8D2C257E2A6A00CFD26A /* DetailTabBarController.h */,
  686. 3C5F8D2B257E2A6A00CFD26A /* DetailTabBarController.m */,
  687. 3C5F8D32257E2A8C00CFD26A /* DetailPageViewController.h */,
  688. 3C5F8D31257E2A8C00CFD26A /* DetailPageViewController.m */,
  689. 3C5F8D37257E2AEF00CFD26A /* DetailCellKVNew.h */,
  690. 3C76707825A453AD00588DB5 /* DetailCellContainer.h */,
  691. 3C76707925A453AD00588DB5 /* DetailCellContainer.m */,
  692. 3C5F8D38257E2AEF00CFD26A /* DetailCellKVNew.m */,
  693. 3C5F8D3E257E2B3600CFD26A /* DetailCellList.h */,
  694. 3C5F8D3D257E2B3600CFD26A /* DetailCellList.m */,
  695. 3C5F8D43257E2B4500CFD26A /* DetailCellWeb.h */,
  696. 3C5F8D44257E2B4500CFD26A /* DetailCellWeb.m */,
  697. 3C5F8D83257F5CA800CFD26A /* Detail.storyboard */,
  698. );
  699. path = Detail;
  700. sourceTree = "<group>";
  701. };
  702. 3C0CB395255E819700718A03 /* Result */ = {
  703. isa = PBXGroup;
  704. children = (
  705. 3C5F8D0F257A265500CFD26A /* result_acem1.json */,
  706. 3C5F8D12257A265500CFD26A /* result_aci.json */,
  707. 3C5F8D10257A265500CFD26A /* result_emanifest.json */,
  708. 3C5F8D11257A265500CFD26A /* result_isf.json */,
  709. 3C243185258B019B00555555 /* result_customer.json */,
  710. 3C5F8CF3257A1EE100CFD26A /* ResultViewController+TableDelegate.h */,
  711. 3C5F8CF4257A1EE100CFD26A /* ResultViewController+TableDelegate.m */,
  712. 3C5F8CEE257A1DC900CFD26A /* ResultViewController+TableDataSource.h */,
  713. 3C5F8CED257A1DC900CFD26A /* ResultViewController+TableDataSource.m */,
  714. 3C5F8C5825650BD800CFD26A /* LPShareActivity.h */,
  715. 3C5F8C5725650BD800CFD26A /* LPShareActivity.m */,
  716. 3C5F8BFE256506B900CFD26A /* MyQLPreviewController.h */,
  717. 3C5F8BFF256506BA00CFD26A /* MyQLPreviewController.m */,
  718. 3C5F8C5E25650C0F00CFD26A /* ResultAddition.h */,
  719. 3C5F8C5D25650C0F00CFD26A /* ResultAddition.m */,
  720. 3C5F8BB72565013B00CFD26A /* ResultBaseModel.h */,
  721. 3C5F8BB62565013B00CFD26A /* ResultBaseModel.m */,
  722. 3C5F8B922565000200CFD26A /* ResultProtocol.h */,
  723. 3C5F8B532564FDD100CFD26A /* Result.storyboard */,
  724. 3C5F8B542564FDD100CFD26A /* ResultViewController.h */,
  725. 3C5F8B522564FDD100CFD26A /* ResultViewController.m */,
  726. 3C5F8B8C2564FFC700CFD26A /* ResultViewController+QuickLook.h */,
  727. 3C5F8B8D2564FFC700CFD26A /* ResultViewController+QuickLook.m */,
  728. 3C5F8B972565001700CFD26A /* ApexResultMenuItem.h */,
  729. 3C5F8B962565001700CFD26A /* ApexResultMenuItem.m */,
  730. 3C5F8B9C2565003600CFD26A /* ResultPresenter.h */,
  731. 3C5F8B9D2565003600CFD26A /* ResultPresenter.m */,
  732. 3C5F8BC5256503EC00CFD26A /* ResultAdditionView.h */,
  733. 3C5F8BC6256503ED00CFD26A /* ResultAdditionView.m */,
  734. 3C5F8BC7256503ED00CFD26A /* ApexResultAdditionView.xib */,
  735. 3C7670462599B1E000588DB5 /* ResulteManifestModel.h */,
  736. 3C7670472599B1E000588DB5 /* ResulteManifestModel.m */,
  737. 3C76704F2599B29D00588DB5 /* ResulteManifestCell.h */,
  738. 3C7670502599B29D00588DB5 /* ResulteManifestCell.m */,
  739. 3C7670552599B2C700588DB5 /* ResulteManifestCell.xib */,
  740. 3C5F8BBE2565017E00CFD26A /* ResultACIModel.h */,
  741. 3C5F8BBF2565017E00CFD26A /* ResultACIModel.m */,
  742. 3C5F8D932583500900CFD26A /* ResultACICell.h */,
  743. 3C5F8D942583500A00CFD26A /* ResultACICell.m */,
  744. 3C5F8D952583500A00CFD26A /* ResultACICell.xib */,
  745. 3C5F8DC125836A9E00CFD26A /* ResultACEM1Model.h */,
  746. 3C5F8DC225836A9F00CFD26A /* ResultACEM1Model.m */,
  747. 3C5F8C4325650B0E00CFD26A /* ResultACEM1Cell.h */,
  748. 3C5F8C4125650B0E00CFD26A /* ResultACEM1Cell.m */,
  749. 3C5F8C4225650B0E00CFD26A /* ResultACEM1Cell.xib */,
  750. 3C2431B0258B48AA00555555 /* ResultISFModel.h */,
  751. 3C2431B1258B48AA00555555 /* ResultISFModel.m */,
  752. 3C24319F258B3C7A00555555 /* ResultISFCell.h */,
  753. 3C2431A0258B3C7A00555555 /* ResultISFCell.m */,
  754. 3C2431A1258B3C7A00555555 /* ResultISFCell.xib */,
  755. 3C243172258AFBE900555555 /* ResultCustomerModel.h */,
  756. 3C243173258AFBE900555555 /* ResultCustomerModel.m */,
  757. 3C24316A258AF60000555555 /* ResultCustomerCell.h */,
  758. 3C24316B258AF60000555555 /* ResultCustomerCell.m */,
  759. 3C24316C258AF60000555555 /* ResultCustomerCell.xib */,
  760. );
  761. path = Result;
  762. sourceTree = "<group>";
  763. };
  764. 3C0CB3C42562738C00718A03 /* StaticModelist */ = {
  765. isa = PBXGroup;
  766. children = (
  767. 3C0CB3C52562739F00718A03 /* StaticModelistViewController.h */,
  768. 3C0CB3C62562739F00718A03 /* StaticModelistViewController.m */,
  769. 3C0CB3CA2562739F00718A03 /* StaticModelistViewController.xib */,
  770. 3C0CB3C72562739F00718A03 /* StaticModeTableViewCell.h */,
  771. 3C0CB3C92562739F00718A03 /* StaticModeTableViewCell.m */,
  772. 3C0CB3C82562739F00718A03 /* StaticModeTableViewCell.xib */,
  773. );
  774. path = StaticModelist;
  775. sourceTree = "<group>";
  776. };
  777. 3C0CB3D2256273CB00718A03 /* Network */ = {
  778. isa = PBXGroup;
  779. children = (
  780. 3C7F37702564C13E0033BF82 /* RANetworkTaskDelegate.h */,
  781. 3C7F376F2564C13E0033BF82 /* RANetworkTaskDelegate.m */,
  782. 3C7F37692564C11E0033BF82 /* Reachability.h */,
  783. 3C7F37662564C11E0033BF82 /* Reachability.m */,
  784. 3C7F37272563CC5F0033BF82 /* NetworkUtils.h */,
  785. 3C7F37262563CC5F0033BF82 /* NetworkUtils.m */,
  786. 3C7F37322563CD4E0033BF82 /* RANetwork.h */,
  787. 3C7F37332563CD4E0033BF82 /* RANetwork.m */,
  788. );
  789. path = Network;
  790. sourceTree = "<group>";
  791. };
  792. 3C5F8C722566609B00CFD26A /* DataProvider */ = {
  793. isa = PBXGroup;
  794. children = (
  795. 3C7F37FE2564C4C80033BF82 /* RADataProvider.h */,
  796. 3C7F37FD2564C4C80033BF82 /* RADataProvider.m */,
  797. 3C5F8C73256660E900CFD26A /* OnlineDataProvider.h */,
  798. 3C5F8C74256660E900CFD26A /* OnlineDataProvider.m */,
  799. 3C5F8C792566610A00CFD26A /* OfflineDataProvider.h */,
  800. 3C5F8C7A2566610A00CFD26A /* OfflineDataProvider.m */,
  801. );
  802. path = DataProvider;
  803. sourceTree = "<group>";
  804. };
  805. 3C5F8C822567B72800CFD26A /* FAKE_DATA */ = {
  806. isa = PBXGroup;
  807. children = (
  808. 3C5F8CB22574C92200CFD26A /* home.json */,
  809. 3C5F8D1A257A2BCB00CFD26A /* searchresult_aci.json */,
  810. 3C5F8DB92583655200CFD26A /* searchresult_emanifest.json */,
  811. 3C5F8D88258079B900CFD26A /* login.json */,
  812. 3C2431512589EF7400555555 /* searchresult_isf.json */,
  813. 3C2431562589F26100555555 /* searchresult_acem1.json */,
  814. 3C24317B258B00A800555555 /* searchresult_customer.json */,
  815. 3C7670382595BE2900588DB5 /* detail.json */,
  816. 3C7670AC25A84C8600588DB5 /* detail_customer.json */,
  817. 3C76706E25A2F4F000588DB5 /* log_isf.json */,
  818. 3C76709525A84C0C00588DB5 /* log_acem1.json */,
  819. 3C7670A225A84C3600588DB5 /* log_emanifest.json */,
  820. 3C7670A725A84C5900588DB5 /* log_hblclose.json */,
  821. 3C76709D25A84C1E00588DB5 /* log_aci.json */,
  822. 3C76707325A2F60C00588DB5 /* container.json */,
  823. );
  824. path = FAKE_DATA;
  825. sourceTree = "<group>";
  826. };
  827. 3C5F8CD525777E5800CFD26A /* CustomFields */ = {
  828. isa = PBXGroup;
  829. children = (
  830. 3C5F8C04256506DC00CFD26A /* CustomizeFieldViewController.h */,
  831. 3C5F8C05256506DC00CFD26A /* CustomizeFieldViewController.m */,
  832. 3C5F8CD625777E7300CFD26A /* Fields.storyboard */,
  833. );
  834. path = CustomFields;
  835. sourceTree = "<group>";
  836. };
  837. 3C5F8D6A257F545A00CFD26A /* Share */ = {
  838. isa = PBXGroup;
  839. children = (
  840. 3C5F8D6C257F546B00CFD26A /* DetailShareItemProvider.h */,
  841. 3C5F8D6B257F546B00CFD26A /* DetailShareItemProvider.m */,
  842. );
  843. path = Share;
  844. sourceTree = "<group>";
  845. };
  846. 3C7670BF25AC257F00588DB5 /* Localize */ = {
  847. isa = PBXGroup;
  848. children = (
  849. 3C7670D625AC268300588DB5 /* Localizable.strings */,
  850. 3C7670E325AC275700588DB5 /* Localizable.strings */,
  851. );
  852. path = Localize;
  853. sourceTree = "<group>";
  854. };
  855. 3C7F37162563CB710033BF82 /* Common */ = {
  856. isa = PBXGroup;
  857. children = (
  858. 3C5F8D71257F54FB00CFD26A /* MDHTMLLabel.h */,
  859. 3C5F8D72257F54FB00CFD26A /* MDHTMLLabel.m */,
  860. 3C5F8D77257F550D00CFD26A /* LineView.h */,
  861. 3C5F8D78257F550D00CFD26A /* LineView.m */,
  862. 3C5F8BCE2565042E00CFD26A /* UIView+RAConstraint.h */,
  863. 3C5F8BCD2565042E00CFD26A /* UIView+RAConstraint.m */,
  864. 3C5F8BB1256500F900CFD26A /* NSData+RAImageType.h */,
  865. 3C5F8BB0256500F900CFD26A /* NSData+RAImageType.m */,
  866. 3C7F38382564C7EB0033BF82 /* WebViewController.h */,
  867. 3C7F38372564C7EB0033BF82 /* WebViewController.m */,
  868. 3C5F8D64257F542500CFD26A /* UIScrollView+JLRefresh.h */,
  869. 3C5F8D65257F542500CFD26A /* UIScrollView+JLRefresh.m */,
  870. 3C5F8D5B257F541300CFD26A /* UIView+JLExtension.h */,
  871. 3C5F8D5C257F541300CFD26A /* UIView+JLExtension.m */,
  872. 3C5F8B462564F8D300CFD26A /* JLRefreshBasis.h */,
  873. 3C5F8B472564F8D300CFD26A /* JLRefreshBasis.m */,
  874. 3C7F382B2564C78C0033BF82 /* JLRefreshFooter.h */,
  875. 3C7F382C2564C78C0033BF82 /* JLRefreshFooter.m */,
  876. 3C5F8BD42565049400CFD26A /* JLRefreshHeader.h */,
  877. 3C5F8BD32565049300CFD26A /* JLRefreshHeader.m */,
  878. 3C5F8C6D2565196A00CFD26A /* JLPresentationController.h */,
  879. 3C5F8C6C2565196A00CFD26A /* JLPresentationController.m */,
  880. 3C5F8C5125650B9700CFD26A /* JLCustomerNavigationAlertController.h */,
  881. 3C5F8C5225650B9700CFD26A /* JLCustomerNavigationAlertController.m */,
  882. 3C7F38212564C70F0033BF82 /* JLCustomerAlertController.h */,
  883. 3C7F38222564C70F0033BF82 /* JLCustomerAlertController.m */,
  884. 3C7F37F22564C44D0033BF82 /* UIImage+RedAnt.h */,
  885. 3C7F37F12564C44D0033BF82 /* UIImage+RedAnt.m */,
  886. 3C7F37DD2564C3DD0033BF82 /* RAEmptyDataView.h */,
  887. 3C7F37DF2564C3DD0033BF82 /* RAEmptyDataView.m */,
  888. 3C7F37DC2564C3DD0033BF82 /* UIScrollView+Empty.h */,
  889. 3C7F37DE2564C3DD0033BF82 /* UIScrollView+Empty.m */,
  890. 3C7F378A2564C2400033BF82 /* RAProgressHUD.h */,
  891. 3C7F378B2564C2400033BF82 /* RAProgressHUD.m */,
  892. 3C7F37522564C0690033BF82 /* RAEmptyView.h */,
  893. 3C7F37512564C0690033BF82 /* RAEmptyView.m */,
  894. 3C5F8D52257F53F300CFD26A /* UIView+Toast.h */,
  895. 3C5F8D53257F53F300CFD26A /* UIView+Toast.m */,
  896. 3C7670B125ABFDFF00588DB5 /* wkweb.storyboard */,
  897. );
  898. name = Common;
  899. sourceTree = "<group>";
  900. };
  901. 3C7F37382563CD9A0033BF82 /* Utils */ = {
  902. isa = PBXGroup;
  903. children = (
  904. 3C5F8C6325650C3F00CFD26A /* RAConvertor.h */,
  905. 3C5F8C6425650C3F00CFD26A /* RAConvertor.m */,
  906. 3CAB3FD92564F27D00CB554D /* RAUtils.h */,
  907. 3CAB3FDA2564F27D00CB554D /* RAUtils.m */,
  908. 3C7F37392563CDA70033BF82 /* AES */,
  909. );
  910. name = Utils;
  911. sourceTree = "<group>";
  912. };
  913. 3C7F37392563CDA70033BF82 /* AES */ = {
  914. isa = PBXGroup;
  915. children = (
  916. 3C7F373E2563CDB70033BF82 /* AESCrypt.h */,
  917. 3C7F37422563CDB70033BF82 /* AESCrypt.m */,
  918. 3C7F373C2563CDB70033BF82 /* LICENSE */,
  919. 3C7F37412563CDB70033BF82 /* NSData+Base64.h */,
  920. 3C7F37402563CDB70033BF82 /* NSData+Base64.m */,
  921. 3C7F373A2563CDB70033BF82 /* NSData+CommonCrypto.h */,
  922. 3C7F373B2563CDB70033BF82 /* NSData+CommonCrypto.m */,
  923. 3C7F373D2563CDB70033BF82 /* NSString+Base64.h */,
  924. 3C7F373F2563CDB70033BF82 /* NSString+Base64.m */,
  925. );
  926. path = AES;
  927. sourceTree = "<group>";
  928. };
  929. 3C7F37962564C2900033BF82 /* Message */ = {
  930. isa = PBXGroup;
  931. children = (
  932. );
  933. path = Message;
  934. sourceTree = "<group>";
  935. };
  936. /* End PBXGroup section */
  937. /* Begin PBXNativeTarget section */
  938. 3C0CB330255E56BF00718A03 /* RA TradeFiling */ = {
  939. isa = PBXNativeTarget;
  940. buildConfigurationList = 3C0CB360255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFiling" */;
  941. buildPhases = (
  942. 3C0CB32D255E56BF00718A03 /* Sources */,
  943. 3C0CB32E255E56BF00718A03 /* Frameworks */,
  944. 3C0CB32F255E56BF00718A03 /* Resources */,
  945. );
  946. buildRules = (
  947. );
  948. dependencies = (
  949. );
  950. name = "RA TradeFiling";
  951. productName = "RA TradeFiling";
  952. productReference = 3C0CB331255E56BF00718A03 /* RA TradeFiling.app */;
  953. productType = "com.apple.product-type.application";
  954. };
  955. 3C0CB34B255E56C000718A03 /* RA TradeFilingTests */ = {
  956. isa = PBXNativeTarget;
  957. buildConfigurationList = 3C0CB363255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingTests" */;
  958. buildPhases = (
  959. 3C0CB348255E56C000718A03 /* Sources */,
  960. 3C0CB349255E56C000718A03 /* Frameworks */,
  961. 3C0CB34A255E56C000718A03 /* Resources */,
  962. );
  963. buildRules = (
  964. );
  965. dependencies = (
  966. 3C0CB34E255E56C000718A03 /* PBXTargetDependency */,
  967. );
  968. name = "RA TradeFilingTests";
  969. productName = "RA TradeFilingTests";
  970. productReference = 3C0CB34C255E56C000718A03 /* RA TradeFilingTests.xctest */;
  971. productType = "com.apple.product-type.bundle.unit-test";
  972. };
  973. 3C0CB356255E56C000718A03 /* RA TradeFilingUITests */ = {
  974. isa = PBXNativeTarget;
  975. buildConfigurationList = 3C0CB366255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingUITests" */;
  976. buildPhases = (
  977. 3C0CB353255E56C000718A03 /* Sources */,
  978. 3C0CB354255E56C000718A03 /* Frameworks */,
  979. 3C0CB355255E56C000718A03 /* Resources */,
  980. );
  981. buildRules = (
  982. );
  983. dependencies = (
  984. 3C0CB359255E56C000718A03 /* PBXTargetDependency */,
  985. );
  986. name = "RA TradeFilingUITests";
  987. productName = "RA TradeFilingUITests";
  988. productReference = 3C0CB357255E56C000718A03 /* RA TradeFilingUITests.xctest */;
  989. productType = "com.apple.product-type.bundle.ui-testing";
  990. };
  991. /* End PBXNativeTarget section */
  992. /* Begin PBXProject section */
  993. 3C0CB329255E56BF00718A03 /* Project object */ = {
  994. isa = PBXProject;
  995. attributes = {
  996. LastUpgradeCheck = 1210;
  997. TargetAttributes = {
  998. 3C0CB330255E56BF00718A03 = {
  999. CreatedOnToolsVersion = 12.1;
  1000. };
  1001. 3C0CB34B255E56C000718A03 = {
  1002. CreatedOnToolsVersion = 12.1;
  1003. TestTargetID = 3C0CB330255E56BF00718A03;
  1004. };
  1005. 3C0CB356255E56C000718A03 = {
  1006. CreatedOnToolsVersion = 12.1;
  1007. TestTargetID = 3C0CB330255E56BF00718A03;
  1008. };
  1009. };
  1010. };
  1011. buildConfigurationList = 3C0CB32C255E56BF00718A03 /* Build configuration list for PBXProject "RA TradeFiling" */;
  1012. compatibilityVersion = "Xcode 9.3";
  1013. developmentRegion = en;
  1014. hasScannedForEncodings = 0;
  1015. knownRegions = (
  1016. en,
  1017. Base,
  1018. "zh-Hans",
  1019. );
  1020. mainGroup = 3C0CB328255E56BF00718A03;
  1021. productRefGroup = 3C0CB332255E56BF00718A03 /* Products */;
  1022. projectDirPath = "";
  1023. projectRoot = "";
  1024. targets = (
  1025. 3C0CB330255E56BF00718A03 /* RA TradeFiling */,
  1026. 3C0CB34B255E56C000718A03 /* RA TradeFilingTests */,
  1027. 3C0CB356255E56C000718A03 /* RA TradeFilingUITests */,
  1028. );
  1029. };
  1030. /* End PBXProject section */
  1031. /* Begin PBXResourcesBuildPhase section */
  1032. 3C0CB32F255E56BF00718A03 /* Resources */ = {
  1033. isa = PBXResourcesBuildPhase;
  1034. buildActionMask = 2147483647;
  1035. files = (
  1036. 3C767067259B200F00588DB5 /* HomeDashEmptyCell.xib in Resources */,
  1037. 3C76707425A2F60C00588DB5 /* container.json in Resources */,
  1038. 3C2431A3258B3C7A00555555 /* ResultISFCell.xib in Resources */,
  1039. 3C24317C258B00A800555555 /* searchresult_customer.json in Resources */,
  1040. 3C5F8BC9256503ED00CFD26A /* ApexResultAdditionView.xib in Resources */,
  1041. 3C5F8C87256B935E00CFD26A /* my.json in Resources */,
  1042. 3C5F8D16257A265600CFD26A /* result_aci.json in Resources */,
  1043. 3C0CB3B4255E825B00718A03 /* Login.storyboard in Resources */,
  1044. 3C0CB344255E56BF00718A03 /* LaunchScreen.storyboard in Resources */,
  1045. 3C7670E125AC275700588DB5 /* Localizable.strings in Resources */,
  1046. 3C5F8D84257F5CA800CFD26A /* Detail.storyboard in Resources */,
  1047. 3C76706F25A2F4F000588DB5 /* log_isf.json in Resources */,
  1048. 3C7670B225ABFDFF00588DB5 /* wkweb.storyboard in Resources */,
  1049. 3C0CB399255E81BD00718A03 /* Home.storyboard in Resources */,
  1050. 3C7670A325A84C3600588DB5 /* log_emanifest.json in Resources */,
  1051. 3C76709E25A84C1E00588DB5 /* log_aci.json in Resources */,
  1052. 3C5F8D13257A265600CFD26A /* result_acem1.json in Resources */,
  1053. 3C76709625A84C0C00588DB5 /* log_acem1.json in Resources */,
  1054. 3C5F8C4525650B0E00CFD26A /* ResultACEM1Cell.xib in Resources */,
  1055. 3C0CB398255E81BD00718A03 /* HomeHeader.xib in Resources */,
  1056. 3C5F8CE42578807100CFD26A /* search_aci.json in Resources */,
  1057. 3C5F8DBA2583655200CFD26A /* searchresult_emanifest.json in Resources */,
  1058. 3C7670AD25A84C8600588DB5 /* detail_customer.json in Resources */,
  1059. 3C5F8D972583500A00CFD26A /* ResultACICell.xib in Resources */,
  1060. 3C5F8D89258079BA00CFD26A /* login.json in Resources */,
  1061. 3C2431572589F26100555555 /* searchresult_acem1.json in Resources */,
  1062. 3C5F8CA8256F919900CFD26A /* FunctionPanel.json in Resources */,
  1063. 3C0CB3CC2562739F00718A03 /* StaticModeTableViewCell.xib in Resources */,
  1064. 3C5F8D14257A265600CFD26A /* result_emanifest.json in Resources */,
  1065. 3C5F8CE52578807100CFD26A /* search_isf.json in Resources */,
  1066. 3C243186258B019B00555555 /* result_customer.json in Resources */,
  1067. 3C5F8CD725777E7300CFD26A /* Fields.storyboard in Resources */,
  1068. 3C5F8CB32574C92300CFD26A /* home.json in Resources */,
  1069. 3C24316E258AF60000555555 /* ResultCustomerCell.xib in Resources */,
  1070. 3C5F8CE62578807100CFD26A /* search_emanifest.json in Resources */,
  1071. 3C7670D825AC268300588DB5 /* Localizable.strings in Resources */,
  1072. 3C7F37442563CDB70033BF82 /* LICENSE in Resources */,
  1073. 3C5F8D15257A265600CFD26A /* result_isf.json in Resources */,
  1074. 3C5F8C9D256E3A5900CFD26A /* CollectionViewButtonCell.xib in Resources */,
  1075. 3C0CB341255E56BF00718A03 /* Assets.xcassets in Resources */,
  1076. 3C5F8B562564FDD100CFD26A /* Result.storyboard in Resources */,
  1077. 3C5F8D1B257A2BCB00CFD26A /* searchresult_aci.json in Resources */,
  1078. 3C7670A825A84C5900588DB5 /* log_hblclose.json in Resources */,
  1079. 3C0CB3CE2562739F00718A03 /* StaticModelistViewController.xib in Resources */,
  1080. 3C243181258B016C00555555 /* search_customer.json in Resources */,
  1081. 3C0CB3AA255E81F300718A03 /* Search.storyboard in Resources */,
  1082. 3C7670562599B2C700588DB5 /* ResulteManifestCell.xib in Resources */,
  1083. 3C2431522589EF7400555555 /* searchresult_isf.json in Resources */,
  1084. 3C5F8CCE25777A2100CFD26A /* search_acem1.json in Resources */,
  1085. 3C0CB33F255E56BF00718A03 /* Main.storyboard in Resources */,
  1086. 3C7670392595BE2A00588DB5 /* detail.json in Resources */,
  1087. 3C0CB3AF255E821500718A03 /* My.storyboard in Resources */,
  1088. );
  1089. runOnlyForDeploymentPostprocessing = 0;
  1090. };
  1091. 3C0CB34A255E56C000718A03 /* Resources */ = {
  1092. isa = PBXResourcesBuildPhase;
  1093. buildActionMask = 2147483647;
  1094. files = (
  1095. );
  1096. runOnlyForDeploymentPostprocessing = 0;
  1097. };
  1098. 3C0CB355255E56C000718A03 /* Resources */ = {
  1099. isa = PBXResourcesBuildPhase;
  1100. buildActionMask = 2147483647;
  1101. files = (
  1102. );
  1103. runOnlyForDeploymentPostprocessing = 0;
  1104. };
  1105. /* End PBXResourcesBuildPhase section */
  1106. /* Begin PBXSourcesBuildPhase section */
  1107. 3C0CB32D255E56BF00718A03 /* Sources */ = {
  1108. isa = PBXSourcesBuildPhase;
  1109. buildActionMask = 2147483647;
  1110. files = (
  1111. 3C76707A25A453AD00588DB5 /* DetailCellContainer.m in Sources */,
  1112. 3C5F8C3C25650A8500CFD26A /* TableCellBool.m in Sources */,
  1113. 3C7F37E02564C3DD0033BF82 /* UIScrollView+Empty.m in Sources */,
  1114. 3C5F8C6E2565196A00CFD26A /* JLPresentationController.m in Sources */,
  1115. 3C5F8C8D256CFF6F00CFD26A /* CollectionViewButtonCell.m in Sources */,
  1116. 3C0CB37B255E5BEA00718A03 /* TFRootViewController.m in Sources */,
  1117. 3C0CB3A3255E81CC00718A03 /* RAHomeViewController+HomeTableDelegate.m in Sources */,
  1118. 3C243174258AFBE900555555 /* ResultCustomerModel.m in Sources */,
  1119. 3C5F8BB82565013B00CFD26A /* ResultBaseModel.m in Sources */,
  1120. 3C5F8CEF257A1DC900CFD26A /* ResultViewController+TableDataSource.m in Sources */,
  1121. 3C5F8C00256506BA00CFD26A /* MyQLPreviewController.m in Sources */,
  1122. 3C5F8B8E2564FFC700CFD26A /* ResultViewController+QuickLook.m in Sources */,
  1123. 3C0CB3CD2562739F00718A03 /* StaticModeTableViewCell.m in Sources */,
  1124. 3C5F8D66257F542500CFD26A /* UIScrollView+JLRefresh.m in Sources */,
  1125. 3C7F37462563CDB70033BF82 /* NSData+Base64.m in Sources */,
  1126. 3C0CB33C255E56BF00718A03 /* ViewController.m in Sources */,
  1127. 3C7F38392564C7EB0033BF82 /* WebViewController.m in Sources */,
  1128. 3C7F37E12564C3DD0033BF82 /* RAEmptyDataView.m in Sources */,
  1129. 3C5F8BE12565055400CFD26A /* SavedSearchViewController.m in Sources */,
  1130. 3CAB3FDB2564F27D00CB554D /* RAUtils.m in Sources */,
  1131. 3C5F8C7B2566610A00CFD26A /* OfflineDataProvider.m in Sources */,
  1132. 3C5F8C75256660E900CFD26A /* OnlineDataProvider.m in Sources */,
  1133. 3C5F8C212565097600CFD26A /* MySuggestion.m in Sources */,
  1134. 3C5F8CC22576220400CFD26A /* DashboardModel.m in Sources */,
  1135. 3C7F374D2564C03F0033BF82 /* RAHomeOrderModel.m in Sources */,
  1136. 3C5F8D54257F53F300CFD26A /* UIView+Toast.m in Sources */,
  1137. 3C5F8D4B257E2D8700CFD26A /* DetailContent.m in Sources */,
  1138. 3C5F8C2D256509AA00CFD26A /* SearchTableAdapterJson.m in Sources */,
  1139. 3C5F8D2D257E2A6A00CFD26A /* DetailTabBarController.m in Sources */,
  1140. 3C5F8D8F2580B4E500CFD26A /* CompanySelectViewController.m in Sources */,
  1141. 3C5F8C3B25650A8500CFD26A /* TableCellEdit.m in Sources */,
  1142. 3C7F37342563CD4E0033BF82 /* RANetwork.m in Sources */,
  1143. 3C5F8C152565092C00CFD26A /* MyAutocompleteView.m in Sources */,
  1144. 3C5F8D73257F54FB00CFD26A /* MDHTMLLabel.m in Sources */,
  1145. 3C7F37452563CDB70033BF82 /* NSString+Base64.m in Sources */,
  1146. 3C7F38232564C70F0033BF82 /* JLCustomerAlertController.m in Sources */,
  1147. 3C5F8DC325836A9F00CFD26A /* ResultACEM1Model.m in Sources */,
  1148. 3C7F37F32564C44D0033BF82 /* UIImage+RedAnt.m in Sources */,
  1149. 3C7F37532564C0690033BF82 /* RAEmptyView.m in Sources */,
  1150. 3C7F381D2564C6980033BF82 /* RAHomeSectionHeaderView.m in Sources */,
  1151. 3C5F8BB2256500F900CFD26A /* NSData+RAImageType.m in Sources */,
  1152. 3C5F8BCF2565042F00CFD26A /* UIView+RAConstraint.m in Sources */,
  1153. 3C5F8D5D257F541400CFD26A /* UIView+JLExtension.m in Sources */,
  1154. 3C0CB38E255E618800718A03 /* MylistViewController.m in Sources */,
  1155. 3C7F37712564C13F0033BF82 /* RANetworkTaskDelegate.m in Sources */,
  1156. 3C0CB336255E56BF00718A03 /* AppDelegate.m in Sources */,
  1157. 3C5F8C5925650BD800CFD26A /* LPShareActivity.m in Sources */,
  1158. 3C0CB3A5255E81CC00718A03 /* RAHomeViewController.m in Sources */,
  1159. 3C2431A2258B3C7A00555555 /* ResultISFCell.m in Sources */,
  1160. 3C767066259B200F00588DB5 /* HomeDashEmptyCell.m in Sources */,
  1161. 3C5F8B552564FDD100CFD26A /* ResultViewController.m in Sources */,
  1162. 3C5F8C272565099300CFD26A /* MyAutocompletionCellFactory.m in Sources */,
  1163. 3C0CB3BA255E829000718A03 /* SearchlistViewController.m in Sources */,
  1164. 3C7F382D2564C78C0033BF82 /* JLRefreshFooter.m in Sources */,
  1165. 3C7670342595932D00588DB5 /* RANavigationController.m in Sources */,
  1166. 3C5F8CA3256F847400CFD26A /* FunctionSettingViewController.m in Sources */,
  1167. 3C7F37282563CC5F0033BF82 /* NetworkUtils.m in Sources */,
  1168. 3C5F8BC12565017E00CFD26A /* ResultACIModel.m in Sources */,
  1169. 3C5F8BC8256503ED00CFD26A /* ResultAdditionView.m in Sources */,
  1170. 3C5F8C06256506DC00CFD26A /* CustomizeFieldViewController.m in Sources */,
  1171. 3C5F8D39257E2AEF00CFD26A /* DetailCellKVNew.m in Sources */,
  1172. 3C5F8D45257E2B4500CFD26A /* DetailCellWeb.m in Sources */,
  1173. 3C7F37472563CDB70033BF82 /* AESCrypt.m in Sources */,
  1174. 3C7F37432563CDB70033BF82 /* NSData+CommonCrypto.m in Sources */,
  1175. 3C0CB347255E56BF00718A03 /* main.m in Sources */,
  1176. 3C5F8D79257F550D00CFD26A /* LineView.m in Sources */,
  1177. 3C5F8C93256D079200CFD26A /* ButtonCollectionView.m in Sources */,
  1178. 3C5F8D962583500A00CFD26A /* ResultACICell.m in Sources */,
  1179. 3C7670482599B1E000588DB5 /* ResulteManifestModel.m in Sources */,
  1180. 3C7F38052564C5440033BF82 /* RetrievePasswordViewController.m in Sources */,
  1181. 3C5F8C6525650C3F00CFD26A /* RAConvertor.m in Sources */,
  1182. 3C7F378C2564C2400033BF82 /* RAProgressHUD.m in Sources */,
  1183. 3C7F37922564C2720033BF82 /* RAHomeHeaderView.m in Sources */,
  1184. 3C7F377A2564C1E10033BF82 /* RABadgeNumberView.m in Sources */,
  1185. 3C5F8CF5257A1EE100CFD26A /* ResultViewController+TableDelegate.m in Sources */,
  1186. 3C7670512599B29D00588DB5 /* ResulteManifestCell.m in Sources */,
  1187. 3C5F8B982565001700CFD26A /* ApexResultMenuItem.m in Sources */,
  1188. 3C5F8C0F256508D400CFD26A /* SearchViewController.m in Sources */,
  1189. 3C5F8C5F25650C0F00CFD26A /* ResultAddition.m in Sources */,
  1190. 3C5F8BDB2565053700CFD26A /* SavedDetailViewController.m in Sources */,
  1191. 3C5F8D33257E2A8C00CFD26A /* DetailPageViewController.m in Sources */,
  1192. 3C5F8D6D257F546B00CFD26A /* DetailShareItemProvider.m in Sources */,
  1193. 3C5F8B482564F8D300CFD26A /* JLRefreshBasis.m in Sources */,
  1194. 3C5F8B9E2565003600CFD26A /* ResultPresenter.m in Sources */,
  1195. 3C5F8C5325650B9700CFD26A /* JLCustomerNavigationAlertController.m in Sources */,
  1196. 3C0CB3C0256253D900718A03 /* RABaseViewController.m in Sources */,
  1197. 3C5F8C3D25650A8500CFD26A /* TableCellDate.m in Sources */,
  1198. 3C5F8BF4256505FC00CFD26A /* CellItemHistory.m in Sources */,
  1199. 3C24316D258AF60000555555 /* ResultCustomerCell.m in Sources */,
  1200. 3C0CB387255E613200718A03 /* LoginViewController.m in Sources */,
  1201. 3C0CB339255E56BF00718A03 /* SceneDelegate.m in Sources */,
  1202. 3C0CB375255E599C00718A03 /* RootViewController.m in Sources */,
  1203. 3C7F37F92564C4810033BF82 /* RASingleton.m in Sources */,
  1204. 3C7F37FF2564C4C80033BF82 /* RADataProvider.m in Sources */,
  1205. 3C5F8BD52565049400CFD26A /* JLRefreshHeader.m in Sources */,
  1206. 3C76708825A6DD7400588DB5 /* ChangePasswordViewController.m in Sources */,
  1207. 3C2431B2258B48AA00555555 /* ResultISFModel.m in Sources */,
  1208. 3C0CB3A4255E81CC00718A03 /* RAHomeViewController+HomeTableDataSource.m in Sources */,
  1209. 3C5F8C1B2565095900CFD26A /* MyAutocompleteItemsSource.m in Sources */,
  1210. 3C5F8D3F257E2B3600CFD26A /* DetailCellList.m in Sources */,
  1211. 3C7F376A2564C11E0033BF82 /* Reachability.m in Sources */,
  1212. 3C5F8D7F257F55BD00CFD26A /* TabBarController.m in Sources */,
  1213. 3C0CB3CB2562739F00718A03 /* StaticModelistViewController.m in Sources */,
  1214. 3C5F8C4425650B0E00CFD26A /* ResultACEM1Cell.m in Sources */,
  1215. );
  1216. runOnlyForDeploymentPostprocessing = 0;
  1217. };
  1218. 3C0CB348255E56C000718A03 /* Sources */ = {
  1219. isa = PBXSourcesBuildPhase;
  1220. buildActionMask = 2147483647;
  1221. files = (
  1222. 3C0CB351255E56C000718A03 /* RA_TradeFilingTests.m in Sources */,
  1223. );
  1224. runOnlyForDeploymentPostprocessing = 0;
  1225. };
  1226. 3C0CB353255E56C000718A03 /* Sources */ = {
  1227. isa = PBXSourcesBuildPhase;
  1228. buildActionMask = 2147483647;
  1229. files = (
  1230. 3C0CB35C255E56C000718A03 /* RA_TradeFilingUITests.m in Sources */,
  1231. );
  1232. runOnlyForDeploymentPostprocessing = 0;
  1233. };
  1234. /* End PBXSourcesBuildPhase section */
  1235. /* Begin PBXTargetDependency section */
  1236. 3C0CB34E255E56C000718A03 /* PBXTargetDependency */ = {
  1237. isa = PBXTargetDependency;
  1238. target = 3C0CB330255E56BF00718A03 /* RA TradeFiling */;
  1239. targetProxy = 3C0CB34D255E56C000718A03 /* PBXContainerItemProxy */;
  1240. };
  1241. 3C0CB359255E56C000718A03 /* PBXTargetDependency */ = {
  1242. isa = PBXTargetDependency;
  1243. target = 3C0CB330255E56BF00718A03 /* RA TradeFiling */;
  1244. targetProxy = 3C0CB358255E56C000718A03 /* PBXContainerItemProxy */;
  1245. };
  1246. /* End PBXTargetDependency section */
  1247. /* Begin PBXVariantGroup section */
  1248. 3C0CB33D255E56BF00718A03 /* Main.storyboard */ = {
  1249. isa = PBXVariantGroup;
  1250. children = (
  1251. 3C0CB33E255E56BF00718A03 /* Base */,
  1252. 3C7670B725AC254B00588DB5 /* zh-Hans */,
  1253. );
  1254. name = Main.storyboard;
  1255. sourceTree = "<group>";
  1256. };
  1257. 3C0CB342255E56BF00718A03 /* LaunchScreen.storyboard */ = {
  1258. isa = PBXVariantGroup;
  1259. children = (
  1260. 3C0CB343255E56BF00718A03 /* Base */,
  1261. 3C7670B825AC254C00588DB5 /* zh-Hans */,
  1262. );
  1263. name = LaunchScreen.storyboard;
  1264. sourceTree = "<group>";
  1265. };
  1266. 3C7670D625AC268300588DB5 /* Localizable.strings */ = {
  1267. isa = PBXVariantGroup;
  1268. children = (
  1269. 3C7670D725AC268300588DB5 /* en */,
  1270. );
  1271. name = Localizable.strings;
  1272. sourceTree = "<group>";
  1273. };
  1274. 3C7670E325AC275700588DB5 /* Localizable.strings */ = {
  1275. isa = PBXVariantGroup;
  1276. children = (
  1277. 3C7670E225AC275700588DB5 /* zh-Hans */,
  1278. );
  1279. name = Localizable.strings;
  1280. sourceTree = "<group>";
  1281. };
  1282. /* End PBXVariantGroup section */
  1283. /* Begin XCBuildConfiguration section */
  1284. 3C0CB35E255E56C000718A03 /* Debug */ = {
  1285. isa = XCBuildConfiguration;
  1286. buildSettings = {
  1287. ALWAYS_SEARCH_USER_PATHS = NO;
  1288. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1289. CLANG_ANALYZER_NONNULL = YES;
  1290. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1291. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1292. CLANG_CXX_LIBRARY = "libc++";
  1293. CLANG_ENABLE_MODULES = YES;
  1294. CLANG_ENABLE_OBJC_ARC = YES;
  1295. CLANG_ENABLE_OBJC_WEAK = YES;
  1296. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1297. CLANG_WARN_BOOL_CONVERSION = YES;
  1298. CLANG_WARN_COMMA = YES;
  1299. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1300. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1301. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1302. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1303. CLANG_WARN_EMPTY_BODY = YES;
  1304. CLANG_WARN_ENUM_CONVERSION = YES;
  1305. CLANG_WARN_INFINITE_RECURSION = YES;
  1306. CLANG_WARN_INT_CONVERSION = YES;
  1307. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1308. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1309. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1310. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1311. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1312. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1313. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1314. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1315. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1316. CLANG_WARN_UNREACHABLE_CODE = YES;
  1317. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1318. COPY_PHASE_STRIP = NO;
  1319. DEBUG_INFORMATION_FORMAT = dwarf;
  1320. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1321. ENABLE_TESTABILITY = YES;
  1322. GCC_C_LANGUAGE_STANDARD = gnu11;
  1323. GCC_DYNAMIC_NO_PIC = NO;
  1324. GCC_NO_COMMON_BLOCKS = YES;
  1325. GCC_OPTIMIZATION_LEVEL = 0;
  1326. GCC_PREPROCESSOR_DEFINITIONS = (
  1327. "DEBUG=1",
  1328. "$(inherited)",
  1329. );
  1330. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1331. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1332. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1333. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1334. GCC_WARN_UNUSED_FUNCTION = YES;
  1335. GCC_WARN_UNUSED_VARIABLE = YES;
  1336. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1337. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1338. MTL_FAST_MATH = YES;
  1339. ONLY_ACTIVE_ARCH = YES;
  1340. SDKROOT = iphoneos;
  1341. };
  1342. name = Debug;
  1343. };
  1344. 3C0CB35F255E56C000718A03 /* Release */ = {
  1345. isa = XCBuildConfiguration;
  1346. buildSettings = {
  1347. ALWAYS_SEARCH_USER_PATHS = NO;
  1348. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  1349. CLANG_ANALYZER_NONNULL = YES;
  1350. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1351. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1352. CLANG_CXX_LIBRARY = "libc++";
  1353. CLANG_ENABLE_MODULES = YES;
  1354. CLANG_ENABLE_OBJC_ARC = YES;
  1355. CLANG_ENABLE_OBJC_WEAK = YES;
  1356. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1357. CLANG_WARN_BOOL_CONVERSION = YES;
  1358. CLANG_WARN_COMMA = YES;
  1359. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1360. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1361. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1362. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1363. CLANG_WARN_EMPTY_BODY = YES;
  1364. CLANG_WARN_ENUM_CONVERSION = YES;
  1365. CLANG_WARN_INFINITE_RECURSION = YES;
  1366. CLANG_WARN_INT_CONVERSION = YES;
  1367. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1368. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1369. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1370. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1371. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  1372. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1373. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1374. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1375. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1376. CLANG_WARN_UNREACHABLE_CODE = YES;
  1377. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1378. COPY_PHASE_STRIP = NO;
  1379. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1380. ENABLE_NS_ASSERTIONS = NO;
  1381. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1382. GCC_C_LANGUAGE_STANDARD = gnu11;
  1383. GCC_NO_COMMON_BLOCKS = YES;
  1384. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1385. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1386. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1387. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1388. GCC_WARN_UNUSED_FUNCTION = YES;
  1389. GCC_WARN_UNUSED_VARIABLE = YES;
  1390. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1391. MTL_ENABLE_DEBUG_INFO = NO;
  1392. MTL_FAST_MATH = YES;
  1393. SDKROOT = iphoneos;
  1394. VALIDATE_PRODUCT = YES;
  1395. };
  1396. name = Release;
  1397. };
  1398. 3C0CB361255E56C000718A03 /* Debug */ = {
  1399. isa = XCBuildConfiguration;
  1400. buildSettings = {
  1401. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1402. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1403. CODE_SIGN_STYLE = Automatic;
  1404. CURRENT_PROJECT_VERSION = 47883;
  1405. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1406. GCC_OPTIMIZATION_LEVEL = 0;
  1407. INFOPLIST_FILE = "RA TradeFiling/Info.plist";
  1408. LD_RUNPATH_SEARCH_PATHS = (
  1409. "$(inherited)",
  1410. "@executable_path/Frameworks",
  1411. );
  1412. MARKETING_VERSION = 1.01;
  1413. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFiling";
  1414. PRODUCT_NAME = "$(TARGET_NAME)";
  1415. TARGETED_DEVICE_FAMILY = 1;
  1416. };
  1417. name = Debug;
  1418. };
  1419. 3C0CB362255E56C000718A03 /* Release */ = {
  1420. isa = XCBuildConfiguration;
  1421. buildSettings = {
  1422. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1423. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1424. CODE_SIGN_STYLE = Automatic;
  1425. CURRENT_PROJECT_VERSION = 47883;
  1426. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1427. GCC_OPTIMIZATION_LEVEL = s;
  1428. INFOPLIST_FILE = "RA TradeFiling/Info.plist";
  1429. LD_RUNPATH_SEARCH_PATHS = (
  1430. "$(inherited)",
  1431. "@executable_path/Frameworks",
  1432. );
  1433. MARKETING_VERSION = 1.01;
  1434. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFiling";
  1435. PRODUCT_NAME = "$(TARGET_NAME)";
  1436. TARGETED_DEVICE_FAMILY = 1;
  1437. };
  1438. name = Release;
  1439. };
  1440. 3C0CB364255E56C000718A03 /* Debug */ = {
  1441. isa = XCBuildConfiguration;
  1442. buildSettings = {
  1443. BUNDLE_LOADER = "$(TEST_HOST)";
  1444. CODE_SIGN_STYLE = Automatic;
  1445. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1446. INFOPLIST_FILE = "RA TradeFilingTests/Info.plist";
  1447. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  1448. LD_RUNPATH_SEARCH_PATHS = (
  1449. "$(inherited)",
  1450. "@executable_path/Frameworks",
  1451. "@loader_path/Frameworks",
  1452. );
  1453. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingTests";
  1454. PRODUCT_NAME = "$(TARGET_NAME)";
  1455. TARGETED_DEVICE_FAMILY = "1,2";
  1456. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RA TradeFiling.app/RA TradeFiling";
  1457. };
  1458. name = Debug;
  1459. };
  1460. 3C0CB365255E56C000718A03 /* Release */ = {
  1461. isa = XCBuildConfiguration;
  1462. buildSettings = {
  1463. BUNDLE_LOADER = "$(TEST_HOST)";
  1464. CODE_SIGN_STYLE = Automatic;
  1465. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1466. INFOPLIST_FILE = "RA TradeFilingTests/Info.plist";
  1467. IPHONEOS_DEPLOYMENT_TARGET = 14.1;
  1468. LD_RUNPATH_SEARCH_PATHS = (
  1469. "$(inherited)",
  1470. "@executable_path/Frameworks",
  1471. "@loader_path/Frameworks",
  1472. );
  1473. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingTests";
  1474. PRODUCT_NAME = "$(TARGET_NAME)";
  1475. TARGETED_DEVICE_FAMILY = "1,2";
  1476. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RA TradeFiling.app/RA TradeFiling";
  1477. };
  1478. name = Release;
  1479. };
  1480. 3C0CB367255E56C000718A03 /* Debug */ = {
  1481. isa = XCBuildConfiguration;
  1482. buildSettings = {
  1483. CODE_SIGN_STYLE = Automatic;
  1484. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1485. INFOPLIST_FILE = "RA TradeFilingUITests/Info.plist";
  1486. LD_RUNPATH_SEARCH_PATHS = (
  1487. "$(inherited)",
  1488. "@executable_path/Frameworks",
  1489. "@loader_path/Frameworks",
  1490. );
  1491. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingUITests";
  1492. PRODUCT_NAME = "$(TARGET_NAME)";
  1493. TARGETED_DEVICE_FAMILY = "1,2";
  1494. TEST_TARGET_NAME = "RA TradeFiling";
  1495. };
  1496. name = Debug;
  1497. };
  1498. 3C0CB368255E56C000718A03 /* Release */ = {
  1499. isa = XCBuildConfiguration;
  1500. buildSettings = {
  1501. CODE_SIGN_STYLE = Automatic;
  1502. DEVELOPMENT_TEAM = HXWLAA5YN5;
  1503. INFOPLIST_FILE = "RA TradeFilingUITests/Info.plist";
  1504. LD_RUNPATH_SEARCH_PATHS = (
  1505. "$(inherited)",
  1506. "@executable_path/Frameworks",
  1507. "@loader_path/Frameworks",
  1508. );
  1509. PRODUCT_BUNDLE_IDENTIFIER = "USAI.RA-TradeFilingUITests";
  1510. PRODUCT_NAME = "$(TARGET_NAME)";
  1511. TARGETED_DEVICE_FAMILY = "1,2";
  1512. TEST_TARGET_NAME = "RA TradeFiling";
  1513. };
  1514. name = Release;
  1515. };
  1516. /* End XCBuildConfiguration section */
  1517. /* Begin XCConfigurationList section */
  1518. 3C0CB32C255E56BF00718A03 /* Build configuration list for PBXProject "RA TradeFiling" */ = {
  1519. isa = XCConfigurationList;
  1520. buildConfigurations = (
  1521. 3C0CB35E255E56C000718A03 /* Debug */,
  1522. 3C0CB35F255E56C000718A03 /* Release */,
  1523. );
  1524. defaultConfigurationIsVisible = 0;
  1525. defaultConfigurationName = Release;
  1526. };
  1527. 3C0CB360255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFiling" */ = {
  1528. isa = XCConfigurationList;
  1529. buildConfigurations = (
  1530. 3C0CB361255E56C000718A03 /* Debug */,
  1531. 3C0CB362255E56C000718A03 /* Release */,
  1532. );
  1533. defaultConfigurationIsVisible = 0;
  1534. defaultConfigurationName = Release;
  1535. };
  1536. 3C0CB363255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingTests" */ = {
  1537. isa = XCConfigurationList;
  1538. buildConfigurations = (
  1539. 3C0CB364255E56C000718A03 /* Debug */,
  1540. 3C0CB365255E56C000718A03 /* Release */,
  1541. );
  1542. defaultConfigurationIsVisible = 0;
  1543. defaultConfigurationName = Release;
  1544. };
  1545. 3C0CB366255E56C000718A03 /* Build configuration list for PBXNativeTarget "RA TradeFilingUITests" */ = {
  1546. isa = XCConfigurationList;
  1547. buildConfigurations = (
  1548. 3C0CB367255E56C000718A03 /* Debug */,
  1549. 3C0CB368255E56C000718A03 /* Release */,
  1550. );
  1551. defaultConfigurationIsVisible = 0;
  1552. defaultConfigurationName = Release;
  1553. };
  1554. /* End XCConfigurationList section */
  1555. };
  1556. rootObject = 3C0CB329255E56BF00718A03 /* Project object */;
  1557. }