project.pbxproj 86 KB

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