project.pbxproj 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2B3E96D298A3E04003DA2AD3 /* Pods_Asteria_NotificationServiceExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 51AF3B78609F55449DF09609 /* Pods_Asteria_NotificationServiceExtension.framework */; };
  10. 8172449F29F3B2ED005FA9C9 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8172449E29F3B2ED005FA9C9 /* AppDelegate.m */; };
  11. 817244AA29F3B2EE005FA9C9 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 817244A929F3B2EE005FA9C9 /* Assets.xcassets */; };
  12. 817244AD29F3B2EE005FA9C9 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 817244AB29F3B2EE005FA9C9 /* LaunchScreen.storyboard */; };
  13. 817244B029F3B2EE005FA9C9 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 817244AF29F3B2EE005FA9C9 /* main.m */; };
  14. 817244BE29F3B81C005FA9C9 /* NotificationService.m in Sources */ = {isa = PBXBuildFile; fileRef = 817244BD29F3B81C005FA9C9 /* NotificationService.m */; };
  15. 817244C229F3B81C005FA9C9 /* NotificationServiceExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  16. 81932E2B29F7539B007C37AF /* UIColor+AS.m in Sources */ = {isa = PBXBuildFile; fileRef = 81932E2A29F7539B007C37AF /* UIColor+AS.m */; };
  17. 819900222A020A6F006FE68C /* LYTools.m in Sources */ = {isa = PBXBuildFile; fileRef = 819900212A020A6F006FE68C /* LYTools.m */; };
  18. 81C3B44429F6612800D79294 /* ASBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B44329F6612800D79294 /* ASBaseViewController.m */; };
  19. 81C3B44729F664A500D79294 /* ASTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B44629F664A500D79294 /* ASTabBarController.m */; };
  20. 81C3B44A29F6661500D79294 /* ASBaseNavController.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B44929F6661500D79294 /* ASBaseNavController.m */; };
  21. 81C3B45529F66C1700D79294 /* UIView+PublicInit.m in Sources */ = {isa = PBXBuildFile; fileRef = 81C3B45429F66C1700D79294 /* UIView+PublicInit.m */; };
  22. 8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */; };
  23. 9A337E3A2A04EE1A00D058A5 /* Target_B.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A337E362A04EE1A00D058A5 /* Target_B.m */; };
  24. 9A337E3B2A04EE1A00D058A5 /* BViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A337E392A04EE1A00D058A5 /* BViewController.m */; };
  25. 9A337E4E2A04F46600D058A5 /* AViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A337E4D2A04F46600D058A5 /* AViewController.m */; };
  26. 9A788C442A08A663003E0025 /* Target_Goods.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A788C432A08A663003E0025 /* Target_Goods.m */; };
  27. 9AD3459E2A08D545005CA070 /* GoodsDetailSrcView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD3459D2A08D545005CA070 /* GoodsDetailSrcView.m */; };
  28. 9AD345A72A08D571005CA070 /* TYPageControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345A32A08D571005CA070 /* TYPageControl.m */; };
  29. 9AD345A82A08D571005CA070 /* TYCyclePagerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345A42A08D571005CA070 /* TYCyclePagerView.m */; };
  30. 9AD345A92A08D571005CA070 /* TYCyclePagerTransformLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345A52A08D571005CA070 /* TYCyclePagerTransformLayout.m */; };
  31. 9AD345AC2A08D59A005CA070 /* WKM_goodsBanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345AB2A08D59A005CA070 /* WKM_goodsBanner.m */; };
  32. 9AD345B12A08D5ED005CA070 /* GoodsBannerCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345AE2A08D5EB005CA070 /* GoodsBannerCollectionViewCell.m */; };
  33. 9AD345B22A08D5ED005CA070 /* GoodsVideoCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345B02A08D5ED005CA070 /* GoodsVideoCollectionViewCell.m */; };
  34. 9AD345F82A08D60F005CA070 /* ZFPlayerGestureControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345B62A08D60F005CA070 /* ZFPlayerGestureControl.m */; };
  35. 9AD345F92A08D60F005CA070 /* ZFPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345B72A08D60F005CA070 /* ZFPlayerController.m */; };
  36. 9AD345FA2A08D60F005CA070 /* ZFLandscapeWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345BA2A08D60F005CA070 /* ZFLandscapeWindow.m */; };
  37. 9AD345FB2A08D60F005CA070 /* ZFOrientationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345BD2A08D60F005CA070 /* ZFOrientationObserver.m */; };
  38. 9AD345FC2A08D60F005CA070 /* ZFPlayerLogManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345C02A08D60F005CA070 /* ZFPlayerLogManager.m */; };
  39. 9AD345FD2A08D60F005CA070 /* ZFPersentInteractiveTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345C22A08D60F005CA070 /* ZFPersentInteractiveTransition.m */; };
  40. 9AD345FE2A08D60F005CA070 /* UIScrollView+ZFPlayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345C42A08D60F005CA070 /* UIScrollView+ZFPlayer.m */; };
  41. 9AD345FF2A08D60F005CA070 /* ZFPlayerNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345C72A08D60F005CA070 /* ZFPlayerNotification.m */; };
  42. 9AD346002A08D60F005CA070 /* ZFPresentTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345C82A08D60F005CA070 /* ZFPresentTransition.m */; };
  43. 9AD346012A08D60F005CA070 /* ZFFloatView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345C92A08D60F005CA070 /* ZFFloatView.m */; };
  44. 9AD346022A08D60F005CA070 /* ZFPlayerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345CC2A08D60F005CA070 /* ZFPlayerView.m */; };
  45. 9AD346032A08D60F005CA070 /* ZFPortraitViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345CE2A08D60F005CA070 /* ZFPortraitViewController.m */; };
  46. 9AD346042A08D60F005CA070 /* ZFKVOController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345D12A08D60F005CA070 /* ZFKVOController.m */; };
  47. 9AD346052A08D60F005CA070 /* ZFLandscapeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345D22A08D60F005CA070 /* ZFLandscapeViewController.m */; };
  48. 9AD346062A08D60F005CA070 /* ZFReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345D52A08D60F005CA070 /* ZFReachabilityManager.m */; };
  49. 9AD346072A08D60F005CA070 /* UIViewController+ZFPlayerRotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345D72A08D60F005CA070 /* UIViewController+ZFPlayerRotation.m */; };
  50. 9AD346082A08D60F005CA070 /* ZFIJKPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345DA2A08D60F005CA070 /* ZFIJKPlayerManager.m */; };
  51. 9AD346092A08D60F005CA070 /* ZFAVPlayerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345DC2A08D60F005CA070 /* ZFAVPlayerManager.m */; };
  52. 9AD3460A2A08D60F005CA070 /* ZFUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345DF2A08D60F005CA070 /* ZFUtilities.m */; };
  53. 9AD3460B2A08D60F005CA070 /* UIView+ZFFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345E02A08D60F005CA070 /* UIView+ZFFrame.m */; };
  54. 9AD3460C2A08D60F005CA070 /* ZFVolumeBrightnessView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345E42A08D60F005CA070 /* ZFVolumeBrightnessView.m */; };
  55. 9AD3460D2A08D60F005CA070 /* ZFLandScapeControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345E72A08D60F005CA070 /* ZFLandScapeControlView.m */; };
  56. 9AD3460E2A08D60F005CA070 /* ZFNetworkSpeedMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345E82A08D60F005CA070 /* ZFNetworkSpeedMonitor.m */; };
  57. 9AD3460F2A08D60F005CA070 /* ZFPlayer.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 9AD345EB2A08D60F005CA070 /* ZFPlayer.bundle */; };
  58. 9AD346102A08D60F005CA070 /* ZFSliderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345EE2A08D60F005CA070 /* ZFSliderView.m */; };
  59. 9AD346112A08D60F005CA070 /* ZFPlayerControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345EF2A08D60F005CA070 /* ZFPlayerControlView.m */; };
  60. 9AD346122A08D60F005CA070 /* ZFSmallFloatControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345F02A08D60F005CA070 /* ZFSmallFloatControlView.m */; };
  61. 9AD346132A08D60F005CA070 /* ZFLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345F12A08D60F005CA070 /* ZFLoadingView.m */; };
  62. 9AD346142A08D60F005CA070 /* ZFSpeedLoadingView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345F22A08D60F005CA070 /* ZFSpeedLoadingView.m */; };
  63. 9AD346152A08D60F005CA070 /* ZFPortraitControlView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345F42A08D60F005CA070 /* ZFPortraitControlView.m */; };
  64. 9AD346162A08D60F005CA070 /* UIImageView+ZFCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD345F52A08D60F005CA070 /* UIImageView+ZFCache.m */; };
  65. 9AD346192A08D679005CA070 /* GoodsBannerModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD346182A08D679005CA070 /* GoodsBannerModel.m */; };
  66. 9AD3461D2A08D6F0005CA070 /* GoodsInformationM.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD3461C2A08D6EF005CA070 /* GoodsInformationM.m */; };
  67. 9AD346202A08E30E005CA070 /* SelectVCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD3461F2A08E30E005CA070 /* SelectVCollectionViewCell.m */; };
  68. 9AD364C62A05E73E00452C7A /* AS_GoodsDetailsC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD364C52A05E73E00452C7A /* AS_GoodsDetailsC.m */; };
  69. 9AD364D12A05EC7800452C7A /* AS_TabBarViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9AD364D02A05EC7800452C7A /* AS_TabBarViewController.m */; };
  70. /* End PBXBuildFile section */
  71. /* Begin PBXContainerItemProxy section */
  72. 817244C029F3B81C005FA9C9 /* PBXContainerItemProxy */ = {
  73. isa = PBXContainerItemProxy;
  74. containerPortal = 8172449229F3B2EC005FA9C9 /* Project object */;
  75. proxyType = 1;
  76. remoteGlobalIDString = 817244B929F3B81C005FA9C9;
  77. remoteInfo = NotificationServiceExtension;
  78. };
  79. /* End PBXContainerItemProxy section */
  80. /* Begin PBXCopyFilesBuildPhase section */
  81. 817244C329F3B81C005FA9C9 /* Embed Foundation Extensions */ = {
  82. isa = PBXCopyFilesBuildPhase;
  83. buildActionMask = 2147483647;
  84. dstPath = "";
  85. dstSubfolderSpec = 13;
  86. files = (
  87. 817244C229F3B81C005FA9C9 /* NotificationServiceExtension.appex in Embed Foundation Extensions */,
  88. );
  89. name = "Embed Foundation Extensions";
  90. runOnlyForDeploymentPostprocessing = 0;
  91. };
  92. /* End PBXCopyFilesBuildPhase section */
  93. /* Begin PBXFileReference section */
  94. 2A57FEE3AE67604607B5A6DE /* Pods-Asteria.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria.release.xcconfig"; path = "Target Support Files/Pods-Asteria/Pods-Asteria.release.xcconfig"; sourceTree = "<group>"; };
  95. 3757F38E691966CC4F482D46 /* Pods-Asteria-NotificationServiceExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria-NotificationServiceExtension.release.xcconfig"; path = "Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension.release.xcconfig"; sourceTree = "<group>"; };
  96. 3C97D3C0DD5DB3DCA3FF46B8 /* Pods-Asteria.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria.debug.xcconfig"; path = "Target Support Files/Pods-Asteria/Pods-Asteria.debug.xcconfig"; sourceTree = "<group>"; };
  97. 51AF3B78609F55449DF09609 /* Pods_Asteria_NotificationServiceExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Asteria_NotificationServiceExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  98. 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Asteria.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  99. 8172449A29F3B2ED005FA9C9 /* Asteria.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Asteria.app; sourceTree = BUILT_PRODUCTS_DIR; };
  100. 8172449D29F3B2ED005FA9C9 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  101. 8172449E29F3B2ED005FA9C9 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  102. 817244A929F3B2EE005FA9C9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  103. 817244AC29F3B2EE005FA9C9 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  104. 817244AE29F3B2EE005FA9C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  105. 817244AF29F3B2EE005FA9C9 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  106. 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = NotificationServiceExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  107. 817244BC29F3B81C005FA9C9 /* NotificationService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NotificationService.h; sourceTree = "<group>"; };
  108. 817244BD29F3B81C005FA9C9 /* NotificationService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NotificationService.m; sourceTree = "<group>"; };
  109. 817244BF29F3B81C005FA9C9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  110. 81932E2929F7539B007C37AF /* UIColor+AS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIColor+AS.h"; sourceTree = "<group>"; };
  111. 81932E2A29F7539B007C37AF /* UIColor+AS.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIColor+AS.m"; sourceTree = "<group>"; };
  112. 8199001E2A0206F7006FE68C /* SizeDefine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SizeDefine.h; sourceTree = "<group>"; };
  113. 819900202A020A6F006FE68C /* LYTools.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LYTools.h; sourceTree = "<group>"; };
  114. 819900212A020A6F006FE68C /* LYTools.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LYTools.m; sourceTree = "<group>"; };
  115. 81C3B44229F6612800D79294 /* ASBaseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASBaseViewController.h; sourceTree = "<group>"; };
  116. 81C3B44329F6612800D79294 /* ASBaseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASBaseViewController.m; sourceTree = "<group>"; };
  117. 81C3B44529F664A500D79294 /* ASTabBarController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASTabBarController.h; sourceTree = "<group>"; };
  118. 81C3B44629F664A500D79294 /* ASTabBarController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASTabBarController.m; sourceTree = "<group>"; };
  119. 81C3B44829F6661500D79294 /* ASBaseNavController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ASBaseNavController.h; sourceTree = "<group>"; };
  120. 81C3B44929F6661500D79294 /* ASBaseNavController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ASBaseNavController.m; sourceTree = "<group>"; };
  121. 81C3B44F29F6699900D79294 /* PreFixHeader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PreFixHeader.h; sourceTree = "<group>"; };
  122. 81C3B45029F669C900D79294 /* ColorDefine.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ColorDefine.h; sourceTree = "<group>"; };
  123. 81C3B45329F66C1700D79294 /* UIView+PublicInit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIView+PublicInit.h"; sourceTree = "<group>"; };
  124. 81C3B45429F66C1700D79294 /* UIView+PublicInit.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIView+PublicInit.m"; sourceTree = "<group>"; };
  125. 9A337E362A04EE1A00D058A5 /* Target_B.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Target_B.m; sourceTree = "<group>"; };
  126. 9A337E372A04EE1A00D058A5 /* Target_B.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Target_B.h; sourceTree = "<group>"; };
  127. 9A337E382A04EE1A00D058A5 /* BViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BViewController.h; sourceTree = "<group>"; };
  128. 9A337E392A04EE1A00D058A5 /* BViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BViewController.m; sourceTree = "<group>"; };
  129. 9A337E4C2A04F46600D058A5 /* AViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AViewController.h; sourceTree = "<group>"; };
  130. 9A337E4D2A04F46600D058A5 /* AViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AViewController.m; sourceTree = "<group>"; };
  131. 9A788C422A08A663003E0025 /* Target_Goods.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Target_Goods.h; sourceTree = "<group>"; };
  132. 9A788C432A08A663003E0025 /* Target_Goods.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Target_Goods.m; sourceTree = "<group>"; };
  133. 9AD3459C2A08D545005CA070 /* GoodsDetailSrcView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GoodsDetailSrcView.h; sourceTree = "<group>"; };
  134. 9AD3459D2A08D545005CA070 /* GoodsDetailSrcView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GoodsDetailSrcView.m; sourceTree = "<group>"; };
  135. 9AD345A12A08D571005CA070 /* TYCyclePagerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TYCyclePagerView.h; sourceTree = "<group>"; };
  136. 9AD345A22A08D571005CA070 /* TYCyclePagerTransformLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TYCyclePagerTransformLayout.h; sourceTree = "<group>"; };
  137. 9AD345A32A08D571005CA070 /* TYPageControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TYPageControl.m; sourceTree = "<group>"; };
  138. 9AD345A42A08D571005CA070 /* TYCyclePagerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TYCyclePagerView.m; sourceTree = "<group>"; };
  139. 9AD345A52A08D571005CA070 /* TYCyclePagerTransformLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TYCyclePagerTransformLayout.m; sourceTree = "<group>"; };
  140. 9AD345A62A08D571005CA070 /* TYPageControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TYPageControl.h; sourceTree = "<group>"; };
  141. 9AD345AA2A08D59A005CA070 /* WKM_goodsBanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKM_goodsBanner.h; sourceTree = "<group>"; };
  142. 9AD345AB2A08D59A005CA070 /* WKM_goodsBanner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WKM_goodsBanner.m; sourceTree = "<group>"; };
  143. 9AD345AD2A08D5EB005CA070 /* GoodsBannerCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoodsBannerCollectionViewCell.h; sourceTree = "<group>"; };
  144. 9AD345AE2A08D5EB005CA070 /* GoodsBannerCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoodsBannerCollectionViewCell.m; sourceTree = "<group>"; };
  145. 9AD345AF2A08D5EC005CA070 /* GoodsVideoCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoodsVideoCollectionViewCell.h; sourceTree = "<group>"; };
  146. 9AD345B02A08D5ED005CA070 /* GoodsVideoCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoodsVideoCollectionViewCell.m; sourceTree = "<group>"; };
  147. 9AD345B52A08D60F005CA070 /* ZFPlayerNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerNotification.h; sourceTree = "<group>"; };
  148. 9AD345B62A08D60F005CA070 /* ZFPlayerGestureControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPlayerGestureControl.m; sourceTree = "<group>"; };
  149. 9AD345B72A08D60F005CA070 /* ZFPlayerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPlayerController.m; sourceTree = "<group>"; };
  150. 9AD345B82A08D60F005CA070 /* ZFFloatView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFFloatView.h; sourceTree = "<group>"; };
  151. 9AD345B92A08D60F005CA070 /* ZFPresentTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPresentTransition.h; sourceTree = "<group>"; };
  152. 9AD345BA2A08D60F005CA070 /* ZFLandscapeWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFLandscapeWindow.m; sourceTree = "<group>"; };
  153. 9AD345BB2A08D60F005CA070 /* ZFKVOController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFKVOController.h; sourceTree = "<group>"; };
  154. 9AD345BC2A08D60F005CA070 /* ZFLandscapeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFLandscapeViewController.h; sourceTree = "<group>"; };
  155. 9AD345BD2A08D60F005CA070 /* ZFOrientationObserver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFOrientationObserver.m; sourceTree = "<group>"; };
  156. 9AD345BE2A08D60F005CA070 /* ZFPortraitViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPortraitViewController.h; sourceTree = "<group>"; };
  157. 9AD345BF2A08D60F005CA070 /* ZFPlayerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerView.h; sourceTree = "<group>"; };
  158. 9AD345C02A08D60F005CA070 /* ZFPlayerLogManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPlayerLogManager.m; sourceTree = "<group>"; };
  159. 9AD345C12A08D60F005CA070 /* ZFPlayerMediaPlayback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerMediaPlayback.h; sourceTree = "<group>"; };
  160. 9AD345C22A08D60F005CA070 /* ZFPersentInteractiveTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPersentInteractiveTransition.m; sourceTree = "<group>"; };
  161. 9AD345C32A08D60F005CA070 /* ZFReachabilityManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFReachabilityManager.h; sourceTree = "<group>"; };
  162. 9AD345C42A08D60F005CA070 /* UIScrollView+ZFPlayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+ZFPlayer.m"; sourceTree = "<group>"; };
  163. 9AD345C52A08D60F005CA070 /* ZFPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayer.h; sourceTree = "<group>"; };
  164. 9AD345C62A08D60F005CA070 /* ZFPlayerGestureControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerGestureControl.h; sourceTree = "<group>"; };
  165. 9AD345C72A08D60F005CA070 /* ZFPlayerNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPlayerNotification.m; sourceTree = "<group>"; };
  166. 9AD345C82A08D60F005CA070 /* ZFPresentTransition.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPresentTransition.m; sourceTree = "<group>"; };
  167. 9AD345C92A08D60F005CA070 /* ZFFloatView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFFloatView.m; sourceTree = "<group>"; };
  168. 9AD345CA2A08D60F005CA070 /* ZFPlayerMediaControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerMediaControl.h; sourceTree = "<group>"; };
  169. 9AD345CB2A08D60F005CA070 /* ZFPlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerController.h; sourceTree = "<group>"; };
  170. 9AD345CC2A08D60F005CA070 /* ZFPlayerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPlayerView.m; sourceTree = "<group>"; };
  171. 9AD345CD2A08D60F005CA070 /* ZFPlayerLogManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerLogManager.h; sourceTree = "<group>"; };
  172. 9AD345CE2A08D60F005CA070 /* ZFPortraitViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPortraitViewController.m; sourceTree = "<group>"; };
  173. 9AD345CF2A08D60F005CA070 /* ZFOrientationObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFOrientationObserver.h; sourceTree = "<group>"; };
  174. 9AD345D02A08D60F005CA070 /* ZFPlayerConst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerConst.h; sourceTree = "<group>"; };
  175. 9AD345D12A08D60F005CA070 /* ZFKVOController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFKVOController.m; sourceTree = "<group>"; };
  176. 9AD345D22A08D60F005CA070 /* ZFLandscapeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFLandscapeViewController.m; sourceTree = "<group>"; };
  177. 9AD345D32A08D60F005CA070 /* ZFLandscapeWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFLandscapeWindow.h; sourceTree = "<group>"; };
  178. 9AD345D42A08D60F005CA070 /* UIScrollView+ZFPlayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+ZFPlayer.h"; sourceTree = "<group>"; };
  179. 9AD345D52A08D60F005CA070 /* ZFReachabilityManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFReachabilityManager.m; sourceTree = "<group>"; };
  180. 9AD345D62A08D60F005CA070 /* ZFPersentInteractiveTransition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPersentInteractiveTransition.h; sourceTree = "<group>"; };
  181. 9AD345D72A08D60F005CA070 /* UIViewController+ZFPlayerRotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+ZFPlayerRotation.m"; sourceTree = "<group>"; };
  182. 9AD345D92A08D60F005CA070 /* ZFIJKPlayerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFIJKPlayerManager.h; sourceTree = "<group>"; };
  183. 9AD345DA2A08D60F005CA070 /* ZFIJKPlayerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFIJKPlayerManager.m; sourceTree = "<group>"; };
  184. 9AD345DC2A08D60F005CA070 /* ZFAVPlayerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFAVPlayerManager.m; sourceTree = "<group>"; };
  185. 9AD345DD2A08D60F005CA070 /* ZFAVPlayerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFAVPlayerManager.h; sourceTree = "<group>"; };
  186. 9AD345DF2A08D60F005CA070 /* ZFUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFUtilities.m; sourceTree = "<group>"; };
  187. 9AD345E02A08D60F005CA070 /* UIView+ZFFrame.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+ZFFrame.m"; sourceTree = "<group>"; };
  188. 9AD345E12A08D60F005CA070 /* ZFSmallFloatControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFSmallFloatControlView.h; sourceTree = "<group>"; };
  189. 9AD345E22A08D60F005CA070 /* ZFPlayerControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPlayerControlView.h; sourceTree = "<group>"; };
  190. 9AD345E32A08D60F005CA070 /* ZFSliderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFSliderView.h; sourceTree = "<group>"; };
  191. 9AD345E42A08D60F005CA070 /* ZFVolumeBrightnessView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFVolumeBrightnessView.m; sourceTree = "<group>"; };
  192. 9AD345E52A08D60F005CA070 /* ZFSpeedLoadingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFSpeedLoadingView.h; sourceTree = "<group>"; };
  193. 9AD345E62A08D60F005CA070 /* ZFLoadingView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFLoadingView.h; sourceTree = "<group>"; };
  194. 9AD345E72A08D60F005CA070 /* ZFLandScapeControlView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFLandScapeControlView.m; sourceTree = "<group>"; };
  195. 9AD345E82A08D60F005CA070 /* ZFNetworkSpeedMonitor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFNetworkSpeedMonitor.m; sourceTree = "<group>"; };
  196. 9AD345E92A08D60F005CA070 /* UIImageView+ZFCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+ZFCache.h"; sourceTree = "<group>"; };
  197. 9AD345EA2A08D60F005CA070 /* ZFPortraitControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFPortraitControlView.h; sourceTree = "<group>"; };
  198. 9AD345EB2A08D60F005CA070 /* ZFPlayer.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = ZFPlayer.bundle; sourceTree = "<group>"; };
  199. 9AD345EC2A08D60F005CA070 /* UIView+ZFFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+ZFFrame.h"; sourceTree = "<group>"; };
  200. 9AD345ED2A08D60F005CA070 /* ZFUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFUtilities.h; sourceTree = "<group>"; };
  201. 9AD345EE2A08D60F005CA070 /* ZFSliderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFSliderView.m; sourceTree = "<group>"; };
  202. 9AD345EF2A08D60F005CA070 /* ZFPlayerControlView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPlayerControlView.m; sourceTree = "<group>"; };
  203. 9AD345F02A08D60F005CA070 /* ZFSmallFloatControlView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFSmallFloatControlView.m; sourceTree = "<group>"; };
  204. 9AD345F12A08D60F005CA070 /* ZFLoadingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFLoadingView.m; sourceTree = "<group>"; };
  205. 9AD345F22A08D60F005CA070 /* ZFSpeedLoadingView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFSpeedLoadingView.m; sourceTree = "<group>"; };
  206. 9AD345F32A08D60F005CA070 /* ZFVolumeBrightnessView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFVolumeBrightnessView.h; sourceTree = "<group>"; };
  207. 9AD345F42A08D60F005CA070 /* ZFPortraitControlView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ZFPortraitControlView.m; sourceTree = "<group>"; };
  208. 9AD345F52A08D60F005CA070 /* UIImageView+ZFCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+ZFCache.m"; sourceTree = "<group>"; };
  209. 9AD345F62A08D60F005CA070 /* ZFNetworkSpeedMonitor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFNetworkSpeedMonitor.h; sourceTree = "<group>"; };
  210. 9AD345F72A08D60F005CA070 /* ZFLandScapeControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFLandScapeControlView.h; sourceTree = "<group>"; };
  211. 9AD346172A08D679005CA070 /* GoodsBannerModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoodsBannerModel.h; sourceTree = "<group>"; };
  212. 9AD346182A08D679005CA070 /* GoodsBannerModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoodsBannerModel.m; sourceTree = "<group>"; };
  213. 9AD3461B2A08D6EF005CA070 /* GoodsInformationM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GoodsInformationM.h; sourceTree = "<group>"; };
  214. 9AD3461C2A08D6EF005CA070 /* GoodsInformationM.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GoodsInformationM.m; sourceTree = "<group>"; };
  215. 9AD3461E2A08E30E005CA070 /* SelectVCollectionViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SelectVCollectionViewCell.h; sourceTree = "<group>"; };
  216. 9AD3461F2A08E30E005CA070 /* SelectVCollectionViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SelectVCollectionViewCell.m; sourceTree = "<group>"; };
  217. 9AD346212A08E828005CA070 /* ProjectConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ProjectConfig.h; sourceTree = "<group>"; };
  218. 9AD364C42A05E73E00452C7A /* AS_GoodsDetailsC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AS_GoodsDetailsC.h; sourceTree = "<group>"; };
  219. 9AD364C52A05E73E00452C7A /* AS_GoodsDetailsC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AS_GoodsDetailsC.m; sourceTree = "<group>"; };
  220. 9AD364CF2A05EC7800452C7A /* AS_TabBarViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AS_TabBarViewController.h; sourceTree = "<group>"; };
  221. 9AD364D02A05EC7800452C7A /* AS_TabBarViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AS_TabBarViewController.m; sourceTree = "<group>"; };
  222. F28014612B0095476AA5BC1B /* Pods-Asteria-NotificationServiceExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Asteria-NotificationServiceExtension.debug.xcconfig"; path = "Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension.debug.xcconfig"; sourceTree = "<group>"; };
  223. /* End PBXFileReference section */
  224. /* Begin PBXFrameworksBuildPhase section */
  225. 8172449729F3B2ED005FA9C9 /* Frameworks */ = {
  226. isa = PBXFrameworksBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. 8C24ECE114420CDEE7B9B22B /* Pods_Asteria.framework in Frameworks */,
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. 817244B729F3B81C005FA9C9 /* Frameworks */ = {
  234. isa = PBXFrameworksBuildPhase;
  235. buildActionMask = 2147483647;
  236. files = (
  237. 2B3E96D298A3E04003DA2AD3 /* Pods_Asteria_NotificationServiceExtension.framework in Frameworks */,
  238. );
  239. runOnlyForDeploymentPostprocessing = 0;
  240. };
  241. /* End PBXFrameworksBuildPhase section */
  242. /* Begin PBXGroup section */
  243. 5A5FFF81F369698EFECBFE81 /* Frameworks */ = {
  244. isa = PBXGroup;
  245. children = (
  246. 54DCE8001991D89B696E7D44 /* Pods_Asteria.framework */,
  247. 51AF3B78609F55449DF09609 /* Pods_Asteria_NotificationServiceExtension.framework */,
  248. );
  249. name = Frameworks;
  250. sourceTree = "<group>";
  251. };
  252. 8172449129F3B2EC005FA9C9 = {
  253. isa = PBXGroup;
  254. children = (
  255. 8172449C29F3B2ED005FA9C9 /* Asteria */,
  256. 817244BB29F3B81C005FA9C9 /* NotificationServiceExtension */,
  257. 8172449B29F3B2ED005FA9C9 /* Products */,
  258. AD6FCC75A25F3F751CF2E2EB /* Pods */,
  259. 5A5FFF81F369698EFECBFE81 /* Frameworks */,
  260. );
  261. sourceTree = "<group>";
  262. };
  263. 8172449B29F3B2ED005FA9C9 /* Products */ = {
  264. isa = PBXGroup;
  265. children = (
  266. 8172449A29F3B2ED005FA9C9 /* Asteria.app */,
  267. 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */,
  268. );
  269. name = Products;
  270. sourceTree = "<group>";
  271. };
  272. 8172449C29F3B2ED005FA9C9 /* Asteria */ = {
  273. isa = PBXGroup;
  274. children = (
  275. 81C3B44F29F6699900D79294 /* PreFixHeader.h */,
  276. 9AD364CE2A05EC4500452C7A /* Tabber */,
  277. 9AD364CD2A05EC2700452C7A /* Config */,
  278. 9AD364CC2A05EBE800452C7A /* Fuction */,
  279. 8199001F2A020A4F006FE68C /* Tools */,
  280. 81C3B44B29F6691300D79294 /* Extensions */,
  281. 8172449D29F3B2ED005FA9C9 /* AppDelegate.h */,
  282. 8172449E29F3B2ED005FA9C9 /* AppDelegate.m */,
  283. 81C3B44229F6612800D79294 /* ASBaseViewController.h */,
  284. 81C3B44329F6612800D79294 /* ASBaseViewController.m */,
  285. 81C3B44829F6661500D79294 /* ASBaseNavController.h */,
  286. 81C3B44929F6661500D79294 /* ASBaseNavController.m */,
  287. 81C3B44529F664A500D79294 /* ASTabBarController.h */,
  288. 81C3B44629F664A500D79294 /* ASTabBarController.m */,
  289. 817244A929F3B2EE005FA9C9 /* Assets.xcassets */,
  290. 817244AB29F3B2EE005FA9C9 /* LaunchScreen.storyboard */,
  291. 817244AE29F3B2EE005FA9C9 /* Info.plist */,
  292. 817244AF29F3B2EE005FA9C9 /* main.m */,
  293. );
  294. path = Asteria;
  295. sourceTree = "<group>";
  296. };
  297. 817244BB29F3B81C005FA9C9 /* NotificationServiceExtension */ = {
  298. isa = PBXGroup;
  299. children = (
  300. 817244BC29F3B81C005FA9C9 /* NotificationService.h */,
  301. 817244BD29F3B81C005FA9C9 /* NotificationService.m */,
  302. 817244BF29F3B81C005FA9C9 /* Info.plist */,
  303. );
  304. path = NotificationServiceExtension;
  305. sourceTree = "<group>";
  306. };
  307. 8199001F2A020A4F006FE68C /* Tools */ = {
  308. isa = PBXGroup;
  309. children = (
  310. 819900202A020A6F006FE68C /* LYTools.h */,
  311. 819900212A020A6F006FE68C /* LYTools.m */,
  312. );
  313. path = Tools;
  314. sourceTree = "<group>";
  315. };
  316. 81C3B44B29F6691300D79294 /* Extensions */ = {
  317. isa = PBXGroup;
  318. children = (
  319. 81C3B45329F66C1700D79294 /* UIView+PublicInit.h */,
  320. 81C3B45429F66C1700D79294 /* UIView+PublicInit.m */,
  321. 81932E2929F7539B007C37AF /* UIColor+AS.h */,
  322. 81932E2A29F7539B007C37AF /* UIColor+AS.m */,
  323. );
  324. path = Extensions;
  325. sourceTree = "<group>";
  326. };
  327. 9A337E342A04EE1A00D058A5 /* BViewController */ = {
  328. isa = PBXGroup;
  329. children = (
  330. 9A337E352A04EE1A00D058A5 /* Tatgets */,
  331. 9A337E382A04EE1A00D058A5 /* BViewController.h */,
  332. 9A337E392A04EE1A00D058A5 /* BViewController.m */,
  333. );
  334. path = BViewController;
  335. sourceTree = "<group>";
  336. };
  337. 9A337E352A04EE1A00D058A5 /* Tatgets */ = {
  338. isa = PBXGroup;
  339. children = (
  340. 9A337E362A04EE1A00D058A5 /* Target_B.m */,
  341. 9A337E372A04EE1A00D058A5 /* Target_B.h */,
  342. );
  343. path = Tatgets;
  344. sourceTree = "<group>";
  345. };
  346. 9A337E4B2A04F42500D058A5 /* AMoule */ = {
  347. isa = PBXGroup;
  348. children = (
  349. 9A337E4C2A04F46600D058A5 /* AViewController.h */,
  350. 9A337E4D2A04F46600D058A5 /* AViewController.m */,
  351. );
  352. path = AMoule;
  353. sourceTree = "<group>";
  354. };
  355. 9A337E4F2A04FA0A00D058A5 /* Goods */ = {
  356. isa = PBXGroup;
  357. children = (
  358. 9AD364C82A05E77200452C7A /* M */,
  359. 9AD364C72A05E76D00452C7A /* V */,
  360. 9AD364C32A05E71000452C7A /* VC */,
  361. 9AD364BF2A05E68400452C7A /* Target */,
  362. );
  363. path = Goods;
  364. sourceTree = "<group>";
  365. };
  366. 9AD3459F2A08D55D005CA070 /* Banner */ = {
  367. isa = PBXGroup;
  368. children = (
  369. 9AD3461E2A08E30E005CA070 /* SelectVCollectionViewCell.h */,
  370. 9AD3461F2A08E30E005CA070 /* SelectVCollectionViewCell.m */,
  371. 9AD3461A2A08D692005CA070 /* M */,
  372. 9AD345AA2A08D59A005CA070 /* WKM_goodsBanner.h */,
  373. 9AD345AB2A08D59A005CA070 /* WKM_goodsBanner.m */,
  374. 9AD345AD2A08D5EB005CA070 /* GoodsBannerCollectionViewCell.h */,
  375. 9AD345AE2A08D5EB005CA070 /* GoodsBannerCollectionViewCell.m */,
  376. 9AD345AF2A08D5EC005CA070 /* GoodsVideoCollectionViewCell.h */,
  377. 9AD345B02A08D5ED005CA070 /* GoodsVideoCollectionViewCell.m */,
  378. 9AD345B32A08D60F005CA070 /* ZFPlayer */,
  379. 9AD345A02A08D571005CA070 /* TYCyclePagerView */,
  380. );
  381. path = Banner;
  382. sourceTree = "<group>";
  383. };
  384. 9AD345A02A08D571005CA070 /* TYCyclePagerView */ = {
  385. isa = PBXGroup;
  386. children = (
  387. 9AD345A22A08D571005CA070 /* TYCyclePagerTransformLayout.h */,
  388. 9AD345A52A08D571005CA070 /* TYCyclePagerTransformLayout.m */,
  389. 9AD345A12A08D571005CA070 /* TYCyclePagerView.h */,
  390. 9AD345A42A08D571005CA070 /* TYCyclePagerView.m */,
  391. 9AD345A62A08D571005CA070 /* TYPageControl.h */,
  392. 9AD345A32A08D571005CA070 /* TYPageControl.m */,
  393. );
  394. path = TYCyclePagerView;
  395. sourceTree = "<group>";
  396. };
  397. 9AD345B32A08D60F005CA070 /* ZFPlayer */ = {
  398. isa = PBXGroup;
  399. children = (
  400. 9AD345B42A08D60F005CA070 /* Core */,
  401. 9AD345D82A08D60F005CA070 /* ijkplayer */,
  402. 9AD345DB2A08D60F005CA070 /* AVPlayer */,
  403. 9AD345DE2A08D60F005CA070 /* ControlView */,
  404. );
  405. path = ZFPlayer;
  406. sourceTree = "<group>";
  407. };
  408. 9AD345B42A08D60F005CA070 /* Core */ = {
  409. isa = PBXGroup;
  410. children = (
  411. 9AD345B52A08D60F005CA070 /* ZFPlayerNotification.h */,
  412. 9AD345B62A08D60F005CA070 /* ZFPlayerGestureControl.m */,
  413. 9AD345B72A08D60F005CA070 /* ZFPlayerController.m */,
  414. 9AD345B82A08D60F005CA070 /* ZFFloatView.h */,
  415. 9AD345B92A08D60F005CA070 /* ZFPresentTransition.h */,
  416. 9AD345BA2A08D60F005CA070 /* ZFLandscapeWindow.m */,
  417. 9AD345BB2A08D60F005CA070 /* ZFKVOController.h */,
  418. 9AD345BC2A08D60F005CA070 /* ZFLandscapeViewController.h */,
  419. 9AD345BD2A08D60F005CA070 /* ZFOrientationObserver.m */,
  420. 9AD345BE2A08D60F005CA070 /* ZFPortraitViewController.h */,
  421. 9AD345BF2A08D60F005CA070 /* ZFPlayerView.h */,
  422. 9AD345C02A08D60F005CA070 /* ZFPlayerLogManager.m */,
  423. 9AD345C12A08D60F005CA070 /* ZFPlayerMediaPlayback.h */,
  424. 9AD345C22A08D60F005CA070 /* ZFPersentInteractiveTransition.m */,
  425. 9AD345C32A08D60F005CA070 /* ZFReachabilityManager.h */,
  426. 9AD345C42A08D60F005CA070 /* UIScrollView+ZFPlayer.m */,
  427. 9AD345C52A08D60F005CA070 /* ZFPlayer.h */,
  428. 9AD345C62A08D60F005CA070 /* ZFPlayerGestureControl.h */,
  429. 9AD345C72A08D60F005CA070 /* ZFPlayerNotification.m */,
  430. 9AD345C82A08D60F005CA070 /* ZFPresentTransition.m */,
  431. 9AD345C92A08D60F005CA070 /* ZFFloatView.m */,
  432. 9AD345CA2A08D60F005CA070 /* ZFPlayerMediaControl.h */,
  433. 9AD345CB2A08D60F005CA070 /* ZFPlayerController.h */,
  434. 9AD345CC2A08D60F005CA070 /* ZFPlayerView.m */,
  435. 9AD345CD2A08D60F005CA070 /* ZFPlayerLogManager.h */,
  436. 9AD345CE2A08D60F005CA070 /* ZFPortraitViewController.m */,
  437. 9AD345CF2A08D60F005CA070 /* ZFOrientationObserver.h */,
  438. 9AD345D02A08D60F005CA070 /* ZFPlayerConst.h */,
  439. 9AD345D12A08D60F005CA070 /* ZFKVOController.m */,
  440. 9AD345D22A08D60F005CA070 /* ZFLandscapeViewController.m */,
  441. 9AD345D32A08D60F005CA070 /* ZFLandscapeWindow.h */,
  442. 9AD345D42A08D60F005CA070 /* UIScrollView+ZFPlayer.h */,
  443. 9AD345D52A08D60F005CA070 /* ZFReachabilityManager.m */,
  444. 9AD345D62A08D60F005CA070 /* ZFPersentInteractiveTransition.h */,
  445. 9AD345D72A08D60F005CA070 /* UIViewController+ZFPlayerRotation.m */,
  446. );
  447. path = Core;
  448. sourceTree = "<group>";
  449. };
  450. 9AD345D82A08D60F005CA070 /* ijkplayer */ = {
  451. isa = PBXGroup;
  452. children = (
  453. 9AD345D92A08D60F005CA070 /* ZFIJKPlayerManager.h */,
  454. 9AD345DA2A08D60F005CA070 /* ZFIJKPlayerManager.m */,
  455. );
  456. path = ijkplayer;
  457. sourceTree = "<group>";
  458. };
  459. 9AD345DB2A08D60F005CA070 /* AVPlayer */ = {
  460. isa = PBXGroup;
  461. children = (
  462. 9AD345DC2A08D60F005CA070 /* ZFAVPlayerManager.m */,
  463. 9AD345DD2A08D60F005CA070 /* ZFAVPlayerManager.h */,
  464. );
  465. path = AVPlayer;
  466. sourceTree = "<group>";
  467. };
  468. 9AD345DE2A08D60F005CA070 /* ControlView */ = {
  469. isa = PBXGroup;
  470. children = (
  471. 9AD345DF2A08D60F005CA070 /* ZFUtilities.m */,
  472. 9AD345E02A08D60F005CA070 /* UIView+ZFFrame.m */,
  473. 9AD345E12A08D60F005CA070 /* ZFSmallFloatControlView.h */,
  474. 9AD345E22A08D60F005CA070 /* ZFPlayerControlView.h */,
  475. 9AD345E32A08D60F005CA070 /* ZFSliderView.h */,
  476. 9AD345E42A08D60F005CA070 /* ZFVolumeBrightnessView.m */,
  477. 9AD345E52A08D60F005CA070 /* ZFSpeedLoadingView.h */,
  478. 9AD345E62A08D60F005CA070 /* ZFLoadingView.h */,
  479. 9AD345E72A08D60F005CA070 /* ZFLandScapeControlView.m */,
  480. 9AD345E82A08D60F005CA070 /* ZFNetworkSpeedMonitor.m */,
  481. 9AD345E92A08D60F005CA070 /* UIImageView+ZFCache.h */,
  482. 9AD345EA2A08D60F005CA070 /* ZFPortraitControlView.h */,
  483. 9AD345EB2A08D60F005CA070 /* ZFPlayer.bundle */,
  484. 9AD345EC2A08D60F005CA070 /* UIView+ZFFrame.h */,
  485. 9AD345ED2A08D60F005CA070 /* ZFUtilities.h */,
  486. 9AD345EE2A08D60F005CA070 /* ZFSliderView.m */,
  487. 9AD345EF2A08D60F005CA070 /* ZFPlayerControlView.m */,
  488. 9AD345F02A08D60F005CA070 /* ZFSmallFloatControlView.m */,
  489. 9AD345F12A08D60F005CA070 /* ZFLoadingView.m */,
  490. 9AD345F22A08D60F005CA070 /* ZFSpeedLoadingView.m */,
  491. 9AD345F32A08D60F005CA070 /* ZFVolumeBrightnessView.h */,
  492. 9AD345F42A08D60F005CA070 /* ZFPortraitControlView.m */,
  493. 9AD345F52A08D60F005CA070 /* UIImageView+ZFCache.m */,
  494. 9AD345F62A08D60F005CA070 /* ZFNetworkSpeedMonitor.h */,
  495. 9AD345F72A08D60F005CA070 /* ZFLandScapeControlView.h */,
  496. );
  497. path = ControlView;
  498. sourceTree = "<group>";
  499. };
  500. 9AD3461A2A08D692005CA070 /* M */ = {
  501. isa = PBXGroup;
  502. children = (
  503. 9AD346172A08D679005CA070 /* GoodsBannerModel.h */,
  504. 9AD346182A08D679005CA070 /* GoodsBannerModel.m */,
  505. );
  506. path = M;
  507. sourceTree = "<group>";
  508. };
  509. 9AD364BF2A05E68400452C7A /* Target */ = {
  510. isa = PBXGroup;
  511. children = (
  512. 9A788C422A08A663003E0025 /* Target_Goods.h */,
  513. 9A788C432A08A663003E0025 /* Target_Goods.m */,
  514. );
  515. path = Target;
  516. sourceTree = "<group>";
  517. };
  518. 9AD364C32A05E71000452C7A /* VC */ = {
  519. isa = PBXGroup;
  520. children = (
  521. 9AD364C42A05E73E00452C7A /* AS_GoodsDetailsC.h */,
  522. 9AD364C52A05E73E00452C7A /* AS_GoodsDetailsC.m */,
  523. );
  524. path = VC;
  525. sourceTree = "<group>";
  526. };
  527. 9AD364C72A05E76D00452C7A /* V */ = {
  528. isa = PBXGroup;
  529. children = (
  530. 9AD3459F2A08D55D005CA070 /* Banner */,
  531. 9AD3459C2A08D545005CA070 /* GoodsDetailSrcView.h */,
  532. 9AD3459D2A08D545005CA070 /* GoodsDetailSrcView.m */,
  533. );
  534. path = V;
  535. sourceTree = "<group>";
  536. };
  537. 9AD364C82A05E77200452C7A /* M */ = {
  538. isa = PBXGroup;
  539. children = (
  540. 9AD3461B2A08D6EF005CA070 /* GoodsInformationM.h */,
  541. 9AD3461C2A08D6EF005CA070 /* GoodsInformationM.m */,
  542. );
  543. path = M;
  544. sourceTree = "<group>";
  545. };
  546. 9AD364CC2A05EBE800452C7A /* Fuction */ = {
  547. isa = PBXGroup;
  548. children = (
  549. 9A337E4F2A04FA0A00D058A5 /* Goods */,
  550. 9A337E4B2A04F42500D058A5 /* AMoule */,
  551. 9A337E342A04EE1A00D058A5 /* BViewController */,
  552. );
  553. path = Fuction;
  554. sourceTree = "<group>";
  555. };
  556. 9AD364CD2A05EC2700452C7A /* Config */ = {
  557. isa = PBXGroup;
  558. children = (
  559. 81C3B45029F669C900D79294 /* ColorDefine.h */,
  560. 9AD346212A08E828005CA070 /* ProjectConfig.h */,
  561. 8199001E2A0206F7006FE68C /* SizeDefine.h */,
  562. );
  563. path = Config;
  564. sourceTree = "<group>";
  565. };
  566. 9AD364CE2A05EC4500452C7A /* Tabber */ = {
  567. isa = PBXGroup;
  568. children = (
  569. 9AD364CF2A05EC7800452C7A /* AS_TabBarViewController.h */,
  570. 9AD364D02A05EC7800452C7A /* AS_TabBarViewController.m */,
  571. );
  572. path = Tabber;
  573. sourceTree = "<group>";
  574. };
  575. AD6FCC75A25F3F751CF2E2EB /* Pods */ = {
  576. isa = PBXGroup;
  577. children = (
  578. 3C97D3C0DD5DB3DCA3FF46B8 /* Pods-Asteria.debug.xcconfig */,
  579. 2A57FEE3AE67604607B5A6DE /* Pods-Asteria.release.xcconfig */,
  580. F28014612B0095476AA5BC1B /* Pods-Asteria-NotificationServiceExtension.debug.xcconfig */,
  581. 3757F38E691966CC4F482D46 /* Pods-Asteria-NotificationServiceExtension.release.xcconfig */,
  582. );
  583. path = Pods;
  584. sourceTree = "<group>";
  585. };
  586. /* End PBXGroup section */
  587. /* Begin PBXNativeTarget section */
  588. 8172449929F3B2ED005FA9C9 /* Asteria */ = {
  589. isa = PBXNativeTarget;
  590. buildConfigurationList = 817244B329F3B2EE005FA9C9 /* Build configuration list for PBXNativeTarget "Asteria" */;
  591. buildPhases = (
  592. 99A0BC3099EF658C7572EE53 /* [CP] Check Pods Manifest.lock */,
  593. 8172449629F3B2ED005FA9C9 /* Sources */,
  594. 8172449729F3B2ED005FA9C9 /* Frameworks */,
  595. 8172449829F3B2ED005FA9C9 /* Resources */,
  596. 817244C329F3B81C005FA9C9 /* Embed Foundation Extensions */,
  597. 3B92BBFD060A2570947ECE79 /* [CP] Embed Pods Frameworks */,
  598. 98D74E56EC226FF60623E369 /* [CP] Copy Pods Resources */,
  599. );
  600. buildRules = (
  601. );
  602. dependencies = (
  603. 817244C129F3B81C005FA9C9 /* PBXTargetDependency */,
  604. );
  605. name = Asteria;
  606. productName = Asteria;
  607. productReference = 8172449A29F3B2ED005FA9C9 /* Asteria.app */;
  608. productType = "com.apple.product-type.application";
  609. };
  610. 817244B929F3B81C005FA9C9 /* NotificationServiceExtension */ = {
  611. isa = PBXNativeTarget;
  612. buildConfigurationList = 817244C629F3B81C005FA9C9 /* Build configuration list for PBXNativeTarget "NotificationServiceExtension" */;
  613. buildPhases = (
  614. 3E1D2F88A7C35F41F9DF89B3 /* [CP] Check Pods Manifest.lock */,
  615. 817244B629F3B81C005FA9C9 /* Sources */,
  616. 817244B729F3B81C005FA9C9 /* Frameworks */,
  617. 817244B829F3B81C005FA9C9 /* Resources */,
  618. 19CF3293FFA4BAF08C679C6D /* [CP] Copy Pods Resources */,
  619. );
  620. buildRules = (
  621. );
  622. dependencies = (
  623. );
  624. name = NotificationServiceExtension;
  625. productName = NotificationServiceExtension;
  626. productReference = 817244BA29F3B81C005FA9C9 /* NotificationServiceExtension.appex */;
  627. productType = "com.apple.product-type.app-extension";
  628. };
  629. /* End PBXNativeTarget section */
  630. /* Begin PBXProject section */
  631. 8172449229F3B2EC005FA9C9 /* Project object */ = {
  632. isa = PBXProject;
  633. attributes = {
  634. BuildIndependentTargetsInParallel = 1;
  635. LastUpgradeCheck = 1420;
  636. TargetAttributes = {
  637. 8172449929F3B2ED005FA9C9 = {
  638. CreatedOnToolsVersion = 14.2;
  639. };
  640. 817244B929F3B81C005FA9C9 = {
  641. CreatedOnToolsVersion = 14.2;
  642. };
  643. };
  644. };
  645. buildConfigurationList = 8172449529F3B2EC005FA9C9 /* Build configuration list for PBXProject "Asteria" */;
  646. compatibilityVersion = "Xcode 13.0";
  647. developmentRegion = en;
  648. hasScannedForEncodings = 0;
  649. knownRegions = (
  650. en,
  651. Base,
  652. );
  653. mainGroup = 8172449129F3B2EC005FA9C9;
  654. productRefGroup = 8172449B29F3B2ED005FA9C9 /* Products */;
  655. projectDirPath = "";
  656. projectRoot = "";
  657. targets = (
  658. 8172449929F3B2ED005FA9C9 /* Asteria */,
  659. 817244B929F3B81C005FA9C9 /* NotificationServiceExtension */,
  660. );
  661. };
  662. /* End PBXProject section */
  663. /* Begin PBXResourcesBuildPhase section */
  664. 8172449829F3B2ED005FA9C9 /* Resources */ = {
  665. isa = PBXResourcesBuildPhase;
  666. buildActionMask = 2147483647;
  667. files = (
  668. 817244AD29F3B2EE005FA9C9 /* LaunchScreen.storyboard in Resources */,
  669. 9AD3460F2A08D60F005CA070 /* ZFPlayer.bundle in Resources */,
  670. 817244AA29F3B2EE005FA9C9 /* Assets.xcassets in Resources */,
  671. );
  672. runOnlyForDeploymentPostprocessing = 0;
  673. };
  674. 817244B829F3B81C005FA9C9 /* Resources */ = {
  675. isa = PBXResourcesBuildPhase;
  676. buildActionMask = 2147483647;
  677. files = (
  678. );
  679. runOnlyForDeploymentPostprocessing = 0;
  680. };
  681. /* End PBXResourcesBuildPhase section */
  682. /* Begin PBXShellScriptBuildPhase section */
  683. 19CF3293FFA4BAF08C679C6D /* [CP] Copy Pods Resources */ = {
  684. isa = PBXShellScriptBuildPhase;
  685. buildActionMask = 2147483647;
  686. files = (
  687. );
  688. inputFileListPaths = (
  689. "${PODS_ROOT}/Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension-resources-${CONFIGURATION}-input-files.xcfilelist",
  690. );
  691. name = "[CP] Copy Pods Resources";
  692. outputFileListPaths = (
  693. "${PODS_ROOT}/Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension-resources-${CONFIGURATION}-output-files.xcfilelist",
  694. );
  695. runOnlyForDeploymentPostprocessing = 0;
  696. shellPath = /bin/sh;
  697. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Asteria-NotificationServiceExtension/Pods-Asteria-NotificationServiceExtension-resources.sh\"\n";
  698. showEnvVarsInLog = 0;
  699. };
  700. 3B92BBFD060A2570947ECE79 /* [CP] Embed Pods Frameworks */ = {
  701. isa = PBXShellScriptBuildPhase;
  702. buildActionMask = 2147483647;
  703. files = (
  704. );
  705. inputFileListPaths = (
  706. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  707. );
  708. name = "[CP] Embed Pods Frameworks";
  709. outputFileListPaths = (
  710. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  711. );
  712. runOnlyForDeploymentPostprocessing = 0;
  713. shellPath = /bin/sh;
  714. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-frameworks.sh\"\n";
  715. showEnvVarsInLog = 0;
  716. };
  717. 3E1D2F88A7C35F41F9DF89B3 /* [CP] Check Pods Manifest.lock */ = {
  718. isa = PBXShellScriptBuildPhase;
  719. buildActionMask = 2147483647;
  720. files = (
  721. );
  722. inputFileListPaths = (
  723. );
  724. inputPaths = (
  725. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  726. "${PODS_ROOT}/Manifest.lock",
  727. );
  728. name = "[CP] Check Pods Manifest.lock";
  729. outputFileListPaths = (
  730. );
  731. outputPaths = (
  732. "$(DERIVED_FILE_DIR)/Pods-Asteria-NotificationServiceExtension-checkManifestLockResult.txt",
  733. );
  734. runOnlyForDeploymentPostprocessing = 0;
  735. shellPath = /bin/sh;
  736. 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";
  737. showEnvVarsInLog = 0;
  738. };
  739. 98D74E56EC226FF60623E369 /* [CP] Copy Pods Resources */ = {
  740. isa = PBXShellScriptBuildPhase;
  741. buildActionMask = 2147483647;
  742. files = (
  743. );
  744. inputFileListPaths = (
  745. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-resources-${CONFIGURATION}-input-files.xcfilelist",
  746. );
  747. name = "[CP] Copy Pods Resources";
  748. outputFileListPaths = (
  749. "${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-resources-${CONFIGURATION}-output-files.xcfilelist",
  750. );
  751. runOnlyForDeploymentPostprocessing = 0;
  752. shellPath = /bin/sh;
  753. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Asteria/Pods-Asteria-resources.sh\"\n";
  754. showEnvVarsInLog = 0;
  755. };
  756. 99A0BC3099EF658C7572EE53 /* [CP] Check Pods Manifest.lock */ = {
  757. isa = PBXShellScriptBuildPhase;
  758. buildActionMask = 2147483647;
  759. files = (
  760. );
  761. inputFileListPaths = (
  762. );
  763. inputPaths = (
  764. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  765. "${PODS_ROOT}/Manifest.lock",
  766. );
  767. name = "[CP] Check Pods Manifest.lock";
  768. outputFileListPaths = (
  769. );
  770. outputPaths = (
  771. "$(DERIVED_FILE_DIR)/Pods-Asteria-checkManifestLockResult.txt",
  772. );
  773. runOnlyForDeploymentPostprocessing = 0;
  774. shellPath = /bin/sh;
  775. 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";
  776. showEnvVarsInLog = 0;
  777. };
  778. /* End PBXShellScriptBuildPhase section */
  779. /* Begin PBXSourcesBuildPhase section */
  780. 8172449629F3B2ED005FA9C9 /* Sources */ = {
  781. isa = PBXSourcesBuildPhase;
  782. buildActionMask = 2147483647;
  783. files = (
  784. 9AD345F82A08D60F005CA070 /* ZFPlayerGestureControl.m in Sources */,
  785. 9AD345FA2A08D60F005CA070 /* ZFLandscapeWindow.m in Sources */,
  786. 9AD346042A08D60F005CA070 /* ZFKVOController.m in Sources */,
  787. 9AD346132A08D60F005CA070 /* ZFLoadingView.m in Sources */,
  788. 8172449F29F3B2ED005FA9C9 /* AppDelegate.m in Sources */,
  789. 817244B029F3B2EE005FA9C9 /* main.m in Sources */,
  790. 9AD346102A08D60F005CA070 /* ZFSliderView.m in Sources */,
  791. 9A337E4E2A04F46600D058A5 /* AViewController.m in Sources */,
  792. 9AD346112A08D60F005CA070 /* ZFPlayerControlView.m in Sources */,
  793. 9AD345B12A08D5ED005CA070 /* GoodsBannerCollectionViewCell.m in Sources */,
  794. 9AD345B22A08D5ED005CA070 /* GoodsVideoCollectionViewCell.m in Sources */,
  795. 819900222A020A6F006FE68C /* LYTools.m in Sources */,
  796. 9AD346012A08D60F005CA070 /* ZFFloatView.m in Sources */,
  797. 9AD345F92A08D60F005CA070 /* ZFPlayerController.m in Sources */,
  798. 9AD345AC2A08D59A005CA070 /* WKM_goodsBanner.m in Sources */,
  799. 9AD346002A08D60F005CA070 /* ZFPresentTransition.m in Sources */,
  800. 9A337E3B2A04EE1A00D058A5 /* BViewController.m in Sources */,
  801. 9AD345A72A08D571005CA070 /* TYPageControl.m in Sources */,
  802. 9AD364D12A05EC7800452C7A /* AS_TabBarViewController.m in Sources */,
  803. 9AD345FB2A08D60F005CA070 /* ZFOrientationObserver.m in Sources */,
  804. 9AD346192A08D679005CA070 /* GoodsBannerModel.m in Sources */,
  805. 9AD346082A08D60F005CA070 /* ZFIJKPlayerManager.m in Sources */,
  806. 9AD3459E2A08D545005CA070 /* GoodsDetailSrcView.m in Sources */,
  807. 9AD346022A08D60F005CA070 /* ZFPlayerView.m in Sources */,
  808. 81C3B44429F6612800D79294 /* ASBaseViewController.m in Sources */,
  809. 81C3B44A29F6661500D79294 /* ASBaseNavController.m in Sources */,
  810. 81C3B44729F664A500D79294 /* ASTabBarController.m in Sources */,
  811. 9AD3460C2A08D60F005CA070 /* ZFVolumeBrightnessView.m in Sources */,
  812. 9AD346072A08D60F005CA070 /* UIViewController+ZFPlayerRotation.m in Sources */,
  813. 9AD346142A08D60F005CA070 /* ZFSpeedLoadingView.m in Sources */,
  814. 9AD346062A08D60F005CA070 /* ZFReachabilityManager.m in Sources */,
  815. 9AD345FE2A08D60F005CA070 /* UIScrollView+ZFPlayer.m in Sources */,
  816. 9A788C442A08A663003E0025 /* Target_Goods.m in Sources */,
  817. 9AD3461D2A08D6F0005CA070 /* GoodsInformationM.m in Sources */,
  818. 9AD345A82A08D571005CA070 /* TYCyclePagerView.m in Sources */,
  819. 9AD346202A08E30E005CA070 /* SelectVCollectionViewCell.m in Sources */,
  820. 9AD3460A2A08D60F005CA070 /* ZFUtilities.m in Sources */,
  821. 9A337E3A2A04EE1A00D058A5 /* Target_B.m in Sources */,
  822. 9AD345FF2A08D60F005CA070 /* ZFPlayerNotification.m in Sources */,
  823. 9AD346092A08D60F005CA070 /* ZFAVPlayerManager.m in Sources */,
  824. 9AD346122A08D60F005CA070 /* ZFSmallFloatControlView.m in Sources */,
  825. 9AD3460E2A08D60F005CA070 /* ZFNetworkSpeedMonitor.m in Sources */,
  826. 9AD346052A08D60F005CA070 /* ZFLandscapeViewController.m in Sources */,
  827. 9AD346032A08D60F005CA070 /* ZFPortraitViewController.m in Sources */,
  828. 9AD3460D2A08D60F005CA070 /* ZFLandScapeControlView.m in Sources */,
  829. 9AD364C62A05E73E00452C7A /* AS_GoodsDetailsC.m in Sources */,
  830. 9AD3460B2A08D60F005CA070 /* UIView+ZFFrame.m in Sources */,
  831. 81C3B45529F66C1700D79294 /* UIView+PublicInit.m in Sources */,
  832. 9AD345FD2A08D60F005CA070 /* ZFPersentInteractiveTransition.m in Sources */,
  833. 9AD345FC2A08D60F005CA070 /* ZFPlayerLogManager.m in Sources */,
  834. 9AD346162A08D60F005CA070 /* UIImageView+ZFCache.m in Sources */,
  835. 9AD345A92A08D571005CA070 /* TYCyclePagerTransformLayout.m in Sources */,
  836. 81932E2B29F7539B007C37AF /* UIColor+AS.m in Sources */,
  837. 9AD346152A08D60F005CA070 /* ZFPortraitControlView.m in Sources */,
  838. );
  839. runOnlyForDeploymentPostprocessing = 0;
  840. };
  841. 817244B629F3B81C005FA9C9 /* Sources */ = {
  842. isa = PBXSourcesBuildPhase;
  843. buildActionMask = 2147483647;
  844. files = (
  845. 817244BE29F3B81C005FA9C9 /* NotificationService.m in Sources */,
  846. );
  847. runOnlyForDeploymentPostprocessing = 0;
  848. };
  849. /* End PBXSourcesBuildPhase section */
  850. /* Begin PBXTargetDependency section */
  851. 817244C129F3B81C005FA9C9 /* PBXTargetDependency */ = {
  852. isa = PBXTargetDependency;
  853. target = 817244B929F3B81C005FA9C9 /* NotificationServiceExtension */;
  854. targetProxy = 817244C029F3B81C005FA9C9 /* PBXContainerItemProxy */;
  855. };
  856. /* End PBXTargetDependency section */
  857. /* Begin PBXVariantGroup section */
  858. 817244AB29F3B2EE005FA9C9 /* LaunchScreen.storyboard */ = {
  859. isa = PBXVariantGroup;
  860. children = (
  861. 817244AC29F3B2EE005FA9C9 /* Base */,
  862. );
  863. name = LaunchScreen.storyboard;
  864. sourceTree = "<group>";
  865. };
  866. /* End PBXVariantGroup section */
  867. /* Begin XCBuildConfiguration section */
  868. 817244B129F3B2EE005FA9C9 /* Debug */ = {
  869. isa = XCBuildConfiguration;
  870. buildSettings = {
  871. ALWAYS_SEARCH_USER_PATHS = NO;
  872. CLANG_ANALYZER_NONNULL = YES;
  873. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  874. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  875. CLANG_ENABLE_MODULES = YES;
  876. CLANG_ENABLE_OBJC_ARC = YES;
  877. CLANG_ENABLE_OBJC_WEAK = YES;
  878. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  879. CLANG_WARN_BOOL_CONVERSION = YES;
  880. CLANG_WARN_COMMA = YES;
  881. CLANG_WARN_CONSTANT_CONVERSION = YES;
  882. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  883. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  884. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  885. CLANG_WARN_EMPTY_BODY = YES;
  886. CLANG_WARN_ENUM_CONVERSION = YES;
  887. CLANG_WARN_INFINITE_RECURSION = YES;
  888. CLANG_WARN_INT_CONVERSION = YES;
  889. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  890. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  891. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  892. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  893. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  894. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  895. CLANG_WARN_STRICT_PROTOTYPES = YES;
  896. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  897. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  898. CLANG_WARN_UNREACHABLE_CODE = YES;
  899. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  900. COPY_PHASE_STRIP = NO;
  901. DEBUG_INFORMATION_FORMAT = dwarf;
  902. ENABLE_STRICT_OBJC_MSGSEND = YES;
  903. ENABLE_TESTABILITY = YES;
  904. GCC_C_LANGUAGE_STANDARD = gnu11;
  905. GCC_DYNAMIC_NO_PIC = NO;
  906. GCC_NO_COMMON_BLOCKS = YES;
  907. GCC_OPTIMIZATION_LEVEL = 0;
  908. GCC_PREPROCESSOR_DEFINITIONS = (
  909. "DEBUG=1",
  910. "$(inherited)",
  911. );
  912. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  913. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  914. GCC_WARN_UNDECLARED_SELECTOR = YES;
  915. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  916. GCC_WARN_UNUSED_FUNCTION = YES;
  917. GCC_WARN_UNUSED_VARIABLE = YES;
  918. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  919. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  920. MTL_FAST_MATH = YES;
  921. ONLY_ACTIVE_ARCH = YES;
  922. SDKROOT = iphoneos;
  923. };
  924. name = Debug;
  925. };
  926. 817244B229F3B2EE005FA9C9 /* Release */ = {
  927. isa = XCBuildConfiguration;
  928. buildSettings = {
  929. ALWAYS_SEARCH_USER_PATHS = NO;
  930. CLANG_ANALYZER_NONNULL = YES;
  931. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  932. CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
  933. CLANG_ENABLE_MODULES = YES;
  934. CLANG_ENABLE_OBJC_ARC = YES;
  935. CLANG_ENABLE_OBJC_WEAK = YES;
  936. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  937. CLANG_WARN_BOOL_CONVERSION = YES;
  938. CLANG_WARN_COMMA = YES;
  939. CLANG_WARN_CONSTANT_CONVERSION = YES;
  940. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  941. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  942. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  943. CLANG_WARN_EMPTY_BODY = YES;
  944. CLANG_WARN_ENUM_CONVERSION = YES;
  945. CLANG_WARN_INFINITE_RECURSION = YES;
  946. CLANG_WARN_INT_CONVERSION = YES;
  947. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  948. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  949. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  950. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  951. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  952. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  953. CLANG_WARN_STRICT_PROTOTYPES = YES;
  954. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  955. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  956. CLANG_WARN_UNREACHABLE_CODE = YES;
  957. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  958. COPY_PHASE_STRIP = NO;
  959. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  960. ENABLE_NS_ASSERTIONS = NO;
  961. ENABLE_STRICT_OBJC_MSGSEND = YES;
  962. GCC_C_LANGUAGE_STANDARD = gnu11;
  963. GCC_NO_COMMON_BLOCKS = YES;
  964. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  965. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  966. GCC_WARN_UNDECLARED_SELECTOR = YES;
  967. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  968. GCC_WARN_UNUSED_FUNCTION = YES;
  969. GCC_WARN_UNUSED_VARIABLE = YES;
  970. IPHONEOS_DEPLOYMENT_TARGET = 16.2;
  971. MTL_ENABLE_DEBUG_INFO = NO;
  972. MTL_FAST_MATH = YES;
  973. SDKROOT = iphoneos;
  974. VALIDATE_PRODUCT = YES;
  975. };
  976. name = Release;
  977. };
  978. 817244B429F3B2EE005FA9C9 /* Debug */ = {
  979. isa = XCBuildConfiguration;
  980. baseConfigurationReference = 3C97D3C0DD5DB3DCA3FF46B8 /* Pods-Asteria.debug.xcconfig */;
  981. buildSettings = {
  982. APPLICATION_EXTENSION_API_ONLY = NO;
  983. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  984. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  985. CODE_SIGN_STYLE = Automatic;
  986. CURRENT_PROJECT_VERSION = 1;
  987. DEVELOPMENT_TEAM = BUGL3DWWB7;
  988. GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
  989. GENERATE_INFOPLIST_FILE = YES;
  990. INFOPLIST_FILE = Asteria/Info.plist;
  991. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  992. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  993. INFOPLIST_KEY_UIMainStoryboardFile = "";
  994. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  995. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  996. LD_RUNPATH_SEARCH_PATHS = (
  997. "$(inherited)",
  998. "@executable_path/Frameworks",
  999. );
  1000. MARKETING_VERSION = 1.0;
  1001. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria;
  1002. PRODUCT_NAME = "$(TARGET_NAME)";
  1003. SWIFT_EMIT_LOC_STRINGS = YES;
  1004. TARGETED_DEVICE_FAMILY = "1,2";
  1005. };
  1006. name = Debug;
  1007. };
  1008. 817244B529F3B2EE005FA9C9 /* Release */ = {
  1009. isa = XCBuildConfiguration;
  1010. baseConfigurationReference = 2A57FEE3AE67604607B5A6DE /* Pods-Asteria.release.xcconfig */;
  1011. buildSettings = {
  1012. APPLICATION_EXTENSION_API_ONLY = NO;
  1013. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1014. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  1015. CODE_SIGN_STYLE = Automatic;
  1016. CURRENT_PROJECT_VERSION = 1;
  1017. DEVELOPMENT_TEAM = BUGL3DWWB7;
  1018. GCC_PREFIX_HEADER = "$(SRCROOT)/Asteria/PreFixHeader.h";
  1019. GENERATE_INFOPLIST_FILE = YES;
  1020. INFOPLIST_FILE = Asteria/Info.plist;
  1021. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  1022. INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
  1023. INFOPLIST_KEY_UIMainStoryboardFile = "";
  1024. INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
  1025. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  1026. LD_RUNPATH_SEARCH_PATHS = (
  1027. "$(inherited)",
  1028. "@executable_path/Frameworks",
  1029. );
  1030. MARKETING_VERSION = 1.0;
  1031. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria;
  1032. PRODUCT_NAME = "$(TARGET_NAME)";
  1033. SWIFT_EMIT_LOC_STRINGS = YES;
  1034. TARGETED_DEVICE_FAMILY = "1,2";
  1035. };
  1036. name = Release;
  1037. };
  1038. 817244C429F3B81C005FA9C9 /* Debug */ = {
  1039. isa = XCBuildConfiguration;
  1040. baseConfigurationReference = F28014612B0095476AA5BC1B /* Pods-Asteria-NotificationServiceExtension.debug.xcconfig */;
  1041. buildSettings = {
  1042. CODE_SIGN_STYLE = Automatic;
  1043. CURRENT_PROJECT_VERSION = 1;
  1044. DEVELOPMENT_TEAM = BUGL3DWWB7;
  1045. GENERATE_INFOPLIST_FILE = YES;
  1046. INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
  1047. INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
  1048. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  1049. LD_RUNPATH_SEARCH_PATHS = (
  1050. "$(inherited)",
  1051. "@executable_path/Frameworks",
  1052. "@executable_path/../../Frameworks",
  1053. );
  1054. MARKETING_VERSION = 1.0;
  1055. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria.NotificationServiceExtension;
  1056. PRODUCT_NAME = "$(TARGET_NAME)";
  1057. SKIP_INSTALL = YES;
  1058. SWIFT_EMIT_LOC_STRINGS = YES;
  1059. TARGETED_DEVICE_FAMILY = "1,2";
  1060. };
  1061. name = Debug;
  1062. };
  1063. 817244C529F3B81C005FA9C9 /* Release */ = {
  1064. isa = XCBuildConfiguration;
  1065. baseConfigurationReference = 3757F38E691966CC4F482D46 /* Pods-Asteria-NotificationServiceExtension.release.xcconfig */;
  1066. buildSettings = {
  1067. CODE_SIGN_STYLE = Automatic;
  1068. CURRENT_PROJECT_VERSION = 1;
  1069. DEVELOPMENT_TEAM = BUGL3DWWB7;
  1070. GENERATE_INFOPLIST_FILE = YES;
  1071. INFOPLIST_FILE = NotificationServiceExtension/Info.plist;
  1072. INFOPLIST_KEY_CFBundleDisplayName = NotificationServiceExtension;
  1073. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  1074. LD_RUNPATH_SEARCH_PATHS = (
  1075. "$(inherited)",
  1076. "@executable_path/Frameworks",
  1077. "@executable_path/../../Frameworks",
  1078. );
  1079. MARKETING_VERSION = 1.0;
  1080. PRODUCT_BUNDLE_IDENTIFIER = com.info.LYAsteria.Asteria.NotificationServiceExtension;
  1081. PRODUCT_NAME = "$(TARGET_NAME)";
  1082. SKIP_INSTALL = YES;
  1083. SWIFT_EMIT_LOC_STRINGS = YES;
  1084. TARGETED_DEVICE_FAMILY = "1,2";
  1085. };
  1086. name = Release;
  1087. };
  1088. /* End XCBuildConfiguration section */
  1089. /* Begin XCConfigurationList section */
  1090. 8172449529F3B2EC005FA9C9 /* Build configuration list for PBXProject "Asteria" */ = {
  1091. isa = XCConfigurationList;
  1092. buildConfigurations = (
  1093. 817244B129F3B2EE005FA9C9 /* Debug */,
  1094. 817244B229F3B2EE005FA9C9 /* Release */,
  1095. );
  1096. defaultConfigurationIsVisible = 0;
  1097. defaultConfigurationName = Release;
  1098. };
  1099. 817244B329F3B2EE005FA9C9 /* Build configuration list for PBXNativeTarget "Asteria" */ = {
  1100. isa = XCConfigurationList;
  1101. buildConfigurations = (
  1102. 817244B429F3B2EE005FA9C9 /* Debug */,
  1103. 817244B529F3B2EE005FA9C9 /* Release */,
  1104. );
  1105. defaultConfigurationIsVisible = 0;
  1106. defaultConfigurationName = Release;
  1107. };
  1108. 817244C629F3B81C005FA9C9 /* Build configuration list for PBXNativeTarget "NotificationServiceExtension" */ = {
  1109. isa = XCConfigurationList;
  1110. buildConfigurations = (
  1111. 817244C429F3B81C005FA9C9 /* Debug */,
  1112. 817244C529F3B81C005FA9C9 /* Release */,
  1113. );
  1114. defaultConfigurationIsVisible = 0;
  1115. defaultConfigurationName = Release;
  1116. };
  1117. /* End XCConfigurationList section */
  1118. };
  1119. rootObject = 8172449229F3B2EC005FA9C9 /* Project object */;
  1120. }