project.pbxproj 77 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 27029BC72276A23400D53A94 /* YRLoginVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BC62276A23400D53A94 /* YRLoginVC.m */; };
  10. 27029BCC2277063F00D53A94 /* UIColor+HexColor.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BCB2277063F00D53A94 /* UIColor+HexColor.m */; };
  11. 27029BD0227709CC00D53A94 /* UIButton+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BCE227709CC00D53A94 /* UIButton+Layout.m */; };
  12. 27029BD32277E16300D53A94 /* YRButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 27029BD22277E16300D53A94 /* YRButton.m */; };
  13. 3FE47A8D89A70D18F98B1E41 /* libPods-UU_EntUITests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F4F857DEEC69AEDCFACDFD51 /* libPods-UU_EntUITests.a */; };
  14. 99C6FE6122768B5C00C7070A /* UU_EntTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6022768B5C00C7070A /* UU_EntTests.m */; };
  15. 99C6FE6C22768B5C00C7070A /* UU_EntUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */; };
  16. 99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE7E22768EC000C7070A /* AppDelegate.m */; };
  17. 99C6FE9022768EC000C7070A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 99C6FE8722768EC000C7070A /* Assets.xcassets */; };
  18. 99C6FE9222768EC000C7070A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE8A22768EC000C7070A /* main.m */; };
  19. 99C6FE96227690BE00C7070A /* YRBaseVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE95227690BE00C7070A /* YRBaseVC.m */; };
  20. 99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FE98227690F800C7070A /* YRBaseNav.m */; };
  21. 99C6FEBA2276950C00C7070A /* YRMainVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEB92276950C00C7070A /* YRMainVC.m */; };
  22. 99C6FEC02276957400C7070A /* YRMineVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEBF2276957400C7070A /* YRMineVC.m */; };
  23. 99C6FEC32276959B00C7070A /* YRWorkVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEC22276959B00C7070A /* YRWorkVC.m */; };
  24. 99C6FEC82276966600C7070A /* YRWebVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FEC72276966600C7070A /* YRWebVC.m */; };
  25. 99C6FECB227696CA00C7070A /* YRMsgVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FECA227696CA00C7070A /* YRMsgVC.m */; };
  26. 99C6FECE227697DA00C7070A /* YRContactVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FECD227697DA00C7070A /* YRContactVC.m */; };
  27. 99C6FED12276982F00C7070A /* YRTabBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FED02276982F00C7070A /* YRTabBar.m */; };
  28. 99C6FF172276D13500C7070A /* YRUserInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF162276D13500C7070A /* YRUserInfo.m */; };
  29. 99C6FF1B2276DD3900C7070A /* YRTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF1A2276DD3900C7070A /* YRTableView.m */; };
  30. 99C6FF232276E4C000C7070A /* YRMsgMainCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF222276E4C000C7070A /* YRMsgMainCell.m */; };
  31. 99C6FF262276FAE000C7070A /* YRMsgMainModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C6FF242276FAE000C7070A /* YRMsgMainModel.m */; };
  32. 99F4A73D2277D1B8009AA6ED /* YRLoadImgCacheTool.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A73C2277D1B8009AA6ED /* YRLoadImgCacheTool.m */; };
  33. 99F4A7402277D2DF009AA6ED /* YRLoadingVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A73F2277D2DF009AA6ED /* YRLoadingVC.m */; };
  34. 99F4A7432277D332009AA6ED /* YRCountDownView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A7422277D332009AA6ED /* YRCountDownView.m */; };
  35. 99F4A7462277D503009AA6ED /* YRAdView.m in Sources */ = {isa = PBXBuildFile; fileRef = 99F4A7452277D503009AA6ED /* YRAdView.m */; };
  36. 99F4A8082277D844009AA6ED /* loading48.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7C82277D83B009AA6ED /* loading48.png */; };
  37. 99F4A8092277D845009AA6ED /* loading29.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7C92277D83B009AA6ED /* loading29.png */; };
  38. 99F4A80A2277D845009AA6ED /* loading32.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CA2277D83B009AA6ED /* loading32.png */; };
  39. 99F4A80B2277D845009AA6ED /* loading50.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CB2277D83B009AA6ED /* loading50.png */; };
  40. 99F4A80C2277D845009AA6ED /* loading27.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CC2277D83C009AA6ED /* loading27.png */; };
  41. 99F4A80D2277D845009AA6ED /* loading53.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CD2277D83C009AA6ED /* loading53.png */; };
  42. 99F4A80E2277D845009AA6ED /* loading60.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CE2277D83C009AA6ED /* loading60.png */; };
  43. 99F4A80F2277D845009AA6ED /* loading44.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7CF2277D83C009AA6ED /* loading44.png */; };
  44. 99F4A8102277D845009AA6ED /* loading24.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D02277D83C009AA6ED /* loading24.png */; };
  45. 99F4A8112277D845009AA6ED /* loading33.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D12277D83C009AA6ED /* loading33.png */; };
  46. 99F4A8122277D845009AA6ED /* loading25.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D22277D83C009AA6ED /* loading25.png */; };
  47. 99F4A8132277D845009AA6ED /* loading42.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D32277D83D009AA6ED /* loading42.png */; };
  48. 99F4A8142277D845009AA6ED /* loading30.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D42277D83D009AA6ED /* loading30.png */; };
  49. 99F4A8152277D845009AA6ED /* loading31.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D52277D83D009AA6ED /* loading31.png */; };
  50. 99F4A8162277D845009AA6ED /* loading63.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D62277D83D009AA6ED /* loading63.png */; };
  51. 99F4A8172277D845009AA6ED /* loading46.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D72277D83D009AA6ED /* loading46.png */; };
  52. 99F4A8182277D845009AA6ED /* loading20.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D82277D83D009AA6ED /* loading20.png */; };
  53. 99F4A8192277D845009AA6ED /* loading1.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7D92277D83D009AA6ED /* loading1.png */; };
  54. 99F4A81A2277D845009AA6ED /* loading18.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DA2277D83E009AA6ED /* loading18.png */; };
  55. 99F4A81B2277D845009AA6ED /* loading7.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DB2277D83E009AA6ED /* loading7.png */; };
  56. 99F4A81C2277D845009AA6ED /* loading8.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DC2277D83E009AA6ED /* loading8.png */; };
  57. 99F4A81D2277D845009AA6ED /* loading10.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DD2277D83E009AA6ED /* loading10.png */; };
  58. 99F4A81E2277D845009AA6ED /* loading57.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DE2277D83E009AA6ED /* loading57.png */; };
  59. 99F4A81F2277D845009AA6ED /* loading12.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7DF2277D83E009AA6ED /* loading12.png */; };
  60. 99F4A8202277D845009AA6ED /* loading54.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E02277D83E009AA6ED /* loading54.png */; };
  61. 99F4A8212277D845009AA6ED /* loading3.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E12277D83F009AA6ED /* loading3.png */; };
  62. 99F4A8222277D845009AA6ED /* loading55.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E22277D83F009AA6ED /* loading55.png */; };
  63. 99F4A8232277D845009AA6ED /* loading59.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E32277D83F009AA6ED /* loading59.png */; };
  64. 99F4A8242277D845009AA6ED /* loading35.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E42277D83F009AA6ED /* loading35.png */; };
  65. 99F4A8252277D845009AA6ED /* loading14.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E52277D83F009AA6ED /* loading14.png */; };
  66. 99F4A8262277D845009AA6ED /* loading22.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E62277D83F009AA6ED /* loading22.png */; };
  67. 99F4A8272277D845009AA6ED /* loading38.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E72277D83F009AA6ED /* loading38.png */; };
  68. 99F4A8282277D845009AA6ED /* loading34.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E82277D840009AA6ED /* loading34.png */; };
  69. 99F4A8292277D845009AA6ED /* loading13.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7E92277D840009AA6ED /* loading13.png */; };
  70. 99F4A82A2277D845009AA6ED /* loading49.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EA2277D840009AA6ED /* loading49.png */; };
  71. 99F4A82B2277D845009AA6ED /* loading19.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EB2277D840009AA6ED /* loading19.png */; };
  72. 99F4A82C2277D845009AA6ED /* loading41.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EC2277D840009AA6ED /* loading41.png */; };
  73. 99F4A82D2277D845009AA6ED /* loading9.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7ED2277D840009AA6ED /* loading9.png */; };
  74. 99F4A82E2277D845009AA6ED /* loading39.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EE2277D840009AA6ED /* loading39.png */; };
  75. 99F4A82F2277D845009AA6ED /* loading28.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7EF2277D840009AA6ED /* loading28.png */; };
  76. 99F4A8302277D845009AA6ED /* loading62.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F02277D840009AA6ED /* loading62.png */; };
  77. 99F4A8312277D845009AA6ED /* loading40.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F12277D841009AA6ED /* loading40.png */; };
  78. 99F4A8322277D845009AA6ED /* loading15.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F22277D841009AA6ED /* loading15.png */; };
  79. 99F4A8332277D845009AA6ED /* loading11.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F32277D841009AA6ED /* loading11.png */; };
  80. 99F4A8342277D845009AA6ED /* loading47.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F42277D841009AA6ED /* loading47.png */; };
  81. 99F4A8352277D845009AA6ED /* loading36.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F52277D841009AA6ED /* loading36.png */; };
  82. 99F4A8362277D845009AA6ED /* loading17.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F62277D841009AA6ED /* loading17.png */; };
  83. 99F4A8372277D845009AA6ED /* loading45.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F72277D842009AA6ED /* loading45.png */; };
  84. 99F4A8382277D845009AA6ED /* loading4.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F82277D842009AA6ED /* loading4.png */; };
  85. 99F4A8392277D845009AA6ED /* loading2.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7F92277D842009AA6ED /* loading2.png */; };
  86. 99F4A83A2277D845009AA6ED /* loading0.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FA2277D842009AA6ED /* loading0.png */; };
  87. 99F4A83B2277D845009AA6ED /* loading56.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FB2277D842009AA6ED /* loading56.png */; };
  88. 99F4A83C2277D845009AA6ED /* loading21.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FC2277D842009AA6ED /* loading21.png */; };
  89. 99F4A83D2277D845009AA6ED /* loading5.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FD2277D842009AA6ED /* loading5.png */; };
  90. 99F4A83E2277D845009AA6ED /* loading23.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FE2277D843009AA6ED /* loading23.png */; };
  91. 99F4A83F2277D845009AA6ED /* loading52.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A7FF2277D843009AA6ED /* loading52.png */; };
  92. 99F4A8402277D845009AA6ED /* loading61.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8002277D843009AA6ED /* loading61.png */; };
  93. 99F4A8412277D845009AA6ED /* loading37.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8012277D843009AA6ED /* loading37.png */; };
  94. 99F4A8422277D845009AA6ED /* loading58.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8022277D843009AA6ED /* loading58.png */; };
  95. 99F4A8432277D845009AA6ED /* loading26.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8032277D843009AA6ED /* loading26.png */; };
  96. 99F4A8442277D845009AA6ED /* loading16.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8042277D844009AA6ED /* loading16.png */; };
  97. 99F4A8452277D845009AA6ED /* loading51.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8052277D844009AA6ED /* loading51.png */; };
  98. 99F4A8462277D845009AA6ED /* loading43.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8062277D844009AA6ED /* loading43.png */; };
  99. 99F4A8472277D845009AA6ED /* loading6.png in Resources */ = {isa = PBXBuildFile; fileRef = 99F4A8072277D844009AA6ED /* loading6.png */; };
  100. C2FE1204E87AA4AC2511A808 /* libPods-UU_Ent.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F21F3925C5D7942C9E06A9B7 /* libPods-UU_Ent.a */; };
  101. F135D5FAC9D7DD2641DAF236 /* libPods-UU_EntTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 102F3AF440E73FF2A1EB3208 /* libPods-UU_EntTests.a */; };
  102. /* End PBXBuildFile section */
  103. /* Begin PBXContainerItemProxy section */
  104. 99C6FE5D22768B5C00C7070A /* PBXContainerItemProxy */ = {
  105. isa = PBXContainerItemProxy;
  106. containerPortal = 99C6FE3C22768B5B00C7070A /* Project object */;
  107. proxyType = 1;
  108. remoteGlobalIDString = 99C6FE4322768B5B00C7070A;
  109. remoteInfo = UU_Ent;
  110. };
  111. 99C6FE6822768B5C00C7070A /* PBXContainerItemProxy */ = {
  112. isa = PBXContainerItemProxy;
  113. containerPortal = 99C6FE3C22768B5B00C7070A /* Project object */;
  114. proxyType = 1;
  115. remoteGlobalIDString = 99C6FE4322768B5B00C7070A;
  116. remoteInfo = UU_Ent;
  117. };
  118. /* End PBXContainerItemProxy section */
  119. /* Begin PBXFileReference section */
  120. 102F3AF440E73FF2A1EB3208 /* libPods-UU_EntTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UU_EntTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  121. 13A4F2D13DACD5857BD40BDE /* Pods-UU_Ent.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_Ent.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent.release.xcconfig"; sourceTree = "<group>"; };
  122. 27029BC52276A23400D53A94 /* YRLoginVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRLoginVC.h; sourceTree = "<group>"; };
  123. 27029BC62276A23400D53A94 /* YRLoginVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRLoginVC.m; sourceTree = "<group>"; };
  124. 27029BCA2277063F00D53A94 /* UIColor+HexColor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+HexColor.h"; sourceTree = "<group>"; };
  125. 27029BCB2277063F00D53A94 /* UIColor+HexColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+HexColor.m"; sourceTree = "<group>"; };
  126. 27029BCE227709CC00D53A94 /* UIButton+Layout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+Layout.m"; sourceTree = "<group>"; };
  127. 27029BCF227709CC00D53A94 /* UIButton+Layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+Layout.h"; sourceTree = "<group>"; };
  128. 27029BD12277E16300D53A94 /* YRButton.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRButton.h; sourceTree = "<group>"; };
  129. 27029BD22277E16300D53A94 /* YRButton.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRButton.m; sourceTree = "<group>"; };
  130. 49A8B37D50A80EFFD84620EC /* Pods-UU_EntTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntTests/Pods-UU_EntTests.release.xcconfig"; sourceTree = "<group>"; };
  131. 49D3F089EECE8E3EDF7D2E1C /* Pods-UU_EntUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntUITests/Pods-UU_EntUITests.release.xcconfig"; sourceTree = "<group>"; };
  132. 71B4DF45C8EC3368ACFC4193 /* Pods-UU_Ent.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_Ent.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_Ent/Pods-UU_Ent.debug.xcconfig"; sourceTree = "<group>"; };
  133. 99C6FE4422768B5B00C7070A /* UU_Ent.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UU_Ent.app; sourceTree = BUILT_PRODUCTS_DIR; };
  134. 99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UU_EntTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  135. 99C6FE6022768B5C00C7070A /* UU_EntTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UU_EntTests.m; sourceTree = "<group>"; };
  136. 99C6FE6222768B5C00C7070A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  137. 99C6FE6722768B5C00C7070A /* UU_EntUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UU_EntUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  138. 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = UU_EntUITests.m; sourceTree = "<group>"; };
  139. 99C6FE6D22768B5C00C7070A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  140. 99C6FE7D22768EC000C7070A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  141. 99C6FE7E22768EC000C7070A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  142. 99C6FE8722768EC000C7070A /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  143. 99C6FE8A22768EC000C7070A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  144. 99C6FE8B22768EC000C7070A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  145. 99C6FE94227690BE00C7070A /* YRBaseVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRBaseVC.h; sourceTree = "<group>"; };
  146. 99C6FE95227690BE00C7070A /* YRBaseVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRBaseVC.m; sourceTree = "<group>"; };
  147. 99C6FE97227690F800C7070A /* YRBaseNav.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRBaseNav.h; sourceTree = "<group>"; };
  148. 99C6FE98227690F800C7070A /* YRBaseNav.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRBaseNav.m; sourceTree = "<group>"; };
  149. 99C6FEB82276950C00C7070A /* YRMainVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMainVC.h; sourceTree = "<group>"; };
  150. 99C6FEB92276950C00C7070A /* YRMainVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMainVC.m; sourceTree = "<group>"; };
  151. 99C6FEBE2276957400C7070A /* YRMineVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMineVC.h; sourceTree = "<group>"; };
  152. 99C6FEBF2276957400C7070A /* YRMineVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMineVC.m; sourceTree = "<group>"; };
  153. 99C6FEC12276959B00C7070A /* YRWorkVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWorkVC.h; sourceTree = "<group>"; };
  154. 99C6FEC22276959B00C7070A /* YRWorkVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWorkVC.m; sourceTree = "<group>"; };
  155. 99C6FEC62276966600C7070A /* YRWebVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRWebVC.h; sourceTree = "<group>"; };
  156. 99C6FEC72276966600C7070A /* YRWebVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRWebVC.m; sourceTree = "<group>"; };
  157. 99C6FEC9227696CA00C7070A /* YRMsgVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMsgVC.h; sourceTree = "<group>"; };
  158. 99C6FECA227696CA00C7070A /* YRMsgVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMsgVC.m; sourceTree = "<group>"; };
  159. 99C6FECC227697DA00C7070A /* YRContactVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRContactVC.h; sourceTree = "<group>"; };
  160. 99C6FECD227697DA00C7070A /* YRContactVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRContactVC.m; sourceTree = "<group>"; };
  161. 99C6FECF2276982F00C7070A /* YRTabBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRTabBar.h; sourceTree = "<group>"; };
  162. 99C6FED02276982F00C7070A /* YRTabBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRTabBar.m; sourceTree = "<group>"; };
  163. 99C6FF122276A58900C7070A /* UU_Ent.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UU_Ent.pch; sourceTree = "<group>"; };
  164. 99C6FF132276C90E00C7070A /* libMasonry.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libMasonry.a; sourceTree = BUILT_PRODUCTS_DIR; };
  165. 99C6FF152276D13500C7070A /* YRUserInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRUserInfo.h; sourceTree = "<group>"; };
  166. 99C6FF162276D13500C7070A /* YRUserInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRUserInfo.m; sourceTree = "<group>"; };
  167. 99C6FF192276DD3900C7070A /* YRTableView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRTableView.h; sourceTree = "<group>"; };
  168. 99C6FF1A2276DD3900C7070A /* YRTableView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRTableView.m; sourceTree = "<group>"; };
  169. 99C6FF1D2276DF2700C7070A /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
  170. 99C6FF212276E4C000C7070A /* YRMsgMainCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRMsgMainCell.h; sourceTree = "<group>"; };
  171. 99C6FF222276E4C000C7070A /* YRMsgMainCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRMsgMainCell.m; sourceTree = "<group>"; };
  172. 99C6FF242276FAE000C7070A /* YRMsgMainModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YRMsgMainModel.m; sourceTree = "<group>"; };
  173. 99C6FF252276FAE000C7070A /* YRMsgMainModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YRMsgMainModel.h; sourceTree = "<group>"; };
  174. 99F4A73B2277D1B8009AA6ED /* YRLoadImgCacheTool.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRLoadImgCacheTool.h; sourceTree = "<group>"; };
  175. 99F4A73C2277D1B8009AA6ED /* YRLoadImgCacheTool.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRLoadImgCacheTool.m; sourceTree = "<group>"; };
  176. 99F4A73E2277D2DF009AA6ED /* YRLoadingVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRLoadingVC.h; sourceTree = "<group>"; };
  177. 99F4A73F2277D2DF009AA6ED /* YRLoadingVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRLoadingVC.m; sourceTree = "<group>"; };
  178. 99F4A7412277D332009AA6ED /* YRCountDownView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRCountDownView.h; sourceTree = "<group>"; };
  179. 99F4A7422277D332009AA6ED /* YRCountDownView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRCountDownView.m; sourceTree = "<group>"; };
  180. 99F4A7442277D503009AA6ED /* YRAdView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = YRAdView.h; sourceTree = "<group>"; };
  181. 99F4A7452277D503009AA6ED /* YRAdView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YRAdView.m; sourceTree = "<group>"; };
  182. 99F4A7C82277D83B009AA6ED /* loading48.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading48.png; sourceTree = "<group>"; };
  183. 99F4A7C92277D83B009AA6ED /* loading29.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading29.png; sourceTree = "<group>"; };
  184. 99F4A7CA2277D83B009AA6ED /* loading32.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading32.png; sourceTree = "<group>"; };
  185. 99F4A7CB2277D83B009AA6ED /* loading50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading50.png; sourceTree = "<group>"; };
  186. 99F4A7CC2277D83C009AA6ED /* loading27.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading27.png; sourceTree = "<group>"; };
  187. 99F4A7CD2277D83C009AA6ED /* loading53.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading53.png; sourceTree = "<group>"; };
  188. 99F4A7CE2277D83C009AA6ED /* loading60.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading60.png; sourceTree = "<group>"; };
  189. 99F4A7CF2277D83C009AA6ED /* loading44.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading44.png; sourceTree = "<group>"; };
  190. 99F4A7D02277D83C009AA6ED /* loading24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading24.png; sourceTree = "<group>"; };
  191. 99F4A7D12277D83C009AA6ED /* loading33.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading33.png; sourceTree = "<group>"; };
  192. 99F4A7D22277D83C009AA6ED /* loading25.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading25.png; sourceTree = "<group>"; };
  193. 99F4A7D32277D83D009AA6ED /* loading42.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading42.png; sourceTree = "<group>"; };
  194. 99F4A7D42277D83D009AA6ED /* loading30.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading30.png; sourceTree = "<group>"; };
  195. 99F4A7D52277D83D009AA6ED /* loading31.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading31.png; sourceTree = "<group>"; };
  196. 99F4A7D62277D83D009AA6ED /* loading63.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading63.png; sourceTree = "<group>"; };
  197. 99F4A7D72277D83D009AA6ED /* loading46.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading46.png; sourceTree = "<group>"; };
  198. 99F4A7D82277D83D009AA6ED /* loading20.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading20.png; sourceTree = "<group>"; };
  199. 99F4A7D92277D83D009AA6ED /* loading1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading1.png; sourceTree = "<group>"; };
  200. 99F4A7DA2277D83E009AA6ED /* loading18.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading18.png; sourceTree = "<group>"; };
  201. 99F4A7DB2277D83E009AA6ED /* loading7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading7.png; sourceTree = "<group>"; };
  202. 99F4A7DC2277D83E009AA6ED /* loading8.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading8.png; sourceTree = "<group>"; };
  203. 99F4A7DD2277D83E009AA6ED /* loading10.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading10.png; sourceTree = "<group>"; };
  204. 99F4A7DE2277D83E009AA6ED /* loading57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading57.png; sourceTree = "<group>"; };
  205. 99F4A7DF2277D83E009AA6ED /* loading12.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading12.png; sourceTree = "<group>"; };
  206. 99F4A7E02277D83E009AA6ED /* loading54.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading54.png; sourceTree = "<group>"; };
  207. 99F4A7E12277D83F009AA6ED /* loading3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading3.png; sourceTree = "<group>"; };
  208. 99F4A7E22277D83F009AA6ED /* loading55.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading55.png; sourceTree = "<group>"; };
  209. 99F4A7E32277D83F009AA6ED /* loading59.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading59.png; sourceTree = "<group>"; };
  210. 99F4A7E42277D83F009AA6ED /* loading35.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading35.png; sourceTree = "<group>"; };
  211. 99F4A7E52277D83F009AA6ED /* loading14.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading14.png; sourceTree = "<group>"; };
  212. 99F4A7E62277D83F009AA6ED /* loading22.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading22.png; sourceTree = "<group>"; };
  213. 99F4A7E72277D83F009AA6ED /* loading38.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading38.png; sourceTree = "<group>"; };
  214. 99F4A7E82277D840009AA6ED /* loading34.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading34.png; sourceTree = "<group>"; };
  215. 99F4A7E92277D840009AA6ED /* loading13.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading13.png; sourceTree = "<group>"; };
  216. 99F4A7EA2277D840009AA6ED /* loading49.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading49.png; sourceTree = "<group>"; };
  217. 99F4A7EB2277D840009AA6ED /* loading19.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading19.png; sourceTree = "<group>"; };
  218. 99F4A7EC2277D840009AA6ED /* loading41.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading41.png; sourceTree = "<group>"; };
  219. 99F4A7ED2277D840009AA6ED /* loading9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading9.png; sourceTree = "<group>"; };
  220. 99F4A7EE2277D840009AA6ED /* loading39.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading39.png; sourceTree = "<group>"; };
  221. 99F4A7EF2277D840009AA6ED /* loading28.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading28.png; sourceTree = "<group>"; };
  222. 99F4A7F02277D840009AA6ED /* loading62.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading62.png; sourceTree = "<group>"; };
  223. 99F4A7F12277D841009AA6ED /* loading40.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading40.png; sourceTree = "<group>"; };
  224. 99F4A7F22277D841009AA6ED /* loading15.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading15.png; sourceTree = "<group>"; };
  225. 99F4A7F32277D841009AA6ED /* loading11.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading11.png; sourceTree = "<group>"; };
  226. 99F4A7F42277D841009AA6ED /* loading47.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading47.png; sourceTree = "<group>"; };
  227. 99F4A7F52277D841009AA6ED /* loading36.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading36.png; sourceTree = "<group>"; };
  228. 99F4A7F62277D841009AA6ED /* loading17.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading17.png; sourceTree = "<group>"; };
  229. 99F4A7F72277D842009AA6ED /* loading45.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading45.png; sourceTree = "<group>"; };
  230. 99F4A7F82277D842009AA6ED /* loading4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading4.png; sourceTree = "<group>"; };
  231. 99F4A7F92277D842009AA6ED /* loading2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading2.png; sourceTree = "<group>"; };
  232. 99F4A7FA2277D842009AA6ED /* loading0.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading0.png; sourceTree = "<group>"; };
  233. 99F4A7FB2277D842009AA6ED /* loading56.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading56.png; sourceTree = "<group>"; };
  234. 99F4A7FC2277D842009AA6ED /* loading21.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading21.png; sourceTree = "<group>"; };
  235. 99F4A7FD2277D842009AA6ED /* loading5.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading5.png; sourceTree = "<group>"; };
  236. 99F4A7FE2277D843009AA6ED /* loading23.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading23.png; sourceTree = "<group>"; };
  237. 99F4A7FF2277D843009AA6ED /* loading52.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading52.png; sourceTree = "<group>"; };
  238. 99F4A8002277D843009AA6ED /* loading61.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading61.png; sourceTree = "<group>"; };
  239. 99F4A8012277D843009AA6ED /* loading37.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading37.png; sourceTree = "<group>"; };
  240. 99F4A8022277D843009AA6ED /* loading58.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading58.png; sourceTree = "<group>"; };
  241. 99F4A8032277D843009AA6ED /* loading26.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading26.png; sourceTree = "<group>"; };
  242. 99F4A8042277D844009AA6ED /* loading16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading16.png; sourceTree = "<group>"; };
  243. 99F4A8052277D844009AA6ED /* loading51.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading51.png; sourceTree = "<group>"; };
  244. 99F4A8062277D844009AA6ED /* loading43.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading43.png; sourceTree = "<group>"; };
  245. 99F4A8072277D844009AA6ED /* loading6.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading6.png; sourceTree = "<group>"; };
  246. B5220A6F4D02F3A377D1E1D6 /* Pods-UU_EntUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntUITests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntUITests/Pods-UU_EntUITests.debug.xcconfig"; sourceTree = "<group>"; };
  247. DA26F5F8909B0156F0F3EC26 /* Pods-UU_EntTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-UU_EntTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-UU_EntTests/Pods-UU_EntTests.debug.xcconfig"; sourceTree = "<group>"; };
  248. F21F3925C5D7942C9E06A9B7 /* libPods-UU_Ent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UU_Ent.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  249. F4F857DEEC69AEDCFACDFD51 /* libPods-UU_EntUITests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-UU_EntUITests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  250. /* End PBXFileReference section */
  251. /* Begin PBXFrameworksBuildPhase section */
  252. 99C6FE4122768B5B00C7070A /* Frameworks */ = {
  253. isa = PBXFrameworksBuildPhase;
  254. buildActionMask = 2147483647;
  255. files = (
  256. C2FE1204E87AA4AC2511A808 /* libPods-UU_Ent.a in Frameworks */,
  257. );
  258. runOnlyForDeploymentPostprocessing = 0;
  259. };
  260. 99C6FE5922768B5C00C7070A /* Frameworks */ = {
  261. isa = PBXFrameworksBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. F135D5FAC9D7DD2641DAF236 /* libPods-UU_EntTests.a in Frameworks */,
  265. );
  266. runOnlyForDeploymentPostprocessing = 0;
  267. };
  268. 99C6FE6422768B5C00C7070A /* Frameworks */ = {
  269. isa = PBXFrameworksBuildPhase;
  270. buildActionMask = 2147483647;
  271. files = (
  272. 3FE47A8D89A70D18F98B1E41 /* libPods-UU_EntUITests.a in Frameworks */,
  273. );
  274. runOnlyForDeploymentPostprocessing = 0;
  275. };
  276. /* End PBXFrameworksBuildPhase section */
  277. /* Begin PBXGroup section */
  278. 27029BC9227705DB00D53A94 /* UIColor */ = {
  279. isa = PBXGroup;
  280. children = (
  281. 27029BCA2277063F00D53A94 /* UIColor+HexColor.h */,
  282. 27029BCB2277063F00D53A94 /* UIColor+HexColor.m */,
  283. );
  284. path = UIColor;
  285. sourceTree = "<group>";
  286. };
  287. 27029BCD227709A700D53A94 /* UIButton */ = {
  288. isa = PBXGroup;
  289. children = (
  290. 27029BCF227709CC00D53A94 /* UIButton+Layout.h */,
  291. 27029BCE227709CC00D53A94 /* UIButton+Layout.m */,
  292. 27029BD12277E16300D53A94 /* YRButton.h */,
  293. 27029BD22277E16300D53A94 /* YRButton.m */,
  294. );
  295. path = UIButton;
  296. sourceTree = "<group>";
  297. };
  298. 99C6FE3B22768B5B00C7070A = {
  299. isa = PBXGroup;
  300. children = (
  301. 99C6FE4622768B5B00C7070A /* UU_Ent */,
  302. 99C6FE5F22768B5C00C7070A /* UU_EntTests */,
  303. 99C6FE6A22768B5C00C7070A /* UU_EntUITests */,
  304. 99C6FE4522768B5B00C7070A /* Products */,
  305. DEB95212CB06CC2B2E94075E /* Pods */,
  306. C72D523677B19DCBAEBD26E1 /* Frameworks */,
  307. );
  308. sourceTree = "<group>";
  309. };
  310. 99C6FE4522768B5B00C7070A /* Products */ = {
  311. isa = PBXGroup;
  312. children = (
  313. 99C6FE4422768B5B00C7070A /* UU_Ent.app */,
  314. 99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */,
  315. 99C6FE6722768B5C00C7070A /* UU_EntUITests.xctest */,
  316. );
  317. name = Products;
  318. sourceTree = "<group>";
  319. };
  320. 99C6FE4622768B5B00C7070A /* UU_Ent */ = {
  321. isa = PBXGroup;
  322. children = (
  323. 99C6FE7B22768EC000C7070A /* Modules */,
  324. 99C6FE8C22768EC000C7070A /* Resources */,
  325. 99C6FE8622768EC000C7070A /* Supporting Files */,
  326. 99C6FE8E22768EC000C7070A /* ThirdLib */,
  327. 99C6FE8D22768EC000C7070A /* Utils */,
  328. );
  329. path = UU_Ent;
  330. sourceTree = "<group>";
  331. };
  332. 99C6FE5F22768B5C00C7070A /* UU_EntTests */ = {
  333. isa = PBXGroup;
  334. children = (
  335. 99C6FE6022768B5C00C7070A /* UU_EntTests.m */,
  336. 99C6FE6222768B5C00C7070A /* Info.plist */,
  337. );
  338. path = UU_EntTests;
  339. sourceTree = "<group>";
  340. };
  341. 99C6FE6A22768B5C00C7070A /* UU_EntUITests */ = {
  342. isa = PBXGroup;
  343. children = (
  344. 99C6FE6B22768B5C00C7070A /* UU_EntUITests.m */,
  345. 99C6FE6D22768B5C00C7070A /* Info.plist */,
  346. );
  347. path = UU_EntUITests;
  348. sourceTree = "<group>";
  349. };
  350. 99C6FE7B22768EC000C7070A /* Modules */ = {
  351. isa = PBXGroup;
  352. children = (
  353. 99F4A7352277CFDD009AA6ED /* Loading */,
  354. 99C6FE8522768EC000C7070A /* Base */,
  355. 99C6FE7C22768EC000C7070A /* App */,
  356. 99C6FE7F22768EC000C7070A /* Contacts */,
  357. 99C6FE8022768EC000C7070A /* Message */,
  358. 99C6FE8122768EC000C7070A /* Work */,
  359. 99C6FE8222768EC000C7070A /* Mine */,
  360. 99C6FE8322768EC000C7070A /* Main */,
  361. 99C6FE8422768EC000C7070A /* Login */,
  362. 99C6FEC42276962800C7070A /* Web */,
  363. );
  364. path = Modules;
  365. sourceTree = "<group>";
  366. };
  367. 99C6FE7C22768EC000C7070A /* App */ = {
  368. isa = PBXGroup;
  369. children = (
  370. 99C6FE7D22768EC000C7070A /* AppDelegate.h */,
  371. 99C6FE7E22768EC000C7070A /* AppDelegate.m */,
  372. );
  373. path = App;
  374. sourceTree = "<group>";
  375. };
  376. 99C6FE7F22768EC000C7070A /* Contacts */ = {
  377. isa = PBXGroup;
  378. children = (
  379. 99C6FE9C2276934900C7070A /* Main */,
  380. );
  381. path = Contacts;
  382. sourceTree = "<group>";
  383. };
  384. 99C6FE8022768EC000C7070A /* Message */ = {
  385. isa = PBXGroup;
  386. children = (
  387. 99C6FE9D2276935400C7070A /* Main */,
  388. );
  389. path = Message;
  390. sourceTree = "<group>";
  391. };
  392. 99C6FE8122768EC000C7070A /* Work */ = {
  393. isa = PBXGroup;
  394. children = (
  395. 99C6FE9A2276933100C7070A /* Main */,
  396. );
  397. path = Work;
  398. sourceTree = "<group>";
  399. };
  400. 99C6FE8222768EC000C7070A /* Mine */ = {
  401. isa = PBXGroup;
  402. children = (
  403. 99C6FE9B2276933F00C7070A /* Main */,
  404. );
  405. path = Mine;
  406. sourceTree = "<group>";
  407. };
  408. 99C6FE8322768EC000C7070A /* Main */ = {
  409. isa = PBXGroup;
  410. children = (
  411. 99C6FE9E227693EB00C7070A /* Main */,
  412. );
  413. path = Main;
  414. sourceTree = "<group>";
  415. };
  416. 99C6FE8422768EC000C7070A /* Login */ = {
  417. isa = PBXGroup;
  418. children = (
  419. 99C6FEA32276940600C7070A /* Main */,
  420. );
  421. path = Login;
  422. sourceTree = "<group>";
  423. };
  424. 99C6FE8522768EC000C7070A /* Base */ = {
  425. isa = PBXGroup;
  426. children = (
  427. 99C6FE94227690BE00C7070A /* YRBaseVC.h */,
  428. 99C6FE95227690BE00C7070A /* YRBaseVC.m */,
  429. 99C6FE97227690F800C7070A /* YRBaseNav.h */,
  430. 99C6FE98227690F800C7070A /* YRBaseNav.m */,
  431. );
  432. path = Base;
  433. sourceTree = "<group>";
  434. };
  435. 99C6FE8622768EC000C7070A /* Supporting Files */ = {
  436. isa = PBXGroup;
  437. children = (
  438. 99C6FF1C2276DF0D00C7070A /* defines */,
  439. 99C6FE8722768EC000C7070A /* Assets.xcassets */,
  440. 99C6FE8A22768EC000C7070A /* main.m */,
  441. 99C6FE8B22768EC000C7070A /* Info.plist */,
  442. 99C6FF122276A58900C7070A /* UU_Ent.pch */,
  443. );
  444. path = "Supporting Files";
  445. sourceTree = "<group>";
  446. };
  447. 99C6FE8C22768EC000C7070A /* Resources */ = {
  448. isa = PBXGroup;
  449. children = (
  450. 99F4A7472277D5B5009AA6ED /* LoadImg */,
  451. );
  452. path = Resources;
  453. sourceTree = "<group>";
  454. };
  455. 99C6FE8D22768EC000C7070A /* Utils */ = {
  456. isa = PBXGroup;
  457. children = (
  458. 27029BCD227709A700D53A94 /* UIButton */,
  459. 27029BC9227705DB00D53A94 /* UIColor */,
  460. 99C6FF182276DD2400C7070A /* tableView */,
  461. );
  462. path = Utils;
  463. sourceTree = "<group>";
  464. };
  465. 99C6FE8E22768EC000C7070A /* ThirdLib */ = {
  466. isa = PBXGroup;
  467. children = (
  468. );
  469. path = ThirdLib;
  470. sourceTree = "<group>";
  471. };
  472. 99C6FE9A2276933100C7070A /* Main */ = {
  473. isa = PBXGroup;
  474. children = (
  475. 99C6FEAF2276942900C7070A /* Controllers */,
  476. 99C6FEAE2276942900C7070A /* Models */,
  477. 99C6FEAD2276942900C7070A /* Others */,
  478. 99C6FEAC2276942900C7070A /* Views */,
  479. );
  480. path = Main;
  481. sourceTree = "<group>";
  482. };
  483. 99C6FE9B2276933F00C7070A /* Main */ = {
  484. isa = PBXGroup;
  485. children = (
  486. 99C6FEAA2276941A00C7070A /* Controllers */,
  487. 99C6FEA82276941900C7070A /* Models */,
  488. 99C6FEA92276941900C7070A /* Others */,
  489. 99C6FEAB2276941A00C7070A /* Views */,
  490. );
  491. path = Main;
  492. sourceTree = "<group>";
  493. };
  494. 99C6FE9C2276934900C7070A /* Main */ = {
  495. isa = PBXGroup;
  496. children = (
  497. 99C6FEB42276944800C7070A /* Controllers */,
  498. 99C6FEB62276944800C7070A /* Models */,
  499. 99C6FEB52276944800C7070A /* Others */,
  500. 99C6FEB72276944800C7070A /* Views */,
  501. );
  502. path = Main;
  503. sourceTree = "<group>";
  504. };
  505. 99C6FE9D2276935400C7070A /* Main */ = {
  506. isa = PBXGroup;
  507. children = (
  508. 99C6FEB32276943C00C7070A /* Controllers */,
  509. 99C6FEB02276943B00C7070A /* Models */,
  510. 99C6FEB12276943B00C7070A /* Others */,
  511. 99C6FEB22276943C00C7070A /* Views */,
  512. );
  513. path = Main;
  514. sourceTree = "<group>";
  515. };
  516. 99C6FE9E227693EB00C7070A /* Main */ = {
  517. isa = PBXGroup;
  518. children = (
  519. 99C6FE9F227693EB00C7070A /* Others */,
  520. 99C6FEA0227693EB00C7070A /* Models */,
  521. 99C6FEA1227693EB00C7070A /* Controllers */,
  522. 99C6FEA2227693EB00C7070A /* Views */,
  523. );
  524. path = Main;
  525. sourceTree = "<group>";
  526. };
  527. 99C6FE9F227693EB00C7070A /* Others */ = {
  528. isa = PBXGroup;
  529. children = (
  530. );
  531. path = Others;
  532. sourceTree = "<group>";
  533. };
  534. 99C6FEA0227693EB00C7070A /* Models */ = {
  535. isa = PBXGroup;
  536. children = (
  537. );
  538. path = Models;
  539. sourceTree = "<group>";
  540. };
  541. 99C6FEA1227693EB00C7070A /* Controllers */ = {
  542. isa = PBXGroup;
  543. children = (
  544. 99C6FEB82276950C00C7070A /* YRMainVC.h */,
  545. 99C6FEB92276950C00C7070A /* YRMainVC.m */,
  546. );
  547. path = Controllers;
  548. sourceTree = "<group>";
  549. };
  550. 99C6FEA2227693EB00C7070A /* Views */ = {
  551. isa = PBXGroup;
  552. children = (
  553. 99C6FECF2276982F00C7070A /* YRTabBar.h */,
  554. 99C6FED02276982F00C7070A /* YRTabBar.m */,
  555. );
  556. path = Views;
  557. sourceTree = "<group>";
  558. };
  559. 99C6FEA32276940600C7070A /* Main */ = {
  560. isa = PBXGroup;
  561. children = (
  562. 99C6FEA42276940600C7070A /* Others */,
  563. 99C6FEA52276940600C7070A /* Models */,
  564. 99C6FEA62276940600C7070A /* Controllers */,
  565. 99C6FEA72276940600C7070A /* Views */,
  566. );
  567. path = Main;
  568. sourceTree = "<group>";
  569. };
  570. 99C6FEA42276940600C7070A /* Others */ = {
  571. isa = PBXGroup;
  572. children = (
  573. );
  574. path = Others;
  575. sourceTree = "<group>";
  576. };
  577. 99C6FEA52276940600C7070A /* Models */ = {
  578. isa = PBXGroup;
  579. children = (
  580. );
  581. path = Models;
  582. sourceTree = "<group>";
  583. };
  584. 99C6FEA62276940600C7070A /* Controllers */ = {
  585. isa = PBXGroup;
  586. children = (
  587. 27029BC52276A23400D53A94 /* YRLoginVC.h */,
  588. 27029BC62276A23400D53A94 /* YRLoginVC.m */,
  589. );
  590. path = Controllers;
  591. sourceTree = "<group>";
  592. };
  593. 99C6FEA72276940600C7070A /* Views */ = {
  594. isa = PBXGroup;
  595. children = (
  596. );
  597. path = Views;
  598. sourceTree = "<group>";
  599. };
  600. 99C6FEA82276941900C7070A /* Models */ = {
  601. isa = PBXGroup;
  602. children = (
  603. );
  604. path = Models;
  605. sourceTree = "<group>";
  606. };
  607. 99C6FEA92276941900C7070A /* Others */ = {
  608. isa = PBXGroup;
  609. children = (
  610. 99C6FF152276D13500C7070A /* YRUserInfo.h */,
  611. 99C6FF162276D13500C7070A /* YRUserInfo.m */,
  612. );
  613. path = Others;
  614. sourceTree = "<group>";
  615. };
  616. 99C6FEAA2276941A00C7070A /* Controllers */ = {
  617. isa = PBXGroup;
  618. children = (
  619. 99C6FEBE2276957400C7070A /* YRMineVC.h */,
  620. 99C6FEBF2276957400C7070A /* YRMineVC.m */,
  621. );
  622. path = Controllers;
  623. sourceTree = "<group>";
  624. };
  625. 99C6FEAB2276941A00C7070A /* Views */ = {
  626. isa = PBXGroup;
  627. children = (
  628. );
  629. path = Views;
  630. sourceTree = "<group>";
  631. };
  632. 99C6FEAC2276942900C7070A /* Views */ = {
  633. isa = PBXGroup;
  634. children = (
  635. );
  636. path = Views;
  637. sourceTree = "<group>";
  638. };
  639. 99C6FEAD2276942900C7070A /* Others */ = {
  640. isa = PBXGroup;
  641. children = (
  642. );
  643. path = Others;
  644. sourceTree = "<group>";
  645. };
  646. 99C6FEAE2276942900C7070A /* Models */ = {
  647. isa = PBXGroup;
  648. children = (
  649. );
  650. path = Models;
  651. sourceTree = "<group>";
  652. };
  653. 99C6FEAF2276942900C7070A /* Controllers */ = {
  654. isa = PBXGroup;
  655. children = (
  656. 99C6FEC12276959B00C7070A /* YRWorkVC.h */,
  657. 99C6FEC22276959B00C7070A /* YRWorkVC.m */,
  658. );
  659. path = Controllers;
  660. sourceTree = "<group>";
  661. };
  662. 99C6FEB02276943B00C7070A /* Models */ = {
  663. isa = PBXGroup;
  664. children = (
  665. 99C6FF252276FAE000C7070A /* YRMsgMainModel.h */,
  666. 99C6FF242276FAE000C7070A /* YRMsgMainModel.m */,
  667. );
  668. path = Models;
  669. sourceTree = "<group>";
  670. };
  671. 99C6FEB12276943B00C7070A /* Others */ = {
  672. isa = PBXGroup;
  673. children = (
  674. );
  675. path = Others;
  676. sourceTree = "<group>";
  677. };
  678. 99C6FEB22276943C00C7070A /* Views */ = {
  679. isa = PBXGroup;
  680. children = (
  681. 99C6FF212276E4C000C7070A /* YRMsgMainCell.h */,
  682. 99C6FF222276E4C000C7070A /* YRMsgMainCell.m */,
  683. );
  684. path = Views;
  685. sourceTree = "<group>";
  686. };
  687. 99C6FEB32276943C00C7070A /* Controllers */ = {
  688. isa = PBXGroup;
  689. children = (
  690. 99C6FEC9227696CA00C7070A /* YRMsgVC.h */,
  691. 99C6FECA227696CA00C7070A /* YRMsgVC.m */,
  692. );
  693. path = Controllers;
  694. sourceTree = "<group>";
  695. };
  696. 99C6FEB42276944800C7070A /* Controllers */ = {
  697. isa = PBXGroup;
  698. children = (
  699. 99C6FECC227697DA00C7070A /* YRContactVC.h */,
  700. 99C6FECD227697DA00C7070A /* YRContactVC.m */,
  701. );
  702. path = Controllers;
  703. sourceTree = "<group>";
  704. };
  705. 99C6FEB52276944800C7070A /* Others */ = {
  706. isa = PBXGroup;
  707. children = (
  708. );
  709. path = Others;
  710. sourceTree = "<group>";
  711. };
  712. 99C6FEB62276944800C7070A /* Models */ = {
  713. isa = PBXGroup;
  714. children = (
  715. );
  716. path = Models;
  717. sourceTree = "<group>";
  718. };
  719. 99C6FEB72276944800C7070A /* Views */ = {
  720. isa = PBXGroup;
  721. children = (
  722. );
  723. path = Views;
  724. sourceTree = "<group>";
  725. };
  726. 99C6FEC42276962800C7070A /* Web */ = {
  727. isa = PBXGroup;
  728. children = (
  729. 99C6FEC52276965200C7070A /* Main */,
  730. );
  731. name = Web;
  732. path = UU_Ent/Modules/Web;
  733. sourceTree = SOURCE_ROOT;
  734. };
  735. 99C6FEC52276965200C7070A /* Main */ = {
  736. isa = PBXGroup;
  737. children = (
  738. 99C6FEC62276966600C7070A /* YRWebVC.h */,
  739. 99C6FEC72276966600C7070A /* YRWebVC.m */,
  740. );
  741. path = Main;
  742. sourceTree = "<group>";
  743. };
  744. 99C6FF182276DD2400C7070A /* tableView */ = {
  745. isa = PBXGroup;
  746. children = (
  747. 99C6FF192276DD3900C7070A /* YRTableView.h */,
  748. 99C6FF1A2276DD3900C7070A /* YRTableView.m */,
  749. );
  750. path = tableView;
  751. sourceTree = "<group>";
  752. };
  753. 99C6FF1C2276DF0D00C7070A /* defines */ = {
  754. isa = PBXGroup;
  755. children = (
  756. 99C6FF1D2276DF2700C7070A /* common.h */,
  757. );
  758. path = defines;
  759. sourceTree = "<group>";
  760. };
  761. 99F4A7352277CFDD009AA6ED /* Loading */ = {
  762. isa = PBXGroup;
  763. children = (
  764. 99F4A7362277CFDD009AA6ED /* Main */,
  765. );
  766. path = Loading;
  767. sourceTree = "<group>";
  768. };
  769. 99F4A7362277CFDD009AA6ED /* Main */ = {
  770. isa = PBXGroup;
  771. children = (
  772. 99F4A7372277CFDD009AA6ED /* Others */,
  773. 99F4A7382277CFDD009AA6ED /* Models */,
  774. 99F4A7392277CFDD009AA6ED /* Controllers */,
  775. 99F4A73A2277CFDD009AA6ED /* Views */,
  776. );
  777. path = Main;
  778. sourceTree = "<group>";
  779. };
  780. 99F4A7372277CFDD009AA6ED /* Others */ = {
  781. isa = PBXGroup;
  782. children = (
  783. 99F4A73B2277D1B8009AA6ED /* YRLoadImgCacheTool.h */,
  784. 99F4A73C2277D1B8009AA6ED /* YRLoadImgCacheTool.m */,
  785. );
  786. path = Others;
  787. sourceTree = "<group>";
  788. };
  789. 99F4A7382277CFDD009AA6ED /* Models */ = {
  790. isa = PBXGroup;
  791. children = (
  792. );
  793. path = Models;
  794. sourceTree = "<group>";
  795. };
  796. 99F4A7392277CFDD009AA6ED /* Controllers */ = {
  797. isa = PBXGroup;
  798. children = (
  799. 99F4A73E2277D2DF009AA6ED /* YRLoadingVC.h */,
  800. 99F4A73F2277D2DF009AA6ED /* YRLoadingVC.m */,
  801. );
  802. path = Controllers;
  803. sourceTree = "<group>";
  804. };
  805. 99F4A73A2277CFDD009AA6ED /* Views */ = {
  806. isa = PBXGroup;
  807. children = (
  808. 99F4A7412277D332009AA6ED /* YRCountDownView.h */,
  809. 99F4A7422277D332009AA6ED /* YRCountDownView.m */,
  810. 99F4A7442277D503009AA6ED /* YRAdView.h */,
  811. 99F4A7452277D503009AA6ED /* YRAdView.m */,
  812. );
  813. path = Views;
  814. sourceTree = "<group>";
  815. };
  816. 99F4A7472277D5B5009AA6ED /* LoadImg */ = {
  817. isa = PBXGroup;
  818. children = (
  819. 99F4A7FA2277D842009AA6ED /* loading0.png */,
  820. 99F4A7D92277D83D009AA6ED /* loading1.png */,
  821. 99F4A7F92277D842009AA6ED /* loading2.png */,
  822. 99F4A7E12277D83F009AA6ED /* loading3.png */,
  823. 99F4A7F82277D842009AA6ED /* loading4.png */,
  824. 99F4A7FD2277D842009AA6ED /* loading5.png */,
  825. 99F4A8072277D844009AA6ED /* loading6.png */,
  826. 99F4A7DB2277D83E009AA6ED /* loading7.png */,
  827. 99F4A7DC2277D83E009AA6ED /* loading8.png */,
  828. 99F4A7ED2277D840009AA6ED /* loading9.png */,
  829. 99F4A7DD2277D83E009AA6ED /* loading10.png */,
  830. 99F4A7F32277D841009AA6ED /* loading11.png */,
  831. 99F4A7DF2277D83E009AA6ED /* loading12.png */,
  832. 99F4A7E92277D840009AA6ED /* loading13.png */,
  833. 99F4A7E52277D83F009AA6ED /* loading14.png */,
  834. 99F4A7F22277D841009AA6ED /* loading15.png */,
  835. 99F4A8042277D844009AA6ED /* loading16.png */,
  836. 99F4A7F62277D841009AA6ED /* loading17.png */,
  837. 99F4A7DA2277D83E009AA6ED /* loading18.png */,
  838. 99F4A7EB2277D840009AA6ED /* loading19.png */,
  839. 99F4A7D82277D83D009AA6ED /* loading20.png */,
  840. 99F4A7FC2277D842009AA6ED /* loading21.png */,
  841. 99F4A7E62277D83F009AA6ED /* loading22.png */,
  842. 99F4A7FE2277D843009AA6ED /* loading23.png */,
  843. 99F4A7D02277D83C009AA6ED /* loading24.png */,
  844. 99F4A7D22277D83C009AA6ED /* loading25.png */,
  845. 99F4A8032277D843009AA6ED /* loading26.png */,
  846. 99F4A7CC2277D83C009AA6ED /* loading27.png */,
  847. 99F4A7EF2277D840009AA6ED /* loading28.png */,
  848. 99F4A7C92277D83B009AA6ED /* loading29.png */,
  849. 99F4A7D42277D83D009AA6ED /* loading30.png */,
  850. 99F4A7D52277D83D009AA6ED /* loading31.png */,
  851. 99F4A7CA2277D83B009AA6ED /* loading32.png */,
  852. 99F4A7D12277D83C009AA6ED /* loading33.png */,
  853. 99F4A7E82277D840009AA6ED /* loading34.png */,
  854. 99F4A7E42277D83F009AA6ED /* loading35.png */,
  855. 99F4A7F52277D841009AA6ED /* loading36.png */,
  856. 99F4A8012277D843009AA6ED /* loading37.png */,
  857. 99F4A7E72277D83F009AA6ED /* loading38.png */,
  858. 99F4A7EE2277D840009AA6ED /* loading39.png */,
  859. 99F4A7F12277D841009AA6ED /* loading40.png */,
  860. 99F4A7EC2277D840009AA6ED /* loading41.png */,
  861. 99F4A7D32277D83D009AA6ED /* loading42.png */,
  862. 99F4A8062277D844009AA6ED /* loading43.png */,
  863. 99F4A7CF2277D83C009AA6ED /* loading44.png */,
  864. 99F4A7F72277D842009AA6ED /* loading45.png */,
  865. 99F4A7D72277D83D009AA6ED /* loading46.png */,
  866. 99F4A7F42277D841009AA6ED /* loading47.png */,
  867. 99F4A7C82277D83B009AA6ED /* loading48.png */,
  868. 99F4A7EA2277D840009AA6ED /* loading49.png */,
  869. 99F4A7CB2277D83B009AA6ED /* loading50.png */,
  870. 99F4A8052277D844009AA6ED /* loading51.png */,
  871. 99F4A7FF2277D843009AA6ED /* loading52.png */,
  872. 99F4A7CD2277D83C009AA6ED /* loading53.png */,
  873. 99F4A7E02277D83E009AA6ED /* loading54.png */,
  874. 99F4A7E22277D83F009AA6ED /* loading55.png */,
  875. 99F4A7FB2277D842009AA6ED /* loading56.png */,
  876. 99F4A7DE2277D83E009AA6ED /* loading57.png */,
  877. 99F4A8022277D843009AA6ED /* loading58.png */,
  878. 99F4A7E32277D83F009AA6ED /* loading59.png */,
  879. 99F4A7CE2277D83C009AA6ED /* loading60.png */,
  880. 99F4A8002277D843009AA6ED /* loading61.png */,
  881. 99F4A7F02277D840009AA6ED /* loading62.png */,
  882. 99F4A7D62277D83D009AA6ED /* loading63.png */,
  883. );
  884. path = LoadImg;
  885. sourceTree = "<group>";
  886. };
  887. C72D523677B19DCBAEBD26E1 /* Frameworks */ = {
  888. isa = PBXGroup;
  889. children = (
  890. 99C6FF132276C90E00C7070A /* libMasonry.a */,
  891. F21F3925C5D7942C9E06A9B7 /* libPods-UU_Ent.a */,
  892. 102F3AF440E73FF2A1EB3208 /* libPods-UU_EntTests.a */,
  893. F4F857DEEC69AEDCFACDFD51 /* libPods-UU_EntUITests.a */,
  894. );
  895. name = Frameworks;
  896. sourceTree = "<group>";
  897. };
  898. DEB95212CB06CC2B2E94075E /* Pods */ = {
  899. isa = PBXGroup;
  900. children = (
  901. 71B4DF45C8EC3368ACFC4193 /* Pods-UU_Ent.debug.xcconfig */,
  902. 13A4F2D13DACD5857BD40BDE /* Pods-UU_Ent.release.xcconfig */,
  903. DA26F5F8909B0156F0F3EC26 /* Pods-UU_EntTests.debug.xcconfig */,
  904. 49A8B37D50A80EFFD84620EC /* Pods-UU_EntTests.release.xcconfig */,
  905. B5220A6F4D02F3A377D1E1D6 /* Pods-UU_EntUITests.debug.xcconfig */,
  906. 49D3F089EECE8E3EDF7D2E1C /* Pods-UU_EntUITests.release.xcconfig */,
  907. );
  908. name = Pods;
  909. sourceTree = "<group>";
  910. };
  911. /* End PBXGroup section */
  912. /* Begin PBXNativeTarget section */
  913. 99C6FE4322768B5B00C7070A /* UU_Ent */ = {
  914. isa = PBXNativeTarget;
  915. buildConfigurationList = 99C6FE7022768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_Ent" */;
  916. buildPhases = (
  917. 090EEC0300D50242E42AF186 /* [CP] Check Pods Manifest.lock */,
  918. 99C6FE4022768B5B00C7070A /* Sources */,
  919. 99C6FE4122768B5B00C7070A /* Frameworks */,
  920. 99C6FE4222768B5B00C7070A /* Resources */,
  921. 79C55E5CC58E2B8BA0FAD00C /* [CP] Copy Pods Resources */,
  922. );
  923. buildRules = (
  924. );
  925. dependencies = (
  926. );
  927. name = UU_Ent;
  928. productName = UU_Ent;
  929. productReference = 99C6FE4422768B5B00C7070A /* UU_Ent.app */;
  930. productType = "com.apple.product-type.application";
  931. };
  932. 99C6FE5B22768B5C00C7070A /* UU_EntTests */ = {
  933. isa = PBXNativeTarget;
  934. buildConfigurationList = 99C6FE7322768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntTests" */;
  935. buildPhases = (
  936. 448E7422669634DE3F6256F2 /* [CP] Check Pods Manifest.lock */,
  937. 99C6FE5822768B5C00C7070A /* Sources */,
  938. 99C6FE5922768B5C00C7070A /* Frameworks */,
  939. 99C6FE5A22768B5C00C7070A /* Resources */,
  940. );
  941. buildRules = (
  942. );
  943. dependencies = (
  944. 99C6FE5E22768B5C00C7070A /* PBXTargetDependency */,
  945. );
  946. name = UU_EntTests;
  947. productName = UU_EntTests;
  948. productReference = 99C6FE5C22768B5C00C7070A /* UU_EntTests.xctest */;
  949. productType = "com.apple.product-type.bundle.unit-test";
  950. };
  951. 99C6FE6622768B5C00C7070A /* UU_EntUITests */ = {
  952. isa = PBXNativeTarget;
  953. buildConfigurationList = 99C6FE7622768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntUITests" */;
  954. buildPhases = (
  955. A2F6040888740937A057571A /* [CP] Check Pods Manifest.lock */,
  956. 99C6FE6322768B5C00C7070A /* Sources */,
  957. 99C6FE6422768B5C00C7070A /* Frameworks */,
  958. 99C6FE6522768B5C00C7070A /* Resources */,
  959. );
  960. buildRules = (
  961. );
  962. dependencies = (
  963. 99C6FE6922768B5C00C7070A /* PBXTargetDependency */,
  964. );
  965. name = UU_EntUITests;
  966. productName = UU_EntUITests;
  967. productReference = 99C6FE6722768B5C00C7070A /* UU_EntUITests.xctest */;
  968. productType = "com.apple.product-type.bundle.ui-testing";
  969. };
  970. /* End PBXNativeTarget section */
  971. /* Begin PBXProject section */
  972. 99C6FE3C22768B5B00C7070A /* Project object */ = {
  973. isa = PBXProject;
  974. attributes = {
  975. CLASSPREFIX = YR;
  976. LastUpgradeCheck = 1020;
  977. ORGANIZATIONNAME = UAS;
  978. TargetAttributes = {
  979. 99C6FE4322768B5B00C7070A = {
  980. CreatedOnToolsVersion = 10.2.1;
  981. };
  982. 99C6FE5B22768B5C00C7070A = {
  983. CreatedOnToolsVersion = 10.2.1;
  984. TestTargetID = 99C6FE4322768B5B00C7070A;
  985. };
  986. 99C6FE6622768B5C00C7070A = {
  987. CreatedOnToolsVersion = 10.2.1;
  988. TestTargetID = 99C6FE4322768B5B00C7070A;
  989. };
  990. };
  991. };
  992. buildConfigurationList = 99C6FE3F22768B5B00C7070A /* Build configuration list for PBXProject "UU_Ent" */;
  993. compatibilityVersion = "Xcode 9.3";
  994. developmentRegion = en;
  995. hasScannedForEncodings = 0;
  996. knownRegions = (
  997. en,
  998. Base,
  999. );
  1000. mainGroup = 99C6FE3B22768B5B00C7070A;
  1001. productRefGroup = 99C6FE4522768B5B00C7070A /* Products */;
  1002. projectDirPath = "";
  1003. projectRoot = "";
  1004. targets = (
  1005. 99C6FE4322768B5B00C7070A /* UU_Ent */,
  1006. 99C6FE5B22768B5C00C7070A /* UU_EntTests */,
  1007. 99C6FE6622768B5C00C7070A /* UU_EntUITests */,
  1008. );
  1009. };
  1010. /* End PBXProject section */
  1011. /* Begin PBXResourcesBuildPhase section */
  1012. 99C6FE4222768B5B00C7070A /* Resources */ = {
  1013. isa = PBXResourcesBuildPhase;
  1014. buildActionMask = 2147483647;
  1015. files = (
  1016. 99F4A8432277D845009AA6ED /* loading26.png in Resources */,
  1017. 99F4A8172277D845009AA6ED /* loading46.png in Resources */,
  1018. 99F4A83A2277D845009AA6ED /* loading0.png in Resources */,
  1019. 99F4A8102277D845009AA6ED /* loading24.png in Resources */,
  1020. 99F4A8302277D845009AA6ED /* loading62.png in Resources */,
  1021. 99F4A8462277D845009AA6ED /* loading43.png in Resources */,
  1022. 99F4A8262277D845009AA6ED /* loading22.png in Resources */,
  1023. 99F4A8472277D845009AA6ED /* loading6.png in Resources */,
  1024. 99F4A81E2277D845009AA6ED /* loading57.png in Resources */,
  1025. 99F4A8082277D844009AA6ED /* loading48.png in Resources */,
  1026. 99F4A8272277D845009AA6ED /* loading38.png in Resources */,
  1027. 99F4A82B2277D845009AA6ED /* loading19.png in Resources */,
  1028. 99F4A8132277D845009AA6ED /* loading42.png in Resources */,
  1029. 99F4A8142277D845009AA6ED /* loading30.png in Resources */,
  1030. 99F4A8412277D845009AA6ED /* loading37.png in Resources */,
  1031. 99F4A8252277D845009AA6ED /* loading14.png in Resources */,
  1032. 99F4A8332277D845009AA6ED /* loading11.png in Resources */,
  1033. 99F4A82E2277D845009AA6ED /* loading39.png in Resources */,
  1034. 99F4A81B2277D845009AA6ED /* loading7.png in Resources */,
  1035. 99F4A8112277D845009AA6ED /* loading33.png in Resources */,
  1036. 99F4A8282277D845009AA6ED /* loading34.png in Resources */,
  1037. 99F4A8242277D845009AA6ED /* loading35.png in Resources */,
  1038. 99F4A8382277D845009AA6ED /* loading4.png in Resources */,
  1039. 99F4A8372277D845009AA6ED /* loading45.png in Resources */,
  1040. 99F4A8222277D845009AA6ED /* loading55.png in Resources */,
  1041. 99F4A8402277D845009AA6ED /* loading61.png in Resources */,
  1042. 99F4A8212277D845009AA6ED /* loading3.png in Resources */,
  1043. 99F4A8442277D845009AA6ED /* loading16.png in Resources */,
  1044. 99C6FE9022768EC000C7070A /* Assets.xcassets in Resources */,
  1045. 99F4A8202277D845009AA6ED /* loading54.png in Resources */,
  1046. 99F4A81A2277D845009AA6ED /* loading18.png in Resources */,
  1047. 99F4A80F2277D845009AA6ED /* loading44.png in Resources */,
  1048. 99F4A8182277D845009AA6ED /* loading20.png in Resources */,
  1049. 99F4A8162277D845009AA6ED /* loading63.png in Resources */,
  1050. 99F4A8122277D845009AA6ED /* loading25.png in Resources */,
  1051. 99F4A83C2277D845009AA6ED /* loading21.png in Resources */,
  1052. 99F4A82D2277D845009AA6ED /* loading9.png in Resources */,
  1053. 99F4A8232277D845009AA6ED /* loading59.png in Resources */,
  1054. 99F4A83F2277D845009AA6ED /* loading52.png in Resources */,
  1055. 99F4A83D2277D845009AA6ED /* loading5.png in Resources */,
  1056. 99F4A83B2277D845009AA6ED /* loading56.png in Resources */,
  1057. 99F4A8092277D845009AA6ED /* loading29.png in Resources */,
  1058. 99F4A81D2277D845009AA6ED /* loading10.png in Resources */,
  1059. 99F4A8192277D845009AA6ED /* loading1.png in Resources */,
  1060. 99F4A82F2277D845009AA6ED /* loading28.png in Resources */,
  1061. 99F4A82C2277D845009AA6ED /* loading41.png in Resources */,
  1062. 99F4A80D2277D845009AA6ED /* loading53.png in Resources */,
  1063. 99F4A8312277D845009AA6ED /* loading40.png in Resources */,
  1064. 99F4A80E2277D845009AA6ED /* loading60.png in Resources */,
  1065. 99F4A8452277D845009AA6ED /* loading51.png in Resources */,
  1066. 99F4A8392277D845009AA6ED /* loading2.png in Resources */,
  1067. 99F4A81C2277D845009AA6ED /* loading8.png in Resources */,
  1068. 99F4A8422277D845009AA6ED /* loading58.png in Resources */,
  1069. 99F4A8152277D845009AA6ED /* loading31.png in Resources */,
  1070. 99F4A8362277D845009AA6ED /* loading17.png in Resources */,
  1071. 99F4A80B2277D845009AA6ED /* loading50.png in Resources */,
  1072. 99F4A8342277D845009AA6ED /* loading47.png in Resources */,
  1073. 99F4A80A2277D845009AA6ED /* loading32.png in Resources */,
  1074. 99F4A8292277D845009AA6ED /* loading13.png in Resources */,
  1075. 99F4A8322277D845009AA6ED /* loading15.png in Resources */,
  1076. 99F4A83E2277D845009AA6ED /* loading23.png in Resources */,
  1077. 99F4A80C2277D845009AA6ED /* loading27.png in Resources */,
  1078. 99F4A81F2277D845009AA6ED /* loading12.png in Resources */,
  1079. 99F4A82A2277D845009AA6ED /* loading49.png in Resources */,
  1080. 99F4A8352277D845009AA6ED /* loading36.png in Resources */,
  1081. );
  1082. runOnlyForDeploymentPostprocessing = 0;
  1083. };
  1084. 99C6FE5A22768B5C00C7070A /* Resources */ = {
  1085. isa = PBXResourcesBuildPhase;
  1086. buildActionMask = 2147483647;
  1087. files = (
  1088. );
  1089. runOnlyForDeploymentPostprocessing = 0;
  1090. };
  1091. 99C6FE6522768B5C00C7070A /* Resources */ = {
  1092. isa = PBXResourcesBuildPhase;
  1093. buildActionMask = 2147483647;
  1094. files = (
  1095. );
  1096. runOnlyForDeploymentPostprocessing = 0;
  1097. };
  1098. /* End PBXResourcesBuildPhase section */
  1099. /* Begin PBXShellScriptBuildPhase section */
  1100. 090EEC0300D50242E42AF186 /* [CP] Check Pods Manifest.lock */ = {
  1101. isa = PBXShellScriptBuildPhase;
  1102. buildActionMask = 2147483647;
  1103. files = (
  1104. );
  1105. inputPaths = (
  1106. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1107. "${PODS_ROOT}/Manifest.lock",
  1108. );
  1109. name = "[CP] Check Pods Manifest.lock";
  1110. outputPaths = (
  1111. "$(DERIVED_FILE_DIR)/Pods-UU_Ent-checkManifestLockResult.txt",
  1112. );
  1113. runOnlyForDeploymentPostprocessing = 0;
  1114. shellPath = /bin/sh;
  1115. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  1116. showEnvVarsInLog = 0;
  1117. };
  1118. 448E7422669634DE3F6256F2 /* [CP] Check Pods Manifest.lock */ = {
  1119. isa = PBXShellScriptBuildPhase;
  1120. buildActionMask = 2147483647;
  1121. files = (
  1122. );
  1123. inputPaths = (
  1124. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1125. "${PODS_ROOT}/Manifest.lock",
  1126. );
  1127. name = "[CP] Check Pods Manifest.lock";
  1128. outputPaths = (
  1129. "$(DERIVED_FILE_DIR)/Pods-UU_EntTests-checkManifestLockResult.txt",
  1130. );
  1131. runOnlyForDeploymentPostprocessing = 0;
  1132. shellPath = /bin/sh;
  1133. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  1134. showEnvVarsInLog = 0;
  1135. };
  1136. 79C55E5CC58E2B8BA0FAD00C /* [CP] Copy Pods Resources */ = {
  1137. isa = PBXShellScriptBuildPhase;
  1138. buildActionMask = 2147483647;
  1139. files = (
  1140. );
  1141. inputPaths = (
  1142. "${PODS_ROOT}/Target Support Files/Pods-UU_Ent/Pods-UU_Ent-resources.sh",
  1143. "${PODS_ROOT}/IQKeyboardManager/IQKeyboardManager/Resources/IQKeyboardManager.bundle",
  1144. "${PODS_CONFIGURATION_BUILD_DIR}/gRPC/gRPCCertificates.bundle",
  1145. );
  1146. name = "[CP] Copy Pods Resources";
  1147. outputPaths = (
  1148. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/IQKeyboardManager.bundle",
  1149. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/gRPCCertificates.bundle",
  1150. );
  1151. runOnlyForDeploymentPostprocessing = 0;
  1152. shellPath = /bin/sh;
  1153. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-UU_Ent/Pods-UU_Ent-resources.sh\"\n";
  1154. showEnvVarsInLog = 0;
  1155. };
  1156. A2F6040888740937A057571A /* [CP] Check Pods Manifest.lock */ = {
  1157. isa = PBXShellScriptBuildPhase;
  1158. buildActionMask = 2147483647;
  1159. files = (
  1160. );
  1161. inputPaths = (
  1162. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1163. "${PODS_ROOT}/Manifest.lock",
  1164. );
  1165. name = "[CP] Check Pods Manifest.lock";
  1166. outputPaths = (
  1167. "$(DERIVED_FILE_DIR)/Pods-UU_EntUITests-checkManifestLockResult.txt",
  1168. );
  1169. runOnlyForDeploymentPostprocessing = 0;
  1170. shellPath = /bin/sh;
  1171. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  1172. showEnvVarsInLog = 0;
  1173. };
  1174. /* End PBXShellScriptBuildPhase section */
  1175. /* Begin PBXSourcesBuildPhase section */
  1176. 99C6FE4022768B5B00C7070A /* Sources */ = {
  1177. isa = PBXSourcesBuildPhase;
  1178. buildActionMask = 2147483647;
  1179. files = (
  1180. 99C6FED12276982F00C7070A /* YRTabBar.m in Sources */,
  1181. 27029BD0227709CC00D53A94 /* UIButton+Layout.m in Sources */,
  1182. 99C6FF232276E4C000C7070A /* YRMsgMainCell.m in Sources */,
  1183. 99C6FECB227696CA00C7070A /* YRMsgVC.m in Sources */,
  1184. 99C6FF262276FAE000C7070A /* YRMsgMainModel.m in Sources */,
  1185. 99F4A7462277D503009AA6ED /* YRAdView.m in Sources */,
  1186. 99C6FE9222768EC000C7070A /* main.m in Sources */,
  1187. 99C6FE99227690F800C7070A /* YRBaseNav.m in Sources */,
  1188. 99C6FE96227690BE00C7070A /* YRBaseVC.m in Sources */,
  1189. 99C6FF172276D13500C7070A /* YRUserInfo.m in Sources */,
  1190. 99C6FEC32276959B00C7070A /* YRWorkVC.m in Sources */,
  1191. 99F4A73D2277D1B8009AA6ED /* YRLoadImgCacheTool.m in Sources */,
  1192. 99C6FECE227697DA00C7070A /* YRContactVC.m in Sources */,
  1193. 99C6FEC82276966600C7070A /* YRWebVC.m in Sources */,
  1194. 99C6FEC02276957400C7070A /* YRMineVC.m in Sources */,
  1195. 99C6FF1B2276DD3900C7070A /* YRTableView.m in Sources */,
  1196. 27029BD32277E16300D53A94 /* YRButton.m in Sources */,
  1197. 27029BCC2277063F00D53A94 /* UIColor+HexColor.m in Sources */,
  1198. 99F4A7402277D2DF009AA6ED /* YRLoadingVC.m in Sources */,
  1199. 99C6FE8F22768EC000C7070A /* AppDelegate.m in Sources */,
  1200. 99F4A7432277D332009AA6ED /* YRCountDownView.m in Sources */,
  1201. 99C6FEBA2276950C00C7070A /* YRMainVC.m in Sources */,
  1202. 27029BC72276A23400D53A94 /* YRLoginVC.m in Sources */,
  1203. );
  1204. runOnlyForDeploymentPostprocessing = 0;
  1205. };
  1206. 99C6FE5822768B5C00C7070A /* Sources */ = {
  1207. isa = PBXSourcesBuildPhase;
  1208. buildActionMask = 2147483647;
  1209. files = (
  1210. 99C6FE6122768B5C00C7070A /* UU_EntTests.m in Sources */,
  1211. );
  1212. runOnlyForDeploymentPostprocessing = 0;
  1213. };
  1214. 99C6FE6322768B5C00C7070A /* Sources */ = {
  1215. isa = PBXSourcesBuildPhase;
  1216. buildActionMask = 2147483647;
  1217. files = (
  1218. 99C6FE6C22768B5C00C7070A /* UU_EntUITests.m in Sources */,
  1219. );
  1220. runOnlyForDeploymentPostprocessing = 0;
  1221. };
  1222. /* End PBXSourcesBuildPhase section */
  1223. /* Begin PBXTargetDependency section */
  1224. 99C6FE5E22768B5C00C7070A /* PBXTargetDependency */ = {
  1225. isa = PBXTargetDependency;
  1226. target = 99C6FE4322768B5B00C7070A /* UU_Ent */;
  1227. targetProxy = 99C6FE5D22768B5C00C7070A /* PBXContainerItemProxy */;
  1228. };
  1229. 99C6FE6922768B5C00C7070A /* PBXTargetDependency */ = {
  1230. isa = PBXTargetDependency;
  1231. target = 99C6FE4322768B5B00C7070A /* UU_Ent */;
  1232. targetProxy = 99C6FE6822768B5C00C7070A /* PBXContainerItemProxy */;
  1233. };
  1234. /* End PBXTargetDependency section */
  1235. /* Begin XCBuildConfiguration section */
  1236. 99C6FE6E22768B5C00C7070A /* Debug */ = {
  1237. isa = XCBuildConfiguration;
  1238. buildSettings = {
  1239. ALWAYS_SEARCH_USER_PATHS = NO;
  1240. CLANG_ANALYZER_NONNULL = YES;
  1241. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1242. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1243. CLANG_CXX_LIBRARY = "libc++";
  1244. CLANG_ENABLE_MODULES = YES;
  1245. CLANG_ENABLE_OBJC_ARC = YES;
  1246. CLANG_ENABLE_OBJC_WEAK = YES;
  1247. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1248. CLANG_WARN_BOOL_CONVERSION = YES;
  1249. CLANG_WARN_COMMA = YES;
  1250. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1251. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1252. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1253. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1254. CLANG_WARN_EMPTY_BODY = YES;
  1255. CLANG_WARN_ENUM_CONVERSION = YES;
  1256. CLANG_WARN_INFINITE_RECURSION = YES;
  1257. CLANG_WARN_INT_CONVERSION = YES;
  1258. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1259. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1260. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1261. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1262. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1263. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1264. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1265. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1266. CLANG_WARN_UNREACHABLE_CODE = YES;
  1267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1268. CODE_SIGN_IDENTITY = "iPhone Developer";
  1269. COPY_PHASE_STRIP = NO;
  1270. DEBUG_INFORMATION_FORMAT = dwarf;
  1271. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1272. ENABLE_TESTABILITY = YES;
  1273. GCC_C_LANGUAGE_STANDARD = gnu11;
  1274. GCC_DYNAMIC_NO_PIC = NO;
  1275. GCC_NO_COMMON_BLOCKS = YES;
  1276. GCC_OPTIMIZATION_LEVEL = 0;
  1277. GCC_PREPROCESSOR_DEFINITIONS = (
  1278. "DEBUG=1",
  1279. "$(inherited)",
  1280. );
  1281. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1282. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1283. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1284. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1285. GCC_WARN_UNUSED_FUNCTION = YES;
  1286. GCC_WARN_UNUSED_VARIABLE = YES;
  1287. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  1288. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1289. MTL_FAST_MATH = YES;
  1290. ONLY_ACTIVE_ARCH = YES;
  1291. SDKROOT = iphoneos;
  1292. };
  1293. name = Debug;
  1294. };
  1295. 99C6FE6F22768B5C00C7070A /* Release */ = {
  1296. isa = XCBuildConfiguration;
  1297. buildSettings = {
  1298. ALWAYS_SEARCH_USER_PATHS = NO;
  1299. CLANG_ANALYZER_NONNULL = YES;
  1300. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1301. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1302. CLANG_CXX_LIBRARY = "libc++";
  1303. CLANG_ENABLE_MODULES = YES;
  1304. CLANG_ENABLE_OBJC_ARC = YES;
  1305. CLANG_ENABLE_OBJC_WEAK = YES;
  1306. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1307. CLANG_WARN_BOOL_CONVERSION = YES;
  1308. CLANG_WARN_COMMA = YES;
  1309. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1310. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1311. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1312. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1313. CLANG_WARN_EMPTY_BODY = YES;
  1314. CLANG_WARN_ENUM_CONVERSION = YES;
  1315. CLANG_WARN_INFINITE_RECURSION = YES;
  1316. CLANG_WARN_INT_CONVERSION = YES;
  1317. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1318. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1319. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1320. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1321. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1322. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1323. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1324. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1325. CLANG_WARN_UNREACHABLE_CODE = YES;
  1326. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1327. CODE_SIGN_IDENTITY = "iPhone Developer";
  1328. COPY_PHASE_STRIP = NO;
  1329. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1330. ENABLE_NS_ASSERTIONS = NO;
  1331. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1332. GCC_C_LANGUAGE_STANDARD = gnu11;
  1333. GCC_NO_COMMON_BLOCKS = YES;
  1334. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1335. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1336. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1337. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1338. GCC_WARN_UNUSED_FUNCTION = YES;
  1339. GCC_WARN_UNUSED_VARIABLE = YES;
  1340. IPHONEOS_DEPLOYMENT_TARGET = 12.2;
  1341. MTL_ENABLE_DEBUG_INFO = NO;
  1342. MTL_FAST_MATH = YES;
  1343. SDKROOT = iphoneos;
  1344. VALIDATE_PRODUCT = YES;
  1345. };
  1346. name = Release;
  1347. };
  1348. 99C6FE7122768B5C00C7070A /* Debug */ = {
  1349. isa = XCBuildConfiguration;
  1350. baseConfigurationReference = 71B4DF45C8EC3368ACFC4193 /* Pods-UU_Ent.debug.xcconfig */;
  1351. buildSettings = {
  1352. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1353. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1354. CODE_SIGN_STYLE = Automatic;
  1355. DEVELOPMENT_TEAM = 433WAS8387;
  1356. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1357. GCC_PREFIX_HEADER = "${SRCROOT}/UU_Ent/Supporting Files/UU_Ent.pch";
  1358. INFOPLIST_FILE = "UU_Ent/Supporting Files/Info.plist";
  1359. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1360. LD_RUNPATH_SEARCH_PATHS = (
  1361. "$(inherited)",
  1362. "@executable_path/Frameworks",
  1363. );
  1364. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-Ent";
  1365. PRODUCT_NAME = "$(TARGET_NAME)";
  1366. TARGETED_DEVICE_FAMILY = "1,2";
  1367. };
  1368. name = Debug;
  1369. };
  1370. 99C6FE7222768B5C00C7070A /* Release */ = {
  1371. isa = XCBuildConfiguration;
  1372. baseConfigurationReference = 13A4F2D13DACD5857BD40BDE /* Pods-UU_Ent.release.xcconfig */;
  1373. buildSettings = {
  1374. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1375. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1376. CODE_SIGN_STYLE = Automatic;
  1377. DEVELOPMENT_TEAM = 433WAS8387;
  1378. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1379. GCC_PREFIX_HEADER = "${SRCROOT}/UU_Ent/Supporting Files/UU_Ent.pch";
  1380. INFOPLIST_FILE = "UU_Ent/Supporting Files/Info.plist";
  1381. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1382. LD_RUNPATH_SEARCH_PATHS = (
  1383. "$(inherited)",
  1384. "@executable_path/Frameworks",
  1385. );
  1386. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-Ent";
  1387. PRODUCT_NAME = "$(TARGET_NAME)";
  1388. TARGETED_DEVICE_FAMILY = "1,2";
  1389. };
  1390. name = Release;
  1391. };
  1392. 99C6FE7422768B5C00C7070A /* Debug */ = {
  1393. isa = XCBuildConfiguration;
  1394. baseConfigurationReference = DA26F5F8909B0156F0F3EC26 /* Pods-UU_EntTests.debug.xcconfig */;
  1395. buildSettings = {
  1396. BUNDLE_LOADER = "$(TEST_HOST)";
  1397. CODE_SIGN_STYLE = Automatic;
  1398. INFOPLIST_FILE = UU_EntTests/Info.plist;
  1399. LD_RUNPATH_SEARCH_PATHS = (
  1400. "$(inherited)",
  1401. "@executable_path/Frameworks",
  1402. "@loader_path/Frameworks",
  1403. );
  1404. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntTests";
  1405. PRODUCT_NAME = "$(TARGET_NAME)";
  1406. TARGETED_DEVICE_FAMILY = "1,2";
  1407. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UU_Ent.app/UU_Ent";
  1408. };
  1409. name = Debug;
  1410. };
  1411. 99C6FE7522768B5C00C7070A /* Release */ = {
  1412. isa = XCBuildConfiguration;
  1413. baseConfigurationReference = 49A8B37D50A80EFFD84620EC /* Pods-UU_EntTests.release.xcconfig */;
  1414. buildSettings = {
  1415. BUNDLE_LOADER = "$(TEST_HOST)";
  1416. CODE_SIGN_STYLE = Automatic;
  1417. INFOPLIST_FILE = UU_EntTests/Info.plist;
  1418. LD_RUNPATH_SEARCH_PATHS = (
  1419. "$(inherited)",
  1420. "@executable_path/Frameworks",
  1421. "@loader_path/Frameworks",
  1422. );
  1423. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntTests";
  1424. PRODUCT_NAME = "$(TARGET_NAME)";
  1425. TARGETED_DEVICE_FAMILY = "1,2";
  1426. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/UU_Ent.app/UU_Ent";
  1427. };
  1428. name = Release;
  1429. };
  1430. 99C6FE7722768B5C00C7070A /* Debug */ = {
  1431. isa = XCBuildConfiguration;
  1432. baseConfigurationReference = B5220A6F4D02F3A377D1E1D6 /* Pods-UU_EntUITests.debug.xcconfig */;
  1433. buildSettings = {
  1434. CODE_SIGN_STYLE = Automatic;
  1435. INFOPLIST_FILE = UU_EntUITests/Info.plist;
  1436. LD_RUNPATH_SEARCH_PATHS = (
  1437. "$(inherited)",
  1438. "@executable_path/Frameworks",
  1439. "@loader_path/Frameworks",
  1440. );
  1441. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntUITests";
  1442. PRODUCT_NAME = "$(TARGET_NAME)";
  1443. TARGETED_DEVICE_FAMILY = "1,2";
  1444. TEST_TARGET_NAME = UU_Ent;
  1445. };
  1446. name = Debug;
  1447. };
  1448. 99C6FE7822768B5C00C7070A /* Release */ = {
  1449. isa = XCBuildConfiguration;
  1450. baseConfigurationReference = 49D3F089EECE8E3EDF7D2E1C /* Pods-UU_EntUITests.release.xcconfig */;
  1451. buildSettings = {
  1452. CODE_SIGN_STYLE = Automatic;
  1453. INFOPLIST_FILE = UU_EntUITests/Info.plist;
  1454. LD_RUNPATH_SEARCH_PATHS = (
  1455. "$(inherited)",
  1456. "@executable_path/Frameworks",
  1457. "@loader_path/Frameworks",
  1458. );
  1459. PRODUCT_BUNDLE_IDENTIFIER = "YR.UU-EntUITests";
  1460. PRODUCT_NAME = "$(TARGET_NAME)";
  1461. TARGETED_DEVICE_FAMILY = "1,2";
  1462. TEST_TARGET_NAME = UU_Ent;
  1463. };
  1464. name = Release;
  1465. };
  1466. /* End XCBuildConfiguration section */
  1467. /* Begin XCConfigurationList section */
  1468. 99C6FE3F22768B5B00C7070A /* Build configuration list for PBXProject "UU_Ent" */ = {
  1469. isa = XCConfigurationList;
  1470. buildConfigurations = (
  1471. 99C6FE6E22768B5C00C7070A /* Debug */,
  1472. 99C6FE6F22768B5C00C7070A /* Release */,
  1473. );
  1474. defaultConfigurationIsVisible = 0;
  1475. defaultConfigurationName = Release;
  1476. };
  1477. 99C6FE7022768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_Ent" */ = {
  1478. isa = XCConfigurationList;
  1479. buildConfigurations = (
  1480. 99C6FE7122768B5C00C7070A /* Debug */,
  1481. 99C6FE7222768B5C00C7070A /* Release */,
  1482. );
  1483. defaultConfigurationIsVisible = 0;
  1484. defaultConfigurationName = Release;
  1485. };
  1486. 99C6FE7322768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntTests" */ = {
  1487. isa = XCConfigurationList;
  1488. buildConfigurations = (
  1489. 99C6FE7422768B5C00C7070A /* Debug */,
  1490. 99C6FE7522768B5C00C7070A /* Release */,
  1491. );
  1492. defaultConfigurationIsVisible = 0;
  1493. defaultConfigurationName = Release;
  1494. };
  1495. 99C6FE7622768B5C00C7070A /* Build configuration list for PBXNativeTarget "UU_EntUITests" */ = {
  1496. isa = XCConfigurationList;
  1497. buildConfigurations = (
  1498. 99C6FE7722768B5C00C7070A /* Debug */,
  1499. 99C6FE7822768B5C00C7070A /* Release */,
  1500. );
  1501. defaultConfigurationIsVisible = 0;
  1502. defaultConfigurationName = Release;
  1503. };
  1504. /* End XCConfigurationList section */
  1505. };
  1506. rootObject = 99C6FE3C22768B5B00C7070A /* Project object */;
  1507. }