project.pbxproj 95 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0A110C4CD931995B8E8BF7C5 /* Pods_RainbowPlanet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */; };
  10. A72A726622321DBD00B21995 /* BaiduMapManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726222321DBD00B21995 /* BaiduMapManager.swift */; };
  11. A72A726722321DBD00B21995 /* LocationModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726322321DBD00B21995 /* LocationModel.swift */; };
  12. A72A726822321DBD00B21995 /* UMManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726522321DBD00B21995 /* UMManager.swift */; };
  13. A72A72A222321DE000B21995 /* LBXScanNetAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726A22321DDE00B21995 /* LBXScanNetAnimation.swift */; };
  14. A72A72A322321DE000B21995 /* LBXScanView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726B22321DDE00B21995 /* LBXScanView.swift */; };
  15. A72A72A422321DE000B21995 /* LBXScanViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726C22321DDE00B21995 /* LBXScanViewController.swift */; };
  16. A72A72A522321DE000B21995 /* LBXScanLineAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726D22321DDE00B21995 /* LBXScanLineAnimation.swift */; };
  17. A72A72A622321DE000B21995 /* LBXScanViewStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726E22321DDE00B21995 /* LBXScanViewStyle.swift */; };
  18. A72A72A722321DE000B21995 /* LBXPermissions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A726F22321DDE00B21995 /* LBXPermissions.swift */; };
  19. A72A72A822321DE000B21995 /* LBXScanWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A727022321DDE00B21995 /* LBXScanWrapper.swift */; };
  20. A72A72A922321DE000B21995 /* NumberKeyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A727222321DDE00B21995 /* NumberKeyboard.swift */; };
  21. A72A72AA22321DE000B21995 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A727422321DDE00B21995 /* Log.swift */; };
  22. A72A72AB22321DE000B21995 /* SwiftProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A727622321DDE00B21995 /* SwiftProgressHUD.swift */; };
  23. A72A72AC22321DE000B21995 /* Regex.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A727822321DDF00B21995 /* Regex.swift */; };
  24. A72A72AE22321DE000B21995 /* CountdownButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A727C22321DDF00B21995 /* CountdownButton.swift */; };
  25. A72A72AF22321DE000B21995 /* AppInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A727E22321DDF00B21995 /* AppInfo.swift */; };
  26. A72A72B022321DE000B21995 /* CGView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A728022321DDF00B21995 /* CGView.swift */; };
  27. A72A72B122321DE000B21995 /* UIScrollView+MJRefreshEX.m in Sources */ = {isa = PBXBuildFile; fileRef = A72A728222321DDF00B21995 /* UIScrollView+MJRefreshEX.m */; };
  28. A72A72B422321DE000B21995 /* Extension+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A728C22321DE000B21995 /* Extension+UIImage.swift */; };
  29. A72A72B522321DE000B21995 /* Extension+UITextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A728D22321DE000B21995 /* Extension+UITextView.swift */; };
  30. A72A72B622321DE000B21995 /* Extension+NSRange.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A728E22321DE000B21995 /* Extension+NSRange.swift */; };
  31. A72A72B722321DE000B21995 /* Extension+NSMutableAttributedString.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A728F22321DE000B21995 /* Extension+NSMutableAttributedString.swift */; };
  32. A72A72B822321DE000B21995 /* Extension+UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729022321DE000B21995 /* Extension+UserDefaults.swift */; };
  33. A72A72B922321DE000B21995 /* Extension+Array.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729122321DE000B21995 /* Extension+Array.swift */; };
  34. A72A72BA22321DE000B21995 /* Extension+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729222321DE000B21995 /* Extension+String.swift */; };
  35. A72A72BB22321DE000B21995 /* Extension+UILabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729322321DE000B21995 /* Extension+UILabel.swift */; };
  36. A72A72BC22321DE000B21995 /* Extension+UIAlertController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729422321DE000B21995 /* Extension+UIAlertController.swift */; };
  37. A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729722321DE000B21995 /* Extension+UIColor.swift */; };
  38. A72A72BE22321DE000B21995 /* Extension+RxTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729822321DE000B21995 /* Extension+RxTimer.swift */; };
  39. A72A72BF22321DE000B21995 /* Extension+UIButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729922321DE000B21995 /* Extension+UIButton.swift */; };
  40. A72A72C022321DE000B21995 /* Extension+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729A22321DE000B21995 /* Extension+UIView.swift */; };
  41. A72A72C322321DE000B21995 /* Extension+Date.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729D22321DE000B21995 /* Extension+Date.swift */; };
  42. A72A72C422321DE000B21995 /* Extension+CAGradientLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A729E22321DE000B21995 /* Extension+CAGradientLayer.swift */; };
  43. A72A72C522321DE000B21995 /* WKWebViewConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72A022321DE000B21995 /* WKWebViewConfig.swift */; };
  44. A72A72C622321DE000B21995 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72A122321DE000B21995 /* WebView.swift */; };
  45. A72A72CF22321E2700B21995 /* NotificationCenterMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72C722321E2500B21995 /* NotificationCenterMacro.swift */; };
  46. A72A72D022321E2700B21995 /* FontMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72C822321E2500B21995 /* FontMacro.swift */; };
  47. A72A72D122321E2700B21995 /* HTMLURLMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72C922321E2600B21995 /* HTMLURLMacro.swift */; };
  48. A72A72D222321E2700B21995 /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72CA22321E2600B21995 /* Common.swift */; };
  49. A72A72D322321E2700B21995 /* CacheMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72CB22321E2600B21995 /* CacheMacro.swift */; };
  50. A72A72D422321E2700B21995 /* EnumMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72CC22321E2600B21995 /* EnumMacro.swift */; };
  51. A72A72D522321E2700B21995 /* ColorMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72CD22321E2600B21995 /* ColorMacro.swift */; };
  52. A72A72D622321E2700B21995 /* ThirdPartyMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72CE22321E2700B21995 /* ThirdPartyMacro.swift */; };
  53. A72A72F022321E8800B21995 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72EF22321E8800B21995 /* CoreMotion.framework */; };
  54. A72A72F222321E9300B21995 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72F122321E9300B21995 /* CFNetwork.framework */; };
  55. A72A72F422321E9A00B21995 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72F322321E9A00B21995 /* Foundation.framework */; };
  56. A72A72F622321EA000B21995 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72F522321EA000B21995 /* UIKit.framework */; };
  57. A72A72F822321EB600B21995 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72F722321EB600B21995 /* CoreGraphics.framework */; };
  58. A72A72FA22321EBF00B21995 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72F922321EBF00B21995 /* CoreText.framework */; };
  59. A72A72FC22321ECE00B21995 /* CoreTelephony.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72FB22321ECD00B21995 /* CoreTelephony.framework */; };
  60. A72A72FE22321EE200B21995 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72FD22321EE200B21995 /* QuartzCore.framework */; };
  61. A72A730022321EE900B21995 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72FF22321EE900B21995 /* SystemConfiguration.framework */; };
  62. A72A730222321EEE00B21995 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A730122321EEE00B21995 /* libz.tbd */; };
  63. A72A730422321EFA00B21995 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A730322321EFA00B21995 /* libc++.tbd */; };
  64. A72A730C2232207700B21995 /* AppDelegate+UM.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73082232207600B21995 /* AppDelegate+UM.swift */; };
  65. A72A73142232475E00B21995 /* AlipayManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73132232475E00B21995 /* AlipayManager.swift */; };
  66. A72A73162232481600B21995 /* WeChatpayManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73152232481600B21995 /* WeChatpayManager.swift */; };
  67. A72A7333223256E100B21995 /* PayManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A7332223256E100B21995 /* PayManager.swift */; };
  68. A72A733522325A4B00B21995 /* AppDelegate+HandleOpen.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A733422325A4B00B21995 /* AppDelegate+HandleOpen.swift */; };
  69. A72A733722325EED00B21995 /* AlipayResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A733622325EED00B21995 /* AlipayResultModel.swift */; };
  70. A72A73392232688100B21995 /* AlipayOrderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73382232688100B21995 /* AlipayOrderModel.swift */; };
  71. A72A734322327DE300B21995 /* WeChatpayOrderModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A734222327DE300B21995 /* WeChatpayOrderModel.swift */; };
  72. A72A737E2233966800B21995 /* RootInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73742233966800B21995 /* RootInfoModel.swift */; };
  73. A72A737F2233966800B21995 /* RootModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73752233966800B21995 /* RootModel.swift */; };
  74. A72A7385223396CB00B21995 /* SwiftMoyaNetWorkService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A7381223396CB00B21995 /* SwiftMoyaNetWorkService.swift */; };
  75. A72A7386223396CB00B21995 /* SwiftMoyaNetWorkManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A7382223396CB00B21995 /* SwiftMoyaNetWorkManager.swift */; };
  76. A72A7387223396CB00B21995 /* SwiftMoyaServiceAPI.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A7383223396CB00B21995 /* SwiftMoyaServiceAPI.swift */; };
  77. A72A7388223396CB00B21995 /* ApiMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A7384223396CB00B21995 /* ApiMacro.swift */; };
  78. A72A738D2233B2DE00B21995 /* ExtensionMethod.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A738A2233B2DE00B21995 /* ExtensionMethod.swift */; };
  79. A72A738E2233B2DE00B21995 /* Rx_RealmUtillit.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A738B2233B2DE00B21995 /* Rx_RealmUtillit.swift */; };
  80. A72A738F2233B2DE00B21995 /* RealmUtility.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A738C2233B2DE00B21995 /* RealmUtility.swift */; };
  81. A72A73912233B55400B21995 /* Dog.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73902233B55400B21995 /* Dog.swift */; };
  82. A72A73932233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A73922233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift */; };
  83. A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CBFD2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift */; };
  84. A775CC00223774A300EBDCF8 /* ShoppingMallView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CBFF223774A300EBDCF8 /* ShoppingMallView.swift */; };
  85. A775CC0322377C6500EBDCF8 /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A775CC0222377C6500EBDCF8 /* EmptyView.swift */; };
  86. A7778C8D22438A5200C7C47A /* AlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7778C8C22438A5200C7C47A /* AlertView.swift */; };
  87. A7778C9722438F5D00C7C47A /* AlipaySDK.bundle in Resources */ = {isa = PBXBuildFile; fileRef = A7778C8F22438F5C00C7C47A /* AlipaySDK.bundle */; };
  88. A7778C9822438F5D00C7C47A /* AlipaySDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A7778C9022438F5C00C7C47A /* AlipaySDK.framework */; };
  89. A7778C9922438F5D00C7C47A /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = A7778C9422438F5D00C7C47A /* README.txt */; };
  90. A7778C9A22438F5D00C7C47A /* libWeChatSDK.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A7778C9622438F5D00C7C47A /* libWeChatSDK.a */; };
  91. A7778C9C2243934A00C7C47A /* MineModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7778C9B2243934A00C7C47A /* MineModule.xcassets */; };
  92. A7778C9E2243937300C7C47A /* RegisterLoginModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7778C9D2243937300C7C47A /* RegisterLoginModule.xcassets */; };
  93. A7778CA02243938200C7C47A /* ShoppingCartModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7778C9F2243938200C7C47A /* ShoppingCartModule.xcassets */; };
  94. A7778CA22243939100C7C47A /* ShoppingMallModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7778CA12243939100C7C47A /* ShoppingMallModule.xcassets */; };
  95. A7778CA4224393A900C7C47A /* CommonModule.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A7778CA3224393A900C7C47A /* CommonModule.xcassets */; };
  96. A7778CA72243A05400C7C47A /* IQKeyboardManagerSwiftManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7778CA62243A05400C7C47A /* IQKeyboardManagerSwiftManager.swift */; };
  97. A77F2C612231FB49001BD3F6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C602231FB49001BD3F6 /* AppDelegate.swift */; };
  98. A77F2C682231FB4A001BD3F6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A77F2C672231FB4A001BD3F6 /* Assets.xcassets */; };
  99. A77F2C762231FB4A001BD3F6 /* RainbowPlanetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C752231FB4A001BD3F6 /* RainbowPlanetTests.swift */; };
  100. A77F2C812231FB4A001BD3F6 /* RainbowPlanetUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C802231FB4A001BD3F6 /* RainbowPlanetUITests.swift */; };
  101. A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C972231FD25001BD3F6 /* BaseNavigationViewController.swift */; };
  102. A77F2C9C2231FDCF001BD3F6 /* BaseView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */; };
  103. A77F2C9E2231FDDC001BD3F6 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */; };
  104. A77F2CA02231FE45001BD3F6 /* BaseWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */; };
  105. A77F2CB52232010F001BD3F6 /* ShoppingMallViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CA72232010F001BD3F6 /* ShoppingMallViewController.swift */; };
  106. A77F2CB62232010F001BD3F6 /* MineViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CAC2232010F001BD3F6 /* MineViewController.xib */; };
  107. A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CAD2232010F001BD3F6 /* MineViewController.swift */; };
  108. A77F2CB82232010F001BD3F6 /* ShoppingCartViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */; };
  109. A77F2CB92232010F001BD3F6 /* ShoppingCartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CB32232010F001BD3F6 /* ShoppingCartViewController.swift */; };
  110. A77F2CC3223203BA001BD3F6 /* AppDelegate+Window.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC2223203BA001BD3F6 /* AppDelegate+Window.swift */; };
  111. A77F2CC722320627001BD3F6 /* WRNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC522320627001BD3F6 /* WRNavigationBar.swift */; };
  112. A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC622320627001BD3F6 /* WRCustomNavigationBar.swift */; };
  113. A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77F2CC9223209F2001BD3F6 /* BaseTabbarViewController.swift */; };
  114. A7A97FDA2238FBAD0070F84D /* VerticalListSectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A97FD62238FBAC0070F84D /* VerticalListSectionModel.swift */; };
  115. A7A97FDB2238FBAD0070F84D /* VerticalListCellModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A97FD72238FBAC0070F84D /* VerticalListCellModel.swift */; };
  116. A7A97FDC2238FBAD0070F84D /* VerticalListCellCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A97FD82238FBAC0070F84D /* VerticalListCellCollectionViewCell.swift */; };
  117. A7A97FDD2238FBAD0070F84D /* VerticalSectionHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7A97FD92238FBAD0070F84D /* VerticalSectionHeaderView.swift */; };
  118. /* End PBXBuildFile section */
  119. /* Begin PBXContainerItemProxy section */
  120. A77F2C722231FB4A001BD3F6 /* PBXContainerItemProxy */ = {
  121. isa = PBXContainerItemProxy;
  122. containerPortal = A77F2C552231FB49001BD3F6 /* Project object */;
  123. proxyType = 1;
  124. remoteGlobalIDString = A77F2C5C2231FB49001BD3F6;
  125. remoteInfo = RainbowPlanet;
  126. };
  127. A77F2C7D2231FB4A001BD3F6 /* PBXContainerItemProxy */ = {
  128. isa = PBXContainerItemProxy;
  129. containerPortal = A77F2C552231FB49001BD3F6 /* Project object */;
  130. proxyType = 1;
  131. remoteGlobalIDString = A77F2C5C2231FB49001BD3F6;
  132. remoteInfo = RainbowPlanet;
  133. };
  134. /* End PBXContainerItemProxy section */
  135. /* Begin PBXFileReference section */
  136. 57C497E128081597F165C771 /* Pods-RainbowPlanet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.release.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.release.xcconfig"; sourceTree = "<group>"; };
  137. 88DF1EFD2E202DA7C627E8A7 /* Pods_RainbowPlanetUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanetUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  138. A72A726022321D3400B21995 /* RainbowPlanet-Bridging-Header.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "RainbowPlanet-Bridging-Header.h"; sourceTree = "<group>"; };
  139. A72A726222321DBD00B21995 /* BaiduMapManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaiduMapManager.swift; sourceTree = "<group>"; };
  140. A72A726322321DBD00B21995 /* LocationModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocationModel.swift; sourceTree = "<group>"; };
  141. A72A726522321DBD00B21995 /* UMManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UMManager.swift; sourceTree = "<group>"; };
  142. A72A726A22321DDE00B21995 /* LBXScanNetAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LBXScanNetAnimation.swift; sourceTree = "<group>"; };
  143. A72A726B22321DDE00B21995 /* LBXScanView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LBXScanView.swift; sourceTree = "<group>"; };
  144. A72A726C22321DDE00B21995 /* LBXScanViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LBXScanViewController.swift; sourceTree = "<group>"; };
  145. A72A726D22321DDE00B21995 /* LBXScanLineAnimation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LBXScanLineAnimation.swift; sourceTree = "<group>"; };
  146. A72A726E22321DDE00B21995 /* LBXScanViewStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LBXScanViewStyle.swift; sourceTree = "<group>"; };
  147. A72A726F22321DDE00B21995 /* LBXPermissions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LBXPermissions.swift; sourceTree = "<group>"; };
  148. A72A727022321DDE00B21995 /* LBXScanWrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LBXScanWrapper.swift; sourceTree = "<group>"; };
  149. A72A727222321DDE00B21995 /* NumberKeyboard.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NumberKeyboard.swift; sourceTree = "<group>"; };
  150. A72A727422321DDE00B21995 /* Log.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; };
  151. A72A727622321DDE00B21995 /* SwiftProgressHUD.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftProgressHUD.swift; sourceTree = "<group>"; };
  152. A72A727822321DDF00B21995 /* Regex.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Regex.swift; sourceTree = "<group>"; };
  153. A72A727C22321DDF00B21995 /* CountdownButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountdownButton.swift; sourceTree = "<group>"; };
  154. A72A727E22321DDF00B21995 /* AppInfo.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppInfo.swift; sourceTree = "<group>"; };
  155. A72A728022321DDF00B21995 /* CGView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CGView.swift; sourceTree = "<group>"; };
  156. A72A728222321DDF00B21995 /* UIScrollView+MJRefreshEX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJRefreshEX.m"; sourceTree = "<group>"; };
  157. A72A728322321DDF00B21995 /* UIScrollView+MJRefreshEX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+MJRefreshEX.h"; sourceTree = "<group>"; };
  158. A72A728C22321DE000B21995 /* Extension+UIImage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UIImage.swift"; sourceTree = "<group>"; };
  159. A72A728D22321DE000B21995 /* Extension+UITextView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UITextView.swift"; sourceTree = "<group>"; };
  160. A72A728E22321DE000B21995 /* Extension+NSRange.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+NSRange.swift"; sourceTree = "<group>"; };
  161. A72A728F22321DE000B21995 /* Extension+NSMutableAttributedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+NSMutableAttributedString.swift"; sourceTree = "<group>"; };
  162. A72A729022321DE000B21995 /* Extension+UserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UserDefaults.swift"; sourceTree = "<group>"; };
  163. A72A729122321DE000B21995 /* Extension+Array.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+Array.swift"; sourceTree = "<group>"; };
  164. A72A729222321DE000B21995 /* Extension+String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+String.swift"; sourceTree = "<group>"; };
  165. A72A729322321DE000B21995 /* Extension+UILabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UILabel.swift"; sourceTree = "<group>"; };
  166. A72A729422321DE000B21995 /* Extension+UIAlertController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UIAlertController.swift"; sourceTree = "<group>"; };
  167. A72A729722321DE000B21995 /* Extension+UIColor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UIColor.swift"; sourceTree = "<group>"; };
  168. A72A729822321DE000B21995 /* Extension+RxTimer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+RxTimer.swift"; sourceTree = "<group>"; };
  169. A72A729922321DE000B21995 /* Extension+UIButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UIButton.swift"; sourceTree = "<group>"; };
  170. A72A729A22321DE000B21995 /* Extension+UIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+UIView.swift"; sourceTree = "<group>"; };
  171. A72A729D22321DE000B21995 /* Extension+Date.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+Date.swift"; sourceTree = "<group>"; };
  172. A72A729E22321DE000B21995 /* Extension+CAGradientLayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Extension+CAGradientLayer.swift"; sourceTree = "<group>"; };
  173. A72A72A022321DE000B21995 /* WKWebViewConfig.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WKWebViewConfig.swift; sourceTree = "<group>"; };
  174. A72A72A122321DE000B21995 /* WebView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
  175. A72A72C722321E2500B21995 /* NotificationCenterMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationCenterMacro.swift; sourceTree = "<group>"; };
  176. A72A72C822321E2500B21995 /* FontMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontMacro.swift; sourceTree = "<group>"; };
  177. A72A72C922321E2600B21995 /* HTMLURLMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLURLMacro.swift; sourceTree = "<group>"; };
  178. A72A72CA22321E2600B21995 /* Common.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Common.swift; sourceTree = "<group>"; };
  179. A72A72CB22321E2600B21995 /* CacheMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CacheMacro.swift; sourceTree = "<group>"; };
  180. A72A72CC22321E2600B21995 /* EnumMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EnumMacro.swift; sourceTree = "<group>"; };
  181. A72A72CD22321E2600B21995 /* ColorMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorMacro.swift; sourceTree = "<group>"; };
  182. A72A72CE22321E2700B21995 /* ThirdPartyMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ThirdPartyMacro.swift; sourceTree = "<group>"; };
  183. A72A72EF22321E8800B21995 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
  184. A72A72F122321E9300B21995 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  185. A72A72F322321E9A00B21995 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  186. A72A72F522321EA000B21995 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  187. A72A72F722321EB600B21995 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  188. A72A72F922321EBF00B21995 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  189. A72A72FB22321ECD00B21995 /* CoreTelephony.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreTelephony.framework; path = System/Library/Frameworks/CoreTelephony.framework; sourceTree = SDKROOT; };
  190. A72A72FD22321EE200B21995 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  191. A72A72FF22321EE900B21995 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  192. A72A730122321EEE00B21995 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  193. A72A730322321EFA00B21995 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
  194. A72A73082232207600B21995 /* AppDelegate+UM.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AppDelegate+UM.swift"; sourceTree = "<group>"; };
  195. A72A73132232475E00B21995 /* AlipayManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlipayManager.swift; sourceTree = "<group>"; };
  196. A72A73152232481600B21995 /* WeChatpayManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeChatpayManager.swift; sourceTree = "<group>"; };
  197. A72A7332223256E100B21995 /* PayManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayManager.swift; sourceTree = "<group>"; };
  198. A72A733422325A4B00B21995 /* AppDelegate+HandleOpen.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AppDelegate+HandleOpen.swift"; sourceTree = "<group>"; };
  199. A72A733622325EED00B21995 /* AlipayResultModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlipayResultModel.swift; sourceTree = "<group>"; };
  200. A72A73382232688100B21995 /* AlipayOrderModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlipayOrderModel.swift; sourceTree = "<group>"; };
  201. A72A734222327DE300B21995 /* WeChatpayOrderModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeChatpayOrderModel.swift; sourceTree = "<group>"; };
  202. A72A73592233577000B21995 /* libc++.1.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.1.tbd"; path = "usr/lib/libc++.1.tbd"; sourceTree = SDKROOT; };
  203. A72A73742233966800B21995 /* RootInfoModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootInfoModel.swift; sourceTree = "<group>"; };
  204. A72A73752233966800B21995 /* RootModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RootModel.swift; sourceTree = "<group>"; };
  205. A72A7381223396CB00B21995 /* SwiftMoyaNetWorkService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftMoyaNetWorkService.swift; sourceTree = "<group>"; };
  206. A72A7382223396CB00B21995 /* SwiftMoyaNetWorkManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftMoyaNetWorkManager.swift; sourceTree = "<group>"; };
  207. A72A7383223396CB00B21995 /* SwiftMoyaServiceAPI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftMoyaServiceAPI.swift; sourceTree = "<group>"; };
  208. A72A7384223396CB00B21995 /* ApiMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ApiMacro.swift; sourceTree = "<group>"; };
  209. A72A738A2233B2DE00B21995 /* ExtensionMethod.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExtensionMethod.swift; sourceTree = "<group>"; };
  210. A72A738B2233B2DE00B21995 /* Rx_RealmUtillit.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Rx_RealmUtillit.swift; sourceTree = "<group>"; };
  211. A72A738C2233B2DE00B21995 /* RealmUtility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RealmUtility.swift; sourceTree = "<group>"; };
  212. A72A73902233B55400B21995 /* Dog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Dog.swift; sourceTree = "<group>"; };
  213. A72A73922233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaNetWorkCacheModel.swift; sourceTree = "<group>"; };
  214. A775CBFD2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingMallNavigationBarView.swift; sourceTree = "<group>"; };
  215. A775CBFF223774A300EBDCF8 /* ShoppingMallView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingMallView.swift; sourceTree = "<group>"; };
  216. A775CC0222377C6500EBDCF8 /* EmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyView.swift; sourceTree = "<group>"; };
  217. A7778C8C22438A5200C7C47A /* AlertView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlertView.swift; sourceTree = "<group>"; };
  218. A7778C8F22438F5C00C7C47A /* AlipaySDK.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = AlipaySDK.bundle; sourceTree = "<group>"; };
  219. A7778C9022438F5C00C7C47A /* AlipaySDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AlipaySDK.framework; sourceTree = "<group>"; };
  220. A7778C9222438F5D00C7C47A /* WXApi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WXApi.h; sourceTree = "<group>"; };
  221. A7778C9322438F5D00C7C47A /* WXApiObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WXApiObject.h; sourceTree = "<group>"; };
  222. A7778C9422438F5D00C7C47A /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
  223. A7778C9522438F5D00C7C47A /* WechatAuthSDK.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WechatAuthSDK.h; sourceTree = "<group>"; };
  224. A7778C9622438F5D00C7C47A /* libWeChatSDK.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libWeChatSDK.a; sourceTree = "<group>"; };
  225. A7778C9B2243934A00C7C47A /* MineModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = MineModule.xcassets; sourceTree = "<group>"; };
  226. A7778C9D2243937300C7C47A /* RegisterLoginModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = RegisterLoginModule.xcassets; sourceTree = "<group>"; };
  227. A7778C9F2243938200C7C47A /* ShoppingCartModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ShoppingCartModule.xcassets; sourceTree = "<group>"; };
  228. A7778CA12243939100C7C47A /* ShoppingMallModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ShoppingMallModule.xcassets; sourceTree = "<group>"; };
  229. A7778CA3224393A900C7C47A /* CommonModule.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = CommonModule.xcassets; sourceTree = "<group>"; };
  230. A7778CA62243A05400C7C47A /* IQKeyboardManagerSwiftManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IQKeyboardManagerSwiftManager.swift; sourceTree = "<group>"; };
  231. A77F2C5D2231FB49001BD3F6 /* RainbowPlanet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RainbowPlanet.app; sourceTree = BUILT_PRODUCTS_DIR; };
  232. A77F2C602231FB49001BD3F6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  233. A77F2C672231FB4A001BD3F6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  234. A77F2C6C2231FB4A001BD3F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  235. A77F2C712231FB4A001BD3F6 /* RainbowPlanetTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  236. A77F2C752231FB4A001BD3F6 /* RainbowPlanetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetTests.swift; sourceTree = "<group>"; };
  237. A77F2C772231FB4A001BD3F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  238. A77F2C7C2231FB4A001BD3F6 /* RainbowPlanetUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RainbowPlanetUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  239. A77F2C802231FB4A001BD3F6 /* RainbowPlanetUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RainbowPlanetUITests.swift; sourceTree = "<group>"; };
  240. A77F2C822231FB4A001BD3F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  241. A77F2C972231FD25001BD3F6 /* BaseNavigationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseNavigationViewController.swift; sourceTree = "<group>"; };
  242. A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseView.swift; sourceTree = "<group>"; };
  243. A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
  244. A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseWebViewController.swift; sourceTree = "<group>"; };
  245. A77F2CA72232010F001BD3F6 /* ShoppingMallViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingMallViewController.swift; sourceTree = "<group>"; };
  246. A77F2CAC2232010F001BD3F6 /* MineViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MineViewController.xib; sourceTree = "<group>"; };
  247. A77F2CAD2232010F001BD3F6 /* MineViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MineViewController.swift; sourceTree = "<group>"; };
  248. A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ShoppingCartViewController.xib; sourceTree = "<group>"; };
  249. A77F2CB32232010F001BD3F6 /* ShoppingCartViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ShoppingCartViewController.swift; sourceTree = "<group>"; };
  250. A77F2CC2223203BA001BD3F6 /* AppDelegate+Window.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AppDelegate+Window.swift"; sourceTree = "<group>"; };
  251. A77F2CC522320627001BD3F6 /* WRNavigationBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WRNavigationBar.swift; sourceTree = "<group>"; };
  252. A77F2CC622320627001BD3F6 /* WRCustomNavigationBar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WRCustomNavigationBar.swift; sourceTree = "<group>"; };
  253. A77F2CC9223209F2001BD3F6 /* BaseTabbarViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseTabbarViewController.swift; sourceTree = "<group>"; };
  254. A7A59A7722363CCB00417FA4 /* RainbowPlanet.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RainbowPlanet.entitlements; sourceTree = "<group>"; };
  255. A7A97FD62238FBAC0070F84D /* VerticalListSectionModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalListSectionModel.swift; sourceTree = "<group>"; };
  256. A7A97FD72238FBAC0070F84D /* VerticalListCellModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalListCellModel.swift; sourceTree = "<group>"; };
  257. A7A97FD82238FBAC0070F84D /* VerticalListCellCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalListCellCollectionViewCell.swift; sourceTree = "<group>"; };
  258. A7A97FD92238FBAD0070F84D /* VerticalSectionHeaderView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VerticalSectionHeaderView.swift; sourceTree = "<group>"; };
  259. A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanetTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  260. BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RainbowPlanet.debug.xcconfig"; path = "Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet.debug.xcconfig"; sourceTree = "<group>"; };
  261. D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RainbowPlanet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  262. /* End PBXFileReference section */
  263. /* Begin PBXFrameworksBuildPhase section */
  264. A77F2C5A2231FB49001BD3F6 /* Frameworks */ = {
  265. isa = PBXFrameworksBuildPhase;
  266. buildActionMask = 2147483647;
  267. files = (
  268. A7778C9A22438F5D00C7C47A /* libWeChatSDK.a in Frameworks */,
  269. A72A730422321EFA00B21995 /* libc++.tbd in Frameworks */,
  270. A72A730222321EEE00B21995 /* libz.tbd in Frameworks */,
  271. A72A730022321EE900B21995 /* SystemConfiguration.framework in Frameworks */,
  272. A72A72FE22321EE200B21995 /* QuartzCore.framework in Frameworks */,
  273. A72A72FC22321ECE00B21995 /* CoreTelephony.framework in Frameworks */,
  274. A72A72FA22321EBF00B21995 /* CoreText.framework in Frameworks */,
  275. A72A72F822321EB600B21995 /* CoreGraphics.framework in Frameworks */,
  276. A72A72F622321EA000B21995 /* UIKit.framework in Frameworks */,
  277. A72A72F422321E9A00B21995 /* Foundation.framework in Frameworks */,
  278. A72A72F222321E9300B21995 /* CFNetwork.framework in Frameworks */,
  279. A7778C9822438F5D00C7C47A /* AlipaySDK.framework in Frameworks */,
  280. A72A72F022321E8800B21995 /* CoreMotion.framework in Frameworks */,
  281. 0A110C4CD931995B8E8BF7C5 /* Pods_RainbowPlanet.framework in Frameworks */,
  282. );
  283. runOnlyForDeploymentPostprocessing = 0;
  284. };
  285. A77F2C6E2231FB4A001BD3F6 /* Frameworks */ = {
  286. isa = PBXFrameworksBuildPhase;
  287. buildActionMask = 2147483647;
  288. files = (
  289. );
  290. runOnlyForDeploymentPostprocessing = 0;
  291. };
  292. A77F2C792231FB4A001BD3F6 /* Frameworks */ = {
  293. isa = PBXFrameworksBuildPhase;
  294. buildActionMask = 2147483647;
  295. files = (
  296. );
  297. runOnlyForDeploymentPostprocessing = 0;
  298. };
  299. /* End PBXFrameworksBuildPhase section */
  300. /* Begin PBXGroup section */
  301. 618631008656829220117ED1 /* Pods */ = {
  302. isa = PBXGroup;
  303. children = (
  304. BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */,
  305. 57C497E128081597F165C771 /* Pods-RainbowPlanet.release.xcconfig */,
  306. );
  307. name = Pods;
  308. sourceTree = "<group>";
  309. };
  310. A72A7252223219BD00B21995 /* Service */ = {
  311. isa = PBXGroup;
  312. children = (
  313. A72A73722233966800B21995 /* RootModel */,
  314. A72A7380223396CB00B21995 /* SwiftMoyaService */,
  315. );
  316. path = Service;
  317. sourceTree = "<group>";
  318. };
  319. A72A725322321A6900B21995 /* Lib */ = {
  320. isa = PBXGroup;
  321. children = (
  322. A7778C8E22438F5C00C7C47A /* AlipaySDK */,
  323. A7778C9122438F5D00C7C47A /* WeChatSDK */,
  324. );
  325. path = Lib;
  326. sourceTree = "<group>";
  327. };
  328. A72A725422321B9400B21995 /* Manager */ = {
  329. isa = PBXGroup;
  330. children = (
  331. A7778CA52243A03400C7C47A /* IQKeyboardManagerSwiftManager */,
  332. A72A730522321F1D00B21995 /* PayManager */,
  333. A72A726122321DBD00B21995 /* BaiduMapManager */,
  334. A72A726422321DBD00B21995 /* UMManager */,
  335. );
  336. path = Manager;
  337. sourceTree = "<group>";
  338. };
  339. A72A725922321C5E00B21995 /* Define */ = {
  340. isa = PBXGroup;
  341. children = (
  342. A72A72CA22321E2600B21995 /* Common.swift */,
  343. A72A72CB22321E2600B21995 /* CacheMacro.swift */,
  344. A72A72CD22321E2600B21995 /* ColorMacro.swift */,
  345. A72A72CC22321E2600B21995 /* EnumMacro.swift */,
  346. A72A72C822321E2500B21995 /* FontMacro.swift */,
  347. A72A72C922321E2600B21995 /* HTMLURLMacro.swift */,
  348. A72A72C722321E2500B21995 /* NotificationCenterMacro.swift */,
  349. A72A72CE22321E2700B21995 /* ThirdPartyMacro.swift */,
  350. A72A726022321D3400B21995 /* RainbowPlanet-Bridging-Header.h */,
  351. );
  352. path = Define;
  353. sourceTree = "<group>";
  354. };
  355. A72A726122321DBD00B21995 /* BaiduMapManager */ = {
  356. isa = PBXGroup;
  357. children = (
  358. A72A726222321DBD00B21995 /* BaiduMapManager.swift */,
  359. A72A726322321DBD00B21995 /* LocationModel.swift */,
  360. );
  361. path = BaiduMapManager;
  362. sourceTree = "<group>";
  363. };
  364. A72A726422321DBD00B21995 /* UMManager */ = {
  365. isa = PBXGroup;
  366. children = (
  367. A72A726522321DBD00B21995 /* UMManager.swift */,
  368. );
  369. path = UMManager;
  370. sourceTree = "<group>";
  371. };
  372. A72A726922321DDE00B21995 /* SwiftScan */ = {
  373. isa = PBXGroup;
  374. children = (
  375. A72A726A22321DDE00B21995 /* LBXScanNetAnimation.swift */,
  376. A72A726B22321DDE00B21995 /* LBXScanView.swift */,
  377. A72A726C22321DDE00B21995 /* LBXScanViewController.swift */,
  378. A72A726D22321DDE00B21995 /* LBXScanLineAnimation.swift */,
  379. A72A726E22321DDE00B21995 /* LBXScanViewStyle.swift */,
  380. A72A726F22321DDE00B21995 /* LBXPermissions.swift */,
  381. A72A727022321DDE00B21995 /* LBXScanWrapper.swift */,
  382. );
  383. path = SwiftScan;
  384. sourceTree = "<group>";
  385. };
  386. A72A727122321DDE00B21995 /* NumberKeyboard */ = {
  387. isa = PBXGroup;
  388. children = (
  389. A72A727222321DDE00B21995 /* NumberKeyboard.swift */,
  390. );
  391. path = NumberKeyboard;
  392. sourceTree = "<group>";
  393. };
  394. A72A727322321DDE00B21995 /* Log */ = {
  395. isa = PBXGroup;
  396. children = (
  397. A72A727422321DDE00B21995 /* Log.swift */,
  398. );
  399. path = Log;
  400. sourceTree = "<group>";
  401. };
  402. A72A727522321DDE00B21995 /* SwiftProgressHUD */ = {
  403. isa = PBXGroup;
  404. children = (
  405. A72A727622321DDE00B21995 /* SwiftProgressHUD.swift */,
  406. );
  407. path = SwiftProgressHUD;
  408. sourceTree = "<group>";
  409. };
  410. A72A727722321DDF00B21995 /* Regex */ = {
  411. isa = PBXGroup;
  412. children = (
  413. A72A727822321DDF00B21995 /* Regex.swift */,
  414. );
  415. path = Regex;
  416. sourceTree = "<group>";
  417. };
  418. A72A727B22321DDF00B21995 /* Countdown */ = {
  419. isa = PBXGroup;
  420. children = (
  421. A72A727C22321DDF00B21995 /* CountdownButton.swift */,
  422. );
  423. path = Countdown;
  424. sourceTree = "<group>";
  425. };
  426. A72A727D22321DDF00B21995 /* AppInfo */ = {
  427. isa = PBXGroup;
  428. children = (
  429. A72A727E22321DDF00B21995 /* AppInfo.swift */,
  430. );
  431. path = AppInfo;
  432. sourceTree = "<group>";
  433. };
  434. A72A727F22321DDF00B21995 /* CGView */ = {
  435. isa = PBXGroup;
  436. children = (
  437. A72A728022321DDF00B21995 /* CGView.swift */,
  438. );
  439. path = CGView;
  440. sourceTree = "<group>";
  441. };
  442. A72A728122321DDF00B21995 /* MJRefreshEX */ = {
  443. isa = PBXGroup;
  444. children = (
  445. A72A728222321DDF00B21995 /* UIScrollView+MJRefreshEX.m */,
  446. A72A728322321DDF00B21995 /* UIScrollView+MJRefreshEX.h */,
  447. );
  448. path = MJRefreshEX;
  449. sourceTree = "<group>";
  450. };
  451. A72A728B22321DE000B21995 /* Extension */ = {
  452. isa = PBXGroup;
  453. children = (
  454. A72A728C22321DE000B21995 /* Extension+UIImage.swift */,
  455. A72A728D22321DE000B21995 /* Extension+UITextView.swift */,
  456. A72A728E22321DE000B21995 /* Extension+NSRange.swift */,
  457. A72A729022321DE000B21995 /* Extension+UserDefaults.swift */,
  458. A72A729122321DE000B21995 /* Extension+Array.swift */,
  459. A72A729222321DE000B21995 /* Extension+String.swift */,
  460. A72A729322321DE000B21995 /* Extension+UILabel.swift */,
  461. A72A729422321DE000B21995 /* Extension+UIAlertController.swift */,
  462. A72A729722321DE000B21995 /* Extension+UIColor.swift */,
  463. A72A729822321DE000B21995 /* Extension+RxTimer.swift */,
  464. A72A729922321DE000B21995 /* Extension+UIButton.swift */,
  465. A72A729A22321DE000B21995 /* Extension+UIView.swift */,
  466. A72A728F22321DE000B21995 /* Extension+NSMutableAttributedString.swift */,
  467. A72A729D22321DE000B21995 /* Extension+Date.swift */,
  468. A72A729E22321DE000B21995 /* Extension+CAGradientLayer.swift */,
  469. );
  470. path = Extension;
  471. sourceTree = "<group>";
  472. };
  473. A72A729F22321DE000B21995 /* WKWebView */ = {
  474. isa = PBXGroup;
  475. children = (
  476. A72A72A022321DE000B21995 /* WKWebViewConfig.swift */,
  477. A72A72A122321DE000B21995 /* WebView.swift */,
  478. );
  479. path = WKWebView;
  480. sourceTree = "<group>";
  481. };
  482. A72A730522321F1D00B21995 /* PayManager */ = {
  483. isa = PBXGroup;
  484. children = (
  485. A72A7331223256D700B21995 /* PayManager */,
  486. A72A730622321F2900B21995 /* AlipayManager */,
  487. A72A730722321F3700B21995 /* WeChatpayManager */,
  488. );
  489. path = PayManager;
  490. sourceTree = "<group>";
  491. };
  492. A72A730622321F2900B21995 /* AlipayManager */ = {
  493. isa = PBXGroup;
  494. children = (
  495. A72A73132232475E00B21995 /* AlipayManager.swift */,
  496. A72A733622325EED00B21995 /* AlipayResultModel.swift */,
  497. A72A73382232688100B21995 /* AlipayOrderModel.swift */,
  498. );
  499. path = AlipayManager;
  500. sourceTree = "<group>";
  501. };
  502. A72A730722321F3700B21995 /* WeChatpayManager */ = {
  503. isa = PBXGroup;
  504. children = (
  505. A72A73152232481600B21995 /* WeChatpayManager.swift */,
  506. A72A734222327DE300B21995 /* WeChatpayOrderModel.swift */,
  507. );
  508. path = WeChatpayManager;
  509. sourceTree = "<group>";
  510. };
  511. A72A7331223256D700B21995 /* PayManager */ = {
  512. isa = PBXGroup;
  513. children = (
  514. A72A7332223256E100B21995 /* PayManager.swift */,
  515. );
  516. path = PayManager;
  517. sourceTree = "<group>";
  518. };
  519. A72A73722233966800B21995 /* RootModel */ = {
  520. isa = PBXGroup;
  521. children = (
  522. A72A73742233966800B21995 /* RootInfoModel.swift */,
  523. A72A73752233966800B21995 /* RootModel.swift */,
  524. );
  525. path = RootModel;
  526. sourceTree = "<group>";
  527. };
  528. A72A7380223396CB00B21995 /* SwiftMoyaService */ = {
  529. isa = PBXGroup;
  530. children = (
  531. A72A7384223396CB00B21995 /* ApiMacro.swift */,
  532. A72A7383223396CB00B21995 /* SwiftMoyaServiceAPI.swift */,
  533. A72A7381223396CB00B21995 /* SwiftMoyaNetWorkService.swift */,
  534. A72A7382223396CB00B21995 /* SwiftMoyaNetWorkManager.swift */,
  535. A72A73922233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift */,
  536. );
  537. path = SwiftMoyaService;
  538. sourceTree = "<group>";
  539. };
  540. A72A73892233B2DE00B21995 /* RealmUtility */ = {
  541. isa = PBXGroup;
  542. children = (
  543. A72A738C2233B2DE00B21995 /* RealmUtility.swift */,
  544. A72A738B2233B2DE00B21995 /* Rx_RealmUtillit.swift */,
  545. A72A738A2233B2DE00B21995 /* ExtensionMethod.swift */,
  546. );
  547. path = RealmUtility;
  548. sourceTree = "<group>";
  549. };
  550. A775CBFC2237483E00EBDCF8 /* View */ = {
  551. isa = PBXGroup;
  552. children = (
  553. A775CBFD2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift */,
  554. A775CBFF223774A300EBDCF8 /* ShoppingMallView.swift */,
  555. A7A97FD82238FBAC0070F84D /* VerticalListCellCollectionViewCell.swift */,
  556. A7A97FD72238FBAC0070F84D /* VerticalListCellModel.swift */,
  557. A7A97FD62238FBAC0070F84D /* VerticalListSectionModel.swift */,
  558. A7A97FD92238FBAD0070F84D /* VerticalSectionHeaderView.swift */,
  559. );
  560. path = View;
  561. sourceTree = "<group>";
  562. };
  563. A775CC0122377AB700EBDCF8 /* EmptyView */ = {
  564. isa = PBXGroup;
  565. children = (
  566. A775CC0222377C6500EBDCF8 /* EmptyView.swift */,
  567. );
  568. path = EmptyView;
  569. sourceTree = "<group>";
  570. };
  571. A7778C8B22438A5200C7C47A /* AlertView */ = {
  572. isa = PBXGroup;
  573. children = (
  574. A7778C8C22438A5200C7C47A /* AlertView.swift */,
  575. );
  576. name = AlertView;
  577. path = "../../../../../../Desktop/彩虹星球/RainbowPlanet/Lib/BaseMoudle/BaseMoudle/Classes/Tools/AlertView";
  578. sourceTree = "<group>";
  579. };
  580. A7778C8E22438F5C00C7C47A /* AlipaySDK */ = {
  581. isa = PBXGroup;
  582. children = (
  583. A7778C8F22438F5C00C7C47A /* AlipaySDK.bundle */,
  584. A7778C9022438F5C00C7C47A /* AlipaySDK.framework */,
  585. );
  586. path = AlipaySDK;
  587. sourceTree = "<group>";
  588. };
  589. A7778C9122438F5D00C7C47A /* WeChatSDK */ = {
  590. isa = PBXGroup;
  591. children = (
  592. A7778C9222438F5D00C7C47A /* WXApi.h */,
  593. A7778C9322438F5D00C7C47A /* WXApiObject.h */,
  594. A7778C9422438F5D00C7C47A /* README.txt */,
  595. A7778C9522438F5D00C7C47A /* WechatAuthSDK.h */,
  596. A7778C9622438F5D00C7C47A /* libWeChatSDK.a */,
  597. );
  598. path = WeChatSDK;
  599. sourceTree = "<group>";
  600. };
  601. A7778CA52243A03400C7C47A /* IQKeyboardManagerSwiftManager */ = {
  602. isa = PBXGroup;
  603. children = (
  604. A7778CA62243A05400C7C47A /* IQKeyboardManagerSwiftManager.swift */,
  605. );
  606. path = IQKeyboardManagerSwiftManager;
  607. sourceTree = "<group>";
  608. };
  609. A77F2C542231FB49001BD3F6 = {
  610. isa = PBXGroup;
  611. children = (
  612. A77F2C5F2231FB49001BD3F6 /* RainbowPlanet */,
  613. A77F2C742231FB4A001BD3F6 /* RainbowPlanetTests */,
  614. A77F2C7F2231FB4A001BD3F6 /* RainbowPlanetUITests */,
  615. A77F2C5E2231FB49001BD3F6 /* Products */,
  616. 618631008656829220117ED1 /* Pods */,
  617. FA8AAFBADE8BD144A5C36FDB /* Frameworks */,
  618. );
  619. sourceTree = "<group>";
  620. };
  621. A77F2C5E2231FB49001BD3F6 /* Products */ = {
  622. isa = PBXGroup;
  623. children = (
  624. A77F2C5D2231FB49001BD3F6 /* RainbowPlanet.app */,
  625. A77F2C712231FB4A001BD3F6 /* RainbowPlanetTests.xctest */,
  626. A77F2C7C2231FB4A001BD3F6 /* RainbowPlanetUITests.xctest */,
  627. );
  628. name = Products;
  629. sourceTree = "<group>";
  630. };
  631. A77F2C5F2231FB49001BD3F6 /* RainbowPlanet */ = {
  632. isa = PBXGroup;
  633. children = (
  634. A7A59A7722363CCB00417FA4 /* RainbowPlanet.entitlements */,
  635. A77F2C8E2231FC5C001BD3F6 /* AppDelegate */,
  636. A77F2C8F2231FC65001BD3F6 /* Base */,
  637. A77F2CA22232010F001BD3F6 /* Modules */,
  638. A72A725422321B9400B21995 /* Manager */,
  639. A72A725922321C5E00B21995 /* Define */,
  640. A77F2CBC2232022A001BD3F6 /* Tools */,
  641. A72A725322321A6900B21995 /* Lib */,
  642. A72A7252223219BD00B21995 /* Service */,
  643. A77F2CBB223201DC001BD3F6 /* Supporting Files */,
  644. );
  645. path = RainbowPlanet;
  646. sourceTree = "<group>";
  647. };
  648. A77F2C742231FB4A001BD3F6 /* RainbowPlanetTests */ = {
  649. isa = PBXGroup;
  650. children = (
  651. A77F2C752231FB4A001BD3F6 /* RainbowPlanetTests.swift */,
  652. A77F2C772231FB4A001BD3F6 /* Info.plist */,
  653. );
  654. path = RainbowPlanetTests;
  655. sourceTree = "<group>";
  656. };
  657. A77F2C7F2231FB4A001BD3F6 /* RainbowPlanetUITests */ = {
  658. isa = PBXGroup;
  659. children = (
  660. A77F2C802231FB4A001BD3F6 /* RainbowPlanetUITests.swift */,
  661. A77F2C822231FB4A001BD3F6 /* Info.plist */,
  662. );
  663. path = RainbowPlanetUITests;
  664. sourceTree = "<group>";
  665. };
  666. A77F2C8E2231FC5C001BD3F6 /* AppDelegate */ = {
  667. isa = PBXGroup;
  668. children = (
  669. A77F2C602231FB49001BD3F6 /* AppDelegate.swift */,
  670. A77F2CC2223203BA001BD3F6 /* AppDelegate+Window.swift */,
  671. A72A73082232207600B21995 /* AppDelegate+UM.swift */,
  672. A72A733422325A4B00B21995 /* AppDelegate+HandleOpen.swift */,
  673. );
  674. path = AppDelegate;
  675. sourceTree = "<group>";
  676. };
  677. A77F2C8F2231FC65001BD3F6 /* Base */ = {
  678. isa = PBXGroup;
  679. children = (
  680. A77F2C902231FC75001BD3F6 /* BaseTabbarViewController */,
  681. A77F2C912231FC85001BD3F6 /* BaseNavigationController */,
  682. A77F2C942231FCD2001BD3F6 /* BaseWebViewController */,
  683. A77F2C922231FCA2001BD3F6 /* BaseViewController */,
  684. A77F2C932231FCC5001BD3F6 /* BaseView */,
  685. );
  686. path = Base;
  687. sourceTree = "<group>";
  688. };
  689. A77F2C902231FC75001BD3F6 /* BaseTabbarViewController */ = {
  690. isa = PBXGroup;
  691. children = (
  692. A77F2CC9223209F2001BD3F6 /* BaseTabbarViewController.swift */,
  693. );
  694. path = BaseTabbarViewController;
  695. sourceTree = "<group>";
  696. };
  697. A77F2C912231FC85001BD3F6 /* BaseNavigationController */ = {
  698. isa = PBXGroup;
  699. children = (
  700. A77F2C972231FD25001BD3F6 /* BaseNavigationViewController.swift */,
  701. );
  702. path = BaseNavigationController;
  703. sourceTree = "<group>";
  704. };
  705. A77F2C922231FCA2001BD3F6 /* BaseViewController */ = {
  706. isa = PBXGroup;
  707. children = (
  708. A77F2C9D2231FDDC001BD3F6 /* BaseViewController.swift */,
  709. );
  710. path = BaseViewController;
  711. sourceTree = "<group>";
  712. };
  713. A77F2C932231FCC5001BD3F6 /* BaseView */ = {
  714. isa = PBXGroup;
  715. children = (
  716. A77F2C9B2231FDCF001BD3F6 /* BaseView.swift */,
  717. );
  718. path = BaseView;
  719. sourceTree = "<group>";
  720. };
  721. A77F2C942231FCD2001BD3F6 /* BaseWebViewController */ = {
  722. isa = PBXGroup;
  723. children = (
  724. A77F2C9F2231FE45001BD3F6 /* BaseWebViewController.swift */,
  725. );
  726. path = BaseWebViewController;
  727. sourceTree = "<group>";
  728. };
  729. A77F2CA22232010F001BD3F6 /* Modules */ = {
  730. isa = PBXGroup;
  731. children = (
  732. A77F2CA32232010F001BD3F6 /* ShoppingMallModule */,
  733. A77F2CA82232010F001BD3F6 /* CommonModule */,
  734. A77F2CAE2232010F001BD3F6 /* RegisterLoginModule */,
  735. A77F2CAF2232010F001BD3F6 /* ShoppingCartModule */,
  736. A77F2CA92232010F001BD3F6 /* MineModule */,
  737. );
  738. path = Modules;
  739. sourceTree = "<group>";
  740. };
  741. A77F2CA32232010F001BD3F6 /* ShoppingMallModule */ = {
  742. isa = PBXGroup;
  743. children = (
  744. A77F2CA42232010F001BD3F6 /* ShoppingMall */,
  745. );
  746. path = ShoppingMallModule;
  747. sourceTree = "<group>";
  748. };
  749. A77F2CA42232010F001BD3F6 /* ShoppingMall */ = {
  750. isa = PBXGroup;
  751. children = (
  752. A775CBFC2237483E00EBDCF8 /* View */,
  753. A77F2CA52232010F001BD3F6 /* ViewController */,
  754. );
  755. path = ShoppingMall;
  756. sourceTree = "<group>";
  757. };
  758. A77F2CA52232010F001BD3F6 /* ViewController */ = {
  759. isa = PBXGroup;
  760. children = (
  761. A77F2CA72232010F001BD3F6 /* ShoppingMallViewController.swift */,
  762. );
  763. path = ViewController;
  764. sourceTree = "<group>";
  765. };
  766. A77F2CA82232010F001BD3F6 /* CommonModule */ = {
  767. isa = PBXGroup;
  768. children = (
  769. );
  770. path = CommonModule;
  771. sourceTree = "<group>";
  772. };
  773. A77F2CA92232010F001BD3F6 /* MineModule */ = {
  774. isa = PBXGroup;
  775. children = (
  776. A77F2CAA2232010F001BD3F6 /* Mine */,
  777. );
  778. path = MineModule;
  779. sourceTree = "<group>";
  780. };
  781. A77F2CAA2232010F001BD3F6 /* Mine */ = {
  782. isa = PBXGroup;
  783. children = (
  784. A77F2CAB2232010F001BD3F6 /* ViewController */,
  785. );
  786. path = Mine;
  787. sourceTree = "<group>";
  788. };
  789. A77F2CAB2232010F001BD3F6 /* ViewController */ = {
  790. isa = PBXGroup;
  791. children = (
  792. A72A73902233B55400B21995 /* Dog.swift */,
  793. A77F2CAD2232010F001BD3F6 /* MineViewController.swift */,
  794. A77F2CAC2232010F001BD3F6 /* MineViewController.xib */,
  795. );
  796. path = ViewController;
  797. sourceTree = "<group>";
  798. };
  799. A77F2CAE2232010F001BD3F6 /* RegisterLoginModule */ = {
  800. isa = PBXGroup;
  801. children = (
  802. );
  803. path = RegisterLoginModule;
  804. sourceTree = "<group>";
  805. };
  806. A77F2CAF2232010F001BD3F6 /* ShoppingCartModule */ = {
  807. isa = PBXGroup;
  808. children = (
  809. A77F2CB02232010F001BD3F6 /* ShoppingCart */,
  810. );
  811. path = ShoppingCartModule;
  812. sourceTree = "<group>";
  813. };
  814. A77F2CB02232010F001BD3F6 /* ShoppingCart */ = {
  815. isa = PBXGroup;
  816. children = (
  817. A77F2CB12232010F001BD3F6 /* ViewController */,
  818. );
  819. path = ShoppingCart;
  820. sourceTree = "<group>";
  821. };
  822. A77F2CB12232010F001BD3F6 /* ViewController */ = {
  823. isa = PBXGroup;
  824. children = (
  825. A77F2CB22232010F001BD3F6 /* ShoppingCartViewController.xib */,
  826. A77F2CB32232010F001BD3F6 /* ShoppingCartViewController.swift */,
  827. );
  828. path = ViewController;
  829. sourceTree = "<group>";
  830. };
  831. A77F2CBB223201DC001BD3F6 /* Supporting Files */ = {
  832. isa = PBXGroup;
  833. children = (
  834. A77F2C672231FB4A001BD3F6 /* Assets.xcassets */,
  835. A7778C9B2243934A00C7C47A /* MineModule.xcassets */,
  836. A7778C9D2243937300C7C47A /* RegisterLoginModule.xcassets */,
  837. A7778C9F2243938200C7C47A /* ShoppingCartModule.xcassets */,
  838. A7778CA12243939100C7C47A /* ShoppingMallModule.xcassets */,
  839. A7778CA3224393A900C7C47A /* CommonModule.xcassets */,
  840. A77F2C6C2231FB4A001BD3F6 /* Info.plist */,
  841. );
  842. path = "Supporting Files";
  843. sourceTree = "<group>";
  844. };
  845. A77F2CBC2232022A001BD3F6 /* Tools */ = {
  846. isa = PBXGroup;
  847. children = (
  848. A7778C8B22438A5200C7C47A /* AlertView */,
  849. A72A727322321DDE00B21995 /* Log */,
  850. A72A727D22321DDF00B21995 /* AppInfo */,
  851. A72A727B22321DDF00B21995 /* Countdown */,
  852. A72A727522321DDE00B21995 /* SwiftProgressHUD */,
  853. A775CC0122377AB700EBDCF8 /* EmptyView */,
  854. A72A73892233B2DE00B21995 /* RealmUtility */,
  855. A72A727F22321DDF00B21995 /* CGView */,
  856. A72A728B22321DE000B21995 /* Extension */,
  857. A72A728122321DDF00B21995 /* MJRefreshEX */,
  858. A72A727122321DDE00B21995 /* NumberKeyboard */,
  859. A72A727722321DDF00B21995 /* Regex */,
  860. A72A726922321DDE00B21995 /* SwiftScan */,
  861. A72A729F22321DE000B21995 /* WKWebView */,
  862. A77F2CC422320627001BD3F6 /* WRNavigationBar */,
  863. );
  864. path = Tools;
  865. sourceTree = "<group>";
  866. };
  867. A77F2CC422320627001BD3F6 /* WRNavigationBar */ = {
  868. isa = PBXGroup;
  869. children = (
  870. A77F2CC522320627001BD3F6 /* WRNavigationBar.swift */,
  871. A77F2CC622320627001BD3F6 /* WRCustomNavigationBar.swift */,
  872. );
  873. path = WRNavigationBar;
  874. sourceTree = "<group>";
  875. };
  876. FA8AAFBADE8BD144A5C36FDB /* Frameworks */ = {
  877. isa = PBXGroup;
  878. children = (
  879. A72A73592233577000B21995 /* libc++.1.tbd */,
  880. A72A730322321EFA00B21995 /* libc++.tbd */,
  881. A72A730122321EEE00B21995 /* libz.tbd */,
  882. A72A72FF22321EE900B21995 /* SystemConfiguration.framework */,
  883. A72A72FD22321EE200B21995 /* QuartzCore.framework */,
  884. A72A72FB22321ECD00B21995 /* CoreTelephony.framework */,
  885. A72A72F922321EBF00B21995 /* CoreText.framework */,
  886. A72A72F722321EB600B21995 /* CoreGraphics.framework */,
  887. A72A72F522321EA000B21995 /* UIKit.framework */,
  888. A72A72F322321E9A00B21995 /* Foundation.framework */,
  889. A72A72F122321E9300B21995 /* CFNetwork.framework */,
  890. A72A72EF22321E8800B21995 /* CoreMotion.framework */,
  891. D469F6C3768252BCB7001EDD /* Pods_RainbowPlanet.framework */,
  892. A7E03A30F40582782EC5DA89 /* Pods_RainbowPlanetTests.framework */,
  893. 88DF1EFD2E202DA7C627E8A7 /* Pods_RainbowPlanetUITests.framework */,
  894. );
  895. name = Frameworks;
  896. sourceTree = "<group>";
  897. };
  898. /* End PBXGroup section */
  899. /* Begin PBXNativeTarget section */
  900. A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */ = {
  901. isa = PBXNativeTarget;
  902. buildConfigurationList = A77F2C852231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanet" */;
  903. buildPhases = (
  904. D3A9893FB9EA18608E79E053 /* [CP] Check Pods Manifest.lock */,
  905. A77F2C592231FB49001BD3F6 /* Sources */,
  906. A77F2C5A2231FB49001BD3F6 /* Frameworks */,
  907. A77F2C5B2231FB49001BD3F6 /* Resources */,
  908. 696EB1DDE9DE019617B4DAD7 /* [CP] Embed Pods Frameworks */,
  909. 59501F6F4334279DFBD164A0 /* [CP] Copy Pods Resources */,
  910. );
  911. buildRules = (
  912. );
  913. dependencies = (
  914. );
  915. name = RainbowPlanet;
  916. productName = RainbowPlanet;
  917. productReference = A77F2C5D2231FB49001BD3F6 /* RainbowPlanet.app */;
  918. productType = "com.apple.product-type.application";
  919. };
  920. A77F2C702231FB4A001BD3F6 /* RainbowPlanetTests */ = {
  921. isa = PBXNativeTarget;
  922. buildConfigurationList = A77F2C882231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */;
  923. buildPhases = (
  924. A77F2C6D2231FB4A001BD3F6 /* Sources */,
  925. A77F2C6E2231FB4A001BD3F6 /* Frameworks */,
  926. A77F2C6F2231FB4A001BD3F6 /* Resources */,
  927. );
  928. buildRules = (
  929. );
  930. dependencies = (
  931. A77F2C732231FB4A001BD3F6 /* PBXTargetDependency */,
  932. );
  933. name = RainbowPlanetTests;
  934. productName = RainbowPlanetTests;
  935. productReference = A77F2C712231FB4A001BD3F6 /* RainbowPlanetTests.xctest */;
  936. productType = "com.apple.product-type.bundle.unit-test";
  937. };
  938. A77F2C7B2231FB4A001BD3F6 /* RainbowPlanetUITests */ = {
  939. isa = PBXNativeTarget;
  940. buildConfigurationList = A77F2C8B2231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */;
  941. buildPhases = (
  942. A77F2C782231FB4A001BD3F6 /* Sources */,
  943. A77F2C792231FB4A001BD3F6 /* Frameworks */,
  944. A77F2C7A2231FB4A001BD3F6 /* Resources */,
  945. );
  946. buildRules = (
  947. );
  948. dependencies = (
  949. A77F2C7E2231FB4A001BD3F6 /* PBXTargetDependency */,
  950. );
  951. name = RainbowPlanetUITests;
  952. productName = RainbowPlanetUITests;
  953. productReference = A77F2C7C2231FB4A001BD3F6 /* RainbowPlanetUITests.xctest */;
  954. productType = "com.apple.product-type.bundle.ui-testing";
  955. };
  956. /* End PBXNativeTarget section */
  957. /* Begin PBXProject section */
  958. A77F2C552231FB49001BD3F6 /* Project object */ = {
  959. isa = PBXProject;
  960. attributes = {
  961. LastSwiftUpdateCheck = 1010;
  962. LastUpgradeCheck = 1010;
  963. ORGANIZATIONNAME = "南鑫林";
  964. TargetAttributes = {
  965. A77F2C5C2231FB49001BD3F6 = {
  966. CreatedOnToolsVersion = 10.1;
  967. LastSwiftMigration = 1010;
  968. SystemCapabilities = {
  969. com.apple.BackgroundModes = {
  970. enabled = 1;
  971. };
  972. com.apple.Push = {
  973. enabled = 1;
  974. };
  975. };
  976. };
  977. A77F2C702231FB4A001BD3F6 = {
  978. CreatedOnToolsVersion = 10.1;
  979. TestTargetID = A77F2C5C2231FB49001BD3F6;
  980. };
  981. A77F2C7B2231FB4A001BD3F6 = {
  982. CreatedOnToolsVersion = 10.1;
  983. TestTargetID = A77F2C5C2231FB49001BD3F6;
  984. };
  985. };
  986. };
  987. buildConfigurationList = A77F2C582231FB49001BD3F6 /* Build configuration list for PBXProject "RainbowPlanet" */;
  988. compatibilityVersion = "Xcode 9.3";
  989. developmentRegion = en;
  990. hasScannedForEncodings = 0;
  991. knownRegions = (
  992. en,
  993. Base,
  994. );
  995. mainGroup = A77F2C542231FB49001BD3F6;
  996. productRefGroup = A77F2C5E2231FB49001BD3F6 /* Products */;
  997. projectDirPath = "";
  998. projectRoot = "";
  999. targets = (
  1000. A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */,
  1001. A77F2C702231FB4A001BD3F6 /* RainbowPlanetTests */,
  1002. A77F2C7B2231FB4A001BD3F6 /* RainbowPlanetUITests */,
  1003. );
  1004. };
  1005. /* End PBXProject section */
  1006. /* Begin PBXResourcesBuildPhase section */
  1007. A77F2C5B2231FB49001BD3F6 /* Resources */ = {
  1008. isa = PBXResourcesBuildPhase;
  1009. buildActionMask = 2147483647;
  1010. files = (
  1011. A77F2CB82232010F001BD3F6 /* ShoppingCartViewController.xib in Resources */,
  1012. A7778C9E2243937300C7C47A /* RegisterLoginModule.xcassets in Resources */,
  1013. A77F2CB62232010F001BD3F6 /* MineViewController.xib in Resources */,
  1014. A7778C9722438F5D00C7C47A /* AlipaySDK.bundle in Resources */,
  1015. A7778CA4224393A900C7C47A /* CommonModule.xcassets in Resources */,
  1016. A77F2C682231FB4A001BD3F6 /* Assets.xcassets in Resources */,
  1017. A7778C9C2243934A00C7C47A /* MineModule.xcassets in Resources */,
  1018. A7778C9922438F5D00C7C47A /* README.txt in Resources */,
  1019. A7778CA22243939100C7C47A /* ShoppingMallModule.xcassets in Resources */,
  1020. A7778CA02243938200C7C47A /* ShoppingCartModule.xcassets in Resources */,
  1021. );
  1022. runOnlyForDeploymentPostprocessing = 0;
  1023. };
  1024. A77F2C6F2231FB4A001BD3F6 /* Resources */ = {
  1025. isa = PBXResourcesBuildPhase;
  1026. buildActionMask = 2147483647;
  1027. files = (
  1028. );
  1029. runOnlyForDeploymentPostprocessing = 0;
  1030. };
  1031. A77F2C7A2231FB4A001BD3F6 /* Resources */ = {
  1032. isa = PBXResourcesBuildPhase;
  1033. buildActionMask = 2147483647;
  1034. files = (
  1035. );
  1036. runOnlyForDeploymentPostprocessing = 0;
  1037. };
  1038. /* End PBXResourcesBuildPhase section */
  1039. /* Begin PBXShellScriptBuildPhase section */
  1040. 59501F6F4334279DFBD164A0 /* [CP] Copy Pods Resources */ = {
  1041. isa = PBXShellScriptBuildPhase;
  1042. buildActionMask = 2147483647;
  1043. files = (
  1044. );
  1045. inputFileListPaths = (
  1046. );
  1047. inputPaths = (
  1048. "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh",
  1049. "${PODS_ROOT}/UMCCommonLog/UMCommonLog/UMCommonLog.bundle",
  1050. "${PODS_ROOT}/UMCShare/UMShare/UMSocialUI/UMSocialSDKResources.bundle",
  1051. );
  1052. name = "[CP] Copy Pods Resources";
  1053. outputFileListPaths = (
  1054. );
  1055. outputPaths = (
  1056. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMCommonLog.bundle",
  1057. "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/UMSocialSDKResources.bundle",
  1058. );
  1059. runOnlyForDeploymentPostprocessing = 0;
  1060. shellPath = /bin/sh;
  1061. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-resources.sh\"\n";
  1062. showEnvVarsInLog = 0;
  1063. };
  1064. 696EB1DDE9DE019617B4DAD7 /* [CP] Embed Pods Frameworks */ = {
  1065. isa = PBXShellScriptBuildPhase;
  1066. buildActionMask = 2147483647;
  1067. files = (
  1068. );
  1069. inputFileListPaths = (
  1070. );
  1071. inputPaths = (
  1072. "${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh",
  1073. "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
  1074. "${BUILT_PRODUCTS_DIR}/CryptoSwift/CryptoSwift.framework",
  1075. "${BUILT_PRODUCTS_DIR}/DeviceKit/DeviceKit.framework",
  1076. "${BUILT_PRODUCTS_DIR}/EFQRCode/EFQRCode.framework",
  1077. "${BUILT_PRODUCTS_DIR}/FBRetainCycleDetector/FBRetainCycleDetector.framework",
  1078. "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework",
  1079. "${BUILT_PRODUCTS_DIR}/FWPopupView/FWPopupView.framework",
  1080. "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework",
  1081. "${BUILT_PRODUCTS_DIR}/JXCategoryView/JXCategoryView.framework",
  1082. "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework",
  1083. "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework",
  1084. "${BUILT_PRODUCTS_DIR}/LYEmptyView/LYEmptyView.framework",
  1085. "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework",
  1086. "${BUILT_PRODUCTS_DIR}/MJRefresh/MJRefresh.framework",
  1087. "${BUILT_PRODUCTS_DIR}/MLeaksFinder/MLeaksFinder.framework",
  1088. "${BUILT_PRODUCTS_DIR}/Moya/Moya.framework",
  1089. "${BUILT_PRODUCTS_DIR}/ObjectMapper/ObjectMapper.framework",
  1090. "${BUILT_PRODUCTS_DIR}/PPBadgeViewSwift/PPBadgeViewSwift.framework",
  1091. "${BUILT_PRODUCTS_DIR}/Realm/Realm.framework",
  1092. "${BUILT_PRODUCTS_DIR}/RealmSwift/RealmSwift.framework",
  1093. "${BUILT_PRODUCTS_DIR}/Result/Result.framework",
  1094. "${BUILT_PRODUCTS_DIR}/RxAtomic/RxAtomic.framework",
  1095. "${BUILT_PRODUCTS_DIR}/RxCocoa/RxCocoa.framework",
  1096. "${BUILT_PRODUCTS_DIR}/RxSwift/RxSwift.framework",
  1097. "${BUILT_PRODUCTS_DIR}/SnapKit/SnapKit.framework",
  1098. "${BUILT_PRODUCTS_DIR}/SwiftDate/SwiftDate.framework",
  1099. "${BUILT_PRODUCTS_DIR}/SwiftyJSON/SwiftyJSON.framework",
  1100. "${BUILT_PRODUCTS_DIR}/SwiftyStarRatingView/SwiftyStarRatingView.framework",
  1101. "${BUILT_PRODUCTS_DIR}/TangramKit/TangramKit.framework",
  1102. "${BUILT_PRODUCTS_DIR}/swift_qrcodejs/swift_qrcodejs.framework",
  1103. );
  1104. name = "[CP] Embed Pods Frameworks";
  1105. outputFileListPaths = (
  1106. );
  1107. outputPaths = (
  1108. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
  1109. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CryptoSwift.framework",
  1110. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DeviceKit.framework",
  1111. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/EFQRCode.framework",
  1112. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBRetainCycleDetector.framework",
  1113. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework",
  1114. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FWPopupView.framework",
  1115. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework",
  1116. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JXCategoryView.framework",
  1117. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeychainAccess.framework",
  1118. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework",
  1119. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LYEmptyView.framework",
  1120. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework",
  1121. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MJRefresh.framework",
  1122. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MLeaksFinder.framework",
  1123. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Moya.framework",
  1124. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ObjectMapper.framework",
  1125. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/PPBadgeViewSwift.framework",
  1126. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
  1127. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
  1128. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
  1129. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAtomic.framework",
  1130. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework",
  1131. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
  1132. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SnapKit.framework",
  1133. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework",
  1134. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyJSON.framework",
  1135. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftyStarRatingView.framework",
  1136. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TangramKit.framework",
  1137. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/swift_qrcodejs.framework",
  1138. );
  1139. runOnlyForDeploymentPostprocessing = 0;
  1140. shellPath = /bin/sh;
  1141. shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-RainbowPlanet/Pods-RainbowPlanet-frameworks.sh\"\n";
  1142. showEnvVarsInLog = 0;
  1143. };
  1144. D3A9893FB9EA18608E79E053 /* [CP] Check Pods Manifest.lock */ = {
  1145. isa = PBXShellScriptBuildPhase;
  1146. buildActionMask = 2147483647;
  1147. files = (
  1148. );
  1149. inputFileListPaths = (
  1150. );
  1151. inputPaths = (
  1152. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  1153. "${PODS_ROOT}/Manifest.lock",
  1154. );
  1155. name = "[CP] Check Pods Manifest.lock";
  1156. outputFileListPaths = (
  1157. );
  1158. outputPaths = (
  1159. "$(DERIVED_FILE_DIR)/Pods-RainbowPlanet-checkManifestLockResult.txt",
  1160. );
  1161. runOnlyForDeploymentPostprocessing = 0;
  1162. shellPath = /bin/sh;
  1163. 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";
  1164. showEnvVarsInLog = 0;
  1165. };
  1166. /* End PBXShellScriptBuildPhase section */
  1167. /* Begin PBXSourcesBuildPhase section */
  1168. A77F2C592231FB49001BD3F6 /* Sources */ = {
  1169. isa = PBXSourcesBuildPhase;
  1170. buildActionMask = 2147483647;
  1171. files = (
  1172. A72A72BA22321DE000B21995 /* Extension+String.swift in Sources */,
  1173. A77F2CA02231FE45001BD3F6 /* BaseWebViewController.swift in Sources */,
  1174. A72A72C022321DE000B21995 /* Extension+UIView.swift in Sources */,
  1175. A72A72C522321DE000B21995 /* WKWebViewConfig.swift in Sources */,
  1176. A72A72BB22321DE000B21995 /* Extension+UILabel.swift in Sources */,
  1177. A77F2C9E2231FDDC001BD3F6 /* BaseViewController.swift in Sources */,
  1178. A72A737F2233966800B21995 /* RootModel.swift in Sources */,
  1179. A77F2CC722320627001BD3F6 /* WRNavigationBar.swift in Sources */,
  1180. A72A72BE22321DE000B21995 /* Extension+RxTimer.swift in Sources */,
  1181. A72A72C422321DE000B21995 /* Extension+CAGradientLayer.swift in Sources */,
  1182. A7778CA72243A05400C7C47A /* IQKeyboardManagerSwiftManager.swift in Sources */,
  1183. A72A72B722321DE000B21995 /* Extension+NSMutableAttributedString.swift in Sources */,
  1184. A72A73392232688100B21995 /* AlipayOrderModel.swift in Sources */,
  1185. A72A72A322321DE000B21995 /* LBXScanView.swift in Sources */,
  1186. A7A97FDC2238FBAD0070F84D /* VerticalListCellCollectionViewCell.swift in Sources */,
  1187. A72A7386223396CB00B21995 /* SwiftMoyaNetWorkManager.swift in Sources */,
  1188. A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
  1189. A72A7387223396CB00B21995 /* SwiftMoyaServiceAPI.swift in Sources */,
  1190. A72A726822321DBD00B21995 /* UMManager.swift in Sources */,
  1191. A77F2CB92232010F001BD3F6 /* ShoppingCartViewController.swift in Sources */,
  1192. A72A72B822321DE000B21995 /* Extension+UserDefaults.swift in Sources */,
  1193. A72A738D2233B2DE00B21995 /* ExtensionMethod.swift in Sources */,
  1194. A72A72A222321DE000B21995 /* LBXScanNetAnimation.swift in Sources */,
  1195. A72A72D322321E2700B21995 /* CacheMacro.swift in Sources */,
  1196. A72A72A422321DE000B21995 /* LBXScanViewController.swift in Sources */,
  1197. A77F2CB52232010F001BD3F6 /* ShoppingMallViewController.swift in Sources */,
  1198. A77F2CC3223203BA001BD3F6 /* AppDelegate+Window.swift in Sources */,
  1199. A72A72B022321DE000B21995 /* CGView.swift in Sources */,
  1200. A72A73142232475E00B21995 /* AlipayManager.swift in Sources */,
  1201. A72A72D522321E2700B21995 /* ColorMacro.swift in Sources */,
  1202. A72A726622321DBD00B21995 /* BaiduMapManager.swift in Sources */,
  1203. A72A737E2233966800B21995 /* RootInfoModel.swift in Sources */,
  1204. A72A7333223256E100B21995 /* PayManager.swift in Sources */,
  1205. A775CC00223774A300EBDCF8 /* ShoppingMallView.swift in Sources */,
  1206. A72A738F2233B2DE00B21995 /* RealmUtility.swift in Sources */,
  1207. A72A72D622321E2700B21995 /* ThirdPartyMacro.swift in Sources */,
  1208. A72A72A622321DE000B21995 /* LBXScanViewStyle.swift in Sources */,
  1209. A72A72B422321DE000B21995 /* Extension+UIImage.swift in Sources */,
  1210. A72A72AF22321DE000B21995 /* AppInfo.swift in Sources */,
  1211. A72A72D422321E2700B21995 /* EnumMacro.swift in Sources */,
  1212. A775CC0322377C6500EBDCF8 /* EmptyView.swift in Sources */,
  1213. A72A72A922321DE000B21995 /* NumberKeyboard.swift in Sources */,
  1214. A72A72AA22321DE000B21995 /* Log.swift in Sources */,
  1215. A72A72B622321DE000B21995 /* Extension+NSRange.swift in Sources */,
  1216. A72A72A722321DE000B21995 /* LBXPermissions.swift in Sources */,
  1217. A72A72AE22321DE000B21995 /* CountdownButton.swift in Sources */,
  1218. A77F2CB72232010F001BD3F6 /* MineViewController.swift in Sources */,
  1219. A7A97FDD2238FBAD0070F84D /* VerticalSectionHeaderView.swift in Sources */,
  1220. A72A7385223396CB00B21995 /* SwiftMoyaNetWorkService.swift in Sources */,
  1221. A72A72A822321DE000B21995 /* LBXScanWrapper.swift in Sources */,
  1222. A72A73932233BFCD00B21995 /* SwiftMoyaNetWorkCacheModel.swift in Sources */,
  1223. A7A97FDB2238FBAD0070F84D /* VerticalListCellModel.swift in Sources */,
  1224. A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */,
  1225. A77F2CC822320627001BD3F6 /* WRCustomNavigationBar.swift in Sources */,
  1226. A72A72BC22321DE000B21995 /* Extension+UIAlertController.swift in Sources */,
  1227. A72A730C2232207700B21995 /* AppDelegate+UM.swift in Sources */,
  1228. A72A72B122321DE000B21995 /* UIScrollView+MJRefreshEX.m in Sources */,
  1229. A7A97FDA2238FBAD0070F84D /* VerticalListSectionModel.swift in Sources */,
  1230. A72A72A522321DE000B21995 /* LBXScanLineAnimation.swift in Sources */,
  1231. A72A72C322321DE000B21995 /* Extension+Date.swift in Sources */,
  1232. A72A73912233B55400B21995 /* Dog.swift in Sources */,
  1233. A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */,
  1234. A72A72C622321DE000B21995 /* WebView.swift in Sources */,
  1235. A72A72D122321E2700B21995 /* HTMLURLMacro.swift in Sources */,
  1236. A72A73162232481600B21995 /* WeChatpayManager.swift in Sources */,
  1237. A7778C8D22438A5200C7C47A /* AlertView.swift in Sources */,
  1238. A72A72D022321E2700B21995 /* FontMacro.swift in Sources */,
  1239. A77F2C982231FD25001BD3F6 /* BaseNavigationViewController.swift in Sources */,
  1240. A72A72AB22321DE000B21995 /* SwiftProgressHUD.swift in Sources */,
  1241. A77F2C612231FB49001BD3F6 /* AppDelegate.swift in Sources */,
  1242. A72A734322327DE300B21995 /* WeChatpayOrderModel.swift in Sources */,
  1243. A72A726722321DBD00B21995 /* LocationModel.swift in Sources */,
  1244. A72A72D222321E2700B21995 /* Common.swift in Sources */,
  1245. A72A72B522321DE000B21995 /* Extension+UITextView.swift in Sources */,
  1246. A72A733722325EED00B21995 /* AlipayResultModel.swift in Sources */,
  1247. A77F2C9C2231FDCF001BD3F6 /* BaseView.swift in Sources */,
  1248. A72A738E2233B2DE00B21995 /* Rx_RealmUtillit.swift in Sources */,
  1249. A72A7388223396CB00B21995 /* ApiMacro.swift in Sources */,
  1250. A72A72B922321DE000B21995 /* Extension+Array.swift in Sources */,
  1251. A72A733522325A4B00B21995 /* AppDelegate+HandleOpen.swift in Sources */,
  1252. A72A72AC22321DE000B21995 /* Regex.swift in Sources */,
  1253. A72A72CF22321E2700B21995 /* NotificationCenterMacro.swift in Sources */,
  1254. A72A72BF22321DE000B21995 /* Extension+UIButton.swift in Sources */,
  1255. );
  1256. runOnlyForDeploymentPostprocessing = 0;
  1257. };
  1258. A77F2C6D2231FB4A001BD3F6 /* Sources */ = {
  1259. isa = PBXSourcesBuildPhase;
  1260. buildActionMask = 2147483647;
  1261. files = (
  1262. A77F2C762231FB4A001BD3F6 /* RainbowPlanetTests.swift in Sources */,
  1263. );
  1264. runOnlyForDeploymentPostprocessing = 0;
  1265. };
  1266. A77F2C782231FB4A001BD3F6 /* Sources */ = {
  1267. isa = PBXSourcesBuildPhase;
  1268. buildActionMask = 2147483647;
  1269. files = (
  1270. A77F2C812231FB4A001BD3F6 /* RainbowPlanetUITests.swift in Sources */,
  1271. );
  1272. runOnlyForDeploymentPostprocessing = 0;
  1273. };
  1274. /* End PBXSourcesBuildPhase section */
  1275. /* Begin PBXTargetDependency section */
  1276. A77F2C732231FB4A001BD3F6 /* PBXTargetDependency */ = {
  1277. isa = PBXTargetDependency;
  1278. target = A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */;
  1279. targetProxy = A77F2C722231FB4A001BD3F6 /* PBXContainerItemProxy */;
  1280. };
  1281. A77F2C7E2231FB4A001BD3F6 /* PBXTargetDependency */ = {
  1282. isa = PBXTargetDependency;
  1283. target = A77F2C5C2231FB49001BD3F6 /* RainbowPlanet */;
  1284. targetProxy = A77F2C7D2231FB4A001BD3F6 /* PBXContainerItemProxy */;
  1285. };
  1286. /* End PBXTargetDependency section */
  1287. /* Begin XCBuildConfiguration section */
  1288. A77F2C832231FB4A001BD3F6 /* Debug */ = {
  1289. isa = XCBuildConfiguration;
  1290. buildSettings = {
  1291. ALWAYS_SEARCH_USER_PATHS = NO;
  1292. CLANG_ANALYZER_NONNULL = YES;
  1293. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1294. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1295. CLANG_CXX_LIBRARY = "libc++";
  1296. CLANG_ENABLE_MODULES = YES;
  1297. CLANG_ENABLE_OBJC_ARC = YES;
  1298. CLANG_ENABLE_OBJC_WEAK = YES;
  1299. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1300. CLANG_WARN_BOOL_CONVERSION = YES;
  1301. CLANG_WARN_COMMA = YES;
  1302. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1303. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1304. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1305. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1306. CLANG_WARN_EMPTY_BODY = YES;
  1307. CLANG_WARN_ENUM_CONVERSION = YES;
  1308. CLANG_WARN_INFINITE_RECURSION = YES;
  1309. CLANG_WARN_INT_CONVERSION = YES;
  1310. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1311. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1312. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1313. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1314. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1315. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1316. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1317. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1318. CLANG_WARN_UNREACHABLE_CODE = YES;
  1319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1320. CODE_SIGN_IDENTITY = "iPhone Developer";
  1321. COPY_PHASE_STRIP = NO;
  1322. DEBUG_INFORMATION_FORMAT = dwarf;
  1323. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1324. ENABLE_TESTABILITY = YES;
  1325. GCC_C_LANGUAGE_STANDARD = gnu11;
  1326. GCC_DYNAMIC_NO_PIC = NO;
  1327. GCC_NO_COMMON_BLOCKS = YES;
  1328. GCC_OPTIMIZATION_LEVEL = 0;
  1329. GCC_PREPROCESSOR_DEFINITIONS = (
  1330. "DEBUG=1",
  1331. "$(inherited)",
  1332. );
  1333. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1334. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1335. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1336. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1337. GCC_WARN_UNUSED_FUNCTION = YES;
  1338. GCC_WARN_UNUSED_VARIABLE = YES;
  1339. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1340. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1341. MTL_FAST_MATH = YES;
  1342. ONLY_ACTIVE_ARCH = YES;
  1343. SDKROOT = iphoneos;
  1344. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1345. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1346. };
  1347. name = Debug;
  1348. };
  1349. A77F2C842231FB4A001BD3F6 /* Release */ = {
  1350. isa = XCBuildConfiguration;
  1351. buildSettings = {
  1352. ALWAYS_SEARCH_USER_PATHS = NO;
  1353. CLANG_ANALYZER_NONNULL = YES;
  1354. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1355. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1356. CLANG_CXX_LIBRARY = "libc++";
  1357. CLANG_ENABLE_MODULES = YES;
  1358. CLANG_ENABLE_OBJC_ARC = YES;
  1359. CLANG_ENABLE_OBJC_WEAK = YES;
  1360. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1361. CLANG_WARN_BOOL_CONVERSION = YES;
  1362. CLANG_WARN_COMMA = YES;
  1363. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1364. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1365. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1366. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1367. CLANG_WARN_EMPTY_BODY = YES;
  1368. CLANG_WARN_ENUM_CONVERSION = YES;
  1369. CLANG_WARN_INFINITE_RECURSION = YES;
  1370. CLANG_WARN_INT_CONVERSION = YES;
  1371. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1372. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1373. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1374. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1375. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1376. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1377. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1378. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1379. CLANG_WARN_UNREACHABLE_CODE = YES;
  1380. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1381. CODE_SIGN_IDENTITY = "iPhone Developer";
  1382. COPY_PHASE_STRIP = NO;
  1383. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1384. ENABLE_NS_ASSERTIONS = NO;
  1385. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1386. GCC_C_LANGUAGE_STANDARD = gnu11;
  1387. GCC_NO_COMMON_BLOCKS = YES;
  1388. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1389. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1390. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1391. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1392. GCC_WARN_UNUSED_FUNCTION = YES;
  1393. GCC_WARN_UNUSED_VARIABLE = YES;
  1394. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1395. MTL_ENABLE_DEBUG_INFO = NO;
  1396. MTL_FAST_MATH = YES;
  1397. SDKROOT = iphoneos;
  1398. SWIFT_COMPILATION_MODE = wholemodule;
  1399. SWIFT_OPTIMIZATION_LEVEL = "-O";
  1400. VALIDATE_PRODUCT = YES;
  1401. };
  1402. name = Release;
  1403. };
  1404. A77F2C862231FB4A001BD3F6 /* Debug */ = {
  1405. isa = XCBuildConfiguration;
  1406. baseConfigurationReference = BD9052C044FD3AE4E62D3929 /* Pods-RainbowPlanet.debug.xcconfig */;
  1407. buildSettings = {
  1408. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1409. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1410. CLANG_ENABLE_MODULES = YES;
  1411. CODE_SIGN_ENTITLEMENTS = RainbowPlanet/RainbowPlanet.entitlements;
  1412. CODE_SIGN_STYLE = Automatic;
  1413. DEVELOPMENT_TEAM = B4UG6NNMLL;
  1414. ENABLE_BITCODE = YES;
  1415. FRAMEWORK_SEARCH_PATHS = (
  1416. "$(inherited)",
  1417. "$(PROJECT_DIR)/RainbowPlanet/Lib/AlipaySDK",
  1418. );
  1419. HEADER_SEARCH_PATHS = (
  1420. "$(inherited)",
  1421. "\"${PODS_ROOT}/Headers/Public\"",
  1422. "\"${PODS_ROOT}/Headers/Public/UMCShare\"",
  1423. "\"$(SRCROOT)/RainbowPlanet/Lib/AlipaySDK\"",
  1424. );
  1425. INFOPLIST_FILE = "$(SRCROOT)/RainbowPlanet/Supporting Files/Info.plist";
  1426. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1427. LD_RUNPATH_SEARCH_PATHS = (
  1428. "$(inherited)",
  1429. "@executable_path/Frameworks",
  1430. );
  1431. LIBRARY_SEARCH_PATHS = (
  1432. "$(inherited)",
  1433. "$(PROJECT_DIR)/RainbowPlanet/Lib/WeChatSDK",
  1434. );
  1435. OTHER_LDFLAGS = (
  1436. "$(inherited)",
  1437. "-ObjC",
  1438. "-l\"SocialQQ\"",
  1439. "-l\"SocialSina\"",
  1440. "-l\"SocialWeChat\"",
  1441. "-l\"c++\"",
  1442. "-l\"sqlite3\"",
  1443. "-l\"sqlite3.0\"",
  1444. "-l\"z\"",
  1445. "-framework",
  1446. "\"AdSupport\"",
  1447. "-framework",
  1448. "\"Alamofire\"",
  1449. "-framework",
  1450. "\"BMKLocationKit\"",
  1451. "-framework",
  1452. "\"CoreGraphics\"",
  1453. "-framework",
  1454. "\"CoreLocation\"",
  1455. "-framework",
  1456. "\"CoreTelephony\"",
  1457. "-framework",
  1458. "\"CryptoSwift\"",
  1459. "-framework",
  1460. "\"DeviceKit\"",
  1461. "-framework",
  1462. "\"FBRetainCycleDetector\"",
  1463. "-framework",
  1464. "\"Foundation\"",
  1465. "-framework",
  1466. "\"IQKeyboardManagerSwift\"",
  1467. "-framework",
  1468. "\"Kingfisher\"",
  1469. "-framework",
  1470. "\"MBProgressHUD\"",
  1471. "-framework",
  1472. "\"MJRefresh\"",
  1473. "-framework",
  1474. "\"MLeaksFinder\"",
  1475. "-framework",
  1476. "\"Moya\"",
  1477. "-framework",
  1478. "\"ObjectMapper\"",
  1479. "-framework",
  1480. "\"Photos\"",
  1481. "-framework",
  1482. "\"QuartzCore\"",
  1483. "-framework",
  1484. "\"Result\"",
  1485. "-framework",
  1486. "\"RxAtomic\"",
  1487. "-framework",
  1488. "\"RxCocoa\"",
  1489. "-framework",
  1490. "\"RxSwift\"",
  1491. "-framework",
  1492. "\"Security\"",
  1493. "-framework",
  1494. "\"SecurityEnvSDK\"",
  1495. "-framework",
  1496. "\"SnapKit\"",
  1497. "-framework",
  1498. "\"SwiftyJSON\"",
  1499. "-framework",
  1500. "\"SystemConfiguration\"",
  1501. "-framework",
  1502. "\"UIKit\"",
  1503. "-framework",
  1504. "\"UMAnalytics\"",
  1505. "-framework",
  1506. "\"UMCommon\"",
  1507. "-framework",
  1508. "\"UMCommonLog\"",
  1509. "-framework",
  1510. "\"UMPush\"",
  1511. "-framework",
  1512. "\"UMShare\"",
  1513. "-framework",
  1514. "\"UShareUI\"",
  1515. "-framework",
  1516. "\"UTDID\"",
  1517. "-framework",
  1518. "\"UserNotifications\"",
  1519. );
  1520. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.rainbowplanet;
  1521. PRODUCT_NAME = "$(TARGET_NAME)";
  1522. SWIFT_OBJC_BRIDGING_HEADER = "RainbowPlanet/Define/RainbowPlanet-Bridging-Header.h";
  1523. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1524. SWIFT_VERSION = 4.2;
  1525. TARGETED_DEVICE_FAMILY = "1,2";
  1526. };
  1527. name = Debug;
  1528. };
  1529. A77F2C872231FB4A001BD3F6 /* Release */ = {
  1530. isa = XCBuildConfiguration;
  1531. baseConfigurationReference = 57C497E128081597F165C771 /* Pods-RainbowPlanet.release.xcconfig */;
  1532. buildSettings = {
  1533. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1534. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1535. CLANG_ENABLE_MODULES = YES;
  1536. CODE_SIGN_ENTITLEMENTS = RainbowPlanet/RainbowPlanet.entitlements;
  1537. CODE_SIGN_STYLE = Automatic;
  1538. DEVELOPMENT_TEAM = B4UG6NNMLL;
  1539. ENABLE_BITCODE = YES;
  1540. FRAMEWORK_SEARCH_PATHS = (
  1541. "$(inherited)",
  1542. "$(PROJECT_DIR)/RainbowPlanet/Lib/AlipaySDK",
  1543. );
  1544. HEADER_SEARCH_PATHS = (
  1545. "$(inherited)",
  1546. "\"${PODS_ROOT}/Headers/Public\"",
  1547. "\"${PODS_ROOT}/Headers/Public/UMCShare\"",
  1548. "\"$(SRCROOT)/RainbowPlanet/Lib/AlipaySDK\"",
  1549. );
  1550. INFOPLIST_FILE = "$(SRCROOT)/RainbowPlanet/Supporting Files/Info.plist";
  1551. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1552. LD_RUNPATH_SEARCH_PATHS = (
  1553. "$(inherited)",
  1554. "@executable_path/Frameworks",
  1555. );
  1556. LIBRARY_SEARCH_PATHS = (
  1557. "$(inherited)",
  1558. "$(PROJECT_DIR)/RainbowPlanet/Lib/WeChatSDK",
  1559. );
  1560. OTHER_LDFLAGS = (
  1561. "$(inherited)",
  1562. "-ObjC",
  1563. "-l\"SocialQQ\"",
  1564. "-l\"SocialSina\"",
  1565. "-l\"SocialWeChat\"",
  1566. "-l\"c++\"",
  1567. "-l\"sqlite3\"",
  1568. "-l\"sqlite3.0\"",
  1569. "-l\"z\"",
  1570. "-framework",
  1571. "\"AdSupport\"",
  1572. "-framework",
  1573. "\"Alamofire\"",
  1574. "-framework",
  1575. "\"BMKLocationKit\"",
  1576. "-framework",
  1577. "\"CoreGraphics\"",
  1578. "-framework",
  1579. "\"CoreLocation\"",
  1580. "-framework",
  1581. "\"CoreTelephony\"",
  1582. "-framework",
  1583. "\"CryptoSwift\"",
  1584. "-framework",
  1585. "\"DeviceKit\"",
  1586. "-framework",
  1587. "\"FBRetainCycleDetector\"",
  1588. "-framework",
  1589. "\"Foundation\"",
  1590. "-framework",
  1591. "\"IQKeyboardManagerSwift\"",
  1592. "-framework",
  1593. "\"Kingfisher\"",
  1594. "-framework",
  1595. "\"MBProgressHUD\"",
  1596. "-framework",
  1597. "\"MJRefresh\"",
  1598. "-framework",
  1599. "\"MLeaksFinder\"",
  1600. "-framework",
  1601. "\"Moya\"",
  1602. "-framework",
  1603. "\"ObjectMapper\"",
  1604. "-framework",
  1605. "\"Photos\"",
  1606. "-framework",
  1607. "\"QuartzCore\"",
  1608. "-framework",
  1609. "\"Result\"",
  1610. "-framework",
  1611. "\"RxAtomic\"",
  1612. "-framework",
  1613. "\"RxCocoa\"",
  1614. "-framework",
  1615. "\"RxSwift\"",
  1616. "-framework",
  1617. "\"Security\"",
  1618. "-framework",
  1619. "\"SecurityEnvSDK\"",
  1620. "-framework",
  1621. "\"SnapKit\"",
  1622. "-framework",
  1623. "\"SwiftyJSON\"",
  1624. "-framework",
  1625. "\"SystemConfiguration\"",
  1626. "-framework",
  1627. "\"UIKit\"",
  1628. "-framework",
  1629. "\"UMAnalytics\"",
  1630. "-framework",
  1631. "\"UMCommon\"",
  1632. "-framework",
  1633. "\"UMCommonLog\"",
  1634. "-framework",
  1635. "\"UMPush\"",
  1636. "-framework",
  1637. "\"UMShare\"",
  1638. "-framework",
  1639. "\"UShareUI\"",
  1640. "-framework",
  1641. "\"UTDID\"",
  1642. "-framework",
  1643. "\"UserNotifications\"",
  1644. );
  1645. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.rainbowplanet;
  1646. PRODUCT_NAME = "$(TARGET_NAME)";
  1647. SWIFT_OBJC_BRIDGING_HEADER = "RainbowPlanet/Define/RainbowPlanet-Bridging-Header.h";
  1648. SWIFT_VERSION = 4.2;
  1649. TARGETED_DEVICE_FAMILY = "1,2";
  1650. };
  1651. name = Release;
  1652. };
  1653. A77F2C892231FB4A001BD3F6 /* Debug */ = {
  1654. isa = XCBuildConfiguration;
  1655. buildSettings = {
  1656. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1657. BUNDLE_LOADER = "$(TEST_HOST)";
  1658. CODE_SIGN_STYLE = Automatic;
  1659. INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
  1660. LD_RUNPATH_SEARCH_PATHS = (
  1661. "$(inherited)",
  1662. "@executable_path/Frameworks",
  1663. "@loader_path/Frameworks",
  1664. );
  1665. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetTests;
  1666. PRODUCT_NAME = "$(TARGET_NAME)";
  1667. SWIFT_VERSION = 4.2;
  1668. TARGETED_DEVICE_FAMILY = "1,2";
  1669. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
  1670. };
  1671. name = Debug;
  1672. };
  1673. A77F2C8A2231FB4A001BD3F6 /* Release */ = {
  1674. isa = XCBuildConfiguration;
  1675. buildSettings = {
  1676. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1677. BUNDLE_LOADER = "$(TEST_HOST)";
  1678. CODE_SIGN_STYLE = Automatic;
  1679. INFOPLIST_FILE = RainbowPlanetTests/Info.plist;
  1680. LD_RUNPATH_SEARCH_PATHS = (
  1681. "$(inherited)",
  1682. "@executable_path/Frameworks",
  1683. "@loader_path/Frameworks",
  1684. );
  1685. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetTests;
  1686. PRODUCT_NAME = "$(TARGET_NAME)";
  1687. SWIFT_VERSION = 4.2;
  1688. TARGETED_DEVICE_FAMILY = "1,2";
  1689. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/RainbowPlanet.app/RainbowPlanet";
  1690. };
  1691. name = Release;
  1692. };
  1693. A77F2C8C2231FB4A001BD3F6 /* Debug */ = {
  1694. isa = XCBuildConfiguration;
  1695. buildSettings = {
  1696. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1697. CODE_SIGN_STYLE = Automatic;
  1698. INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
  1699. LD_RUNPATH_SEARCH_PATHS = (
  1700. "$(inherited)",
  1701. "@executable_path/Frameworks",
  1702. "@loader_path/Frameworks",
  1703. );
  1704. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetUITests;
  1705. PRODUCT_NAME = "$(TARGET_NAME)";
  1706. SWIFT_VERSION = 4.2;
  1707. TARGETED_DEVICE_FAMILY = "1,2";
  1708. TEST_TARGET_NAME = RainbowPlanet;
  1709. };
  1710. name = Debug;
  1711. };
  1712. A77F2C8D2231FB4A001BD3F6 /* Release */ = {
  1713. isa = XCBuildConfiguration;
  1714. buildSettings = {
  1715. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1716. CODE_SIGN_STYLE = Automatic;
  1717. INFOPLIST_FILE = RainbowPlanetUITests/Info.plist;
  1718. LD_RUNPATH_SEARCH_PATHS = (
  1719. "$(inherited)",
  1720. "@executable_path/Frameworks",
  1721. "@loader_path/Frameworks",
  1722. );
  1723. PRODUCT_BUNDLE_IDENTIFIER = com.chxq.RainbowPlanetUITests;
  1724. PRODUCT_NAME = "$(TARGET_NAME)";
  1725. SWIFT_VERSION = 4.2;
  1726. TARGETED_DEVICE_FAMILY = "1,2";
  1727. TEST_TARGET_NAME = RainbowPlanet;
  1728. };
  1729. name = Release;
  1730. };
  1731. /* End XCBuildConfiguration section */
  1732. /* Begin XCConfigurationList section */
  1733. A77F2C582231FB49001BD3F6 /* Build configuration list for PBXProject "RainbowPlanet" */ = {
  1734. isa = XCConfigurationList;
  1735. buildConfigurations = (
  1736. A77F2C832231FB4A001BD3F6 /* Debug */,
  1737. A77F2C842231FB4A001BD3F6 /* Release */,
  1738. );
  1739. defaultConfigurationIsVisible = 0;
  1740. defaultConfigurationName = Release;
  1741. };
  1742. A77F2C852231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanet" */ = {
  1743. isa = XCConfigurationList;
  1744. buildConfigurations = (
  1745. A77F2C862231FB4A001BD3F6 /* Debug */,
  1746. A77F2C872231FB4A001BD3F6 /* Release */,
  1747. );
  1748. defaultConfigurationIsVisible = 0;
  1749. defaultConfigurationName = Release;
  1750. };
  1751. A77F2C882231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetTests" */ = {
  1752. isa = XCConfigurationList;
  1753. buildConfigurations = (
  1754. A77F2C892231FB4A001BD3F6 /* Debug */,
  1755. A77F2C8A2231FB4A001BD3F6 /* Release */,
  1756. );
  1757. defaultConfigurationIsVisible = 0;
  1758. defaultConfigurationName = Release;
  1759. };
  1760. A77F2C8B2231FB4A001BD3F6 /* Build configuration list for PBXNativeTarget "RainbowPlanetUITests" */ = {
  1761. isa = XCConfigurationList;
  1762. buildConfigurations = (
  1763. A77F2C8C2231FB4A001BD3F6 /* Debug */,
  1764. A77F2C8D2231FB4A001BD3F6 /* Release */,
  1765. );
  1766. defaultConfigurationIsVisible = 0;
  1767. defaultConfigurationName = Release;
  1768. };
  1769. /* End XCConfigurationList section */
  1770. };
  1771. rootObject = A77F2C552231FB49001BD3F6 /* Project object */;
  1772. }