Netease-Music-Demo by sss
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 37KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 68A821371C8FC1757FD341FB /* Pods_wyy.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DEEBFF1FC7905035F6F90DC /* Pods_wyy.framework */; };
  10. 728791D8FA66377DE011D6BB /* Pods_wyy_wyyUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 20B967B165BEFF46FE9CFD58 /* Pods_wyy_wyyUITests.framework */; };
  11. 8A66479825F33C520090F664 /* SideBarView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A66479725F33C520090F664 /* SideBarView.swift */; };
  12. 8A6647A025F33D340090F664 /* SideBarCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A66479F25F33D340090F664 /* SideBarCell.swift */; };
  13. 8A7C9AE525F1E35500F916F7 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9AE425F1E35500F916F7 /* AppDelegate.swift */; };
  14. 8A7C9AE725F1E35500F916F7 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9AE625F1E35500F916F7 /* SceneDelegate.swift */; };
  15. 8A7C9AEE25F1E35600F916F7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A7C9AED25F1E35600F916F7 /* Assets.xcassets */; };
  16. 8A7C9AF125F1E35600F916F7 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A7C9AEF25F1E35600F916F7 /* LaunchScreen.storyboard */; };
  17. 8A7C9AFC25F1E35600F916F7 /* wyyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9AFB25F1E35600F916F7 /* wyyTests.swift */; };
  18. 8A7C9B0725F1E35600F916F7 /* wyyUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9B0625F1E35600F916F7 /* wyyUITests.swift */; };
  19. 8A7C9B3625F1E4E000F916F7 /* DiscoverViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9B3525F1E4E000F916F7 /* DiscoverViewController.swift */; };
  20. 8A7C9B3B25F1E50400F916F7 /* PodCastViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9B3A25F1E50400F916F7 /* PodCastViewController.swift */; };
  21. 8A7C9B4025F1E50D00F916F7 /* MineViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9B3F25F1E50D00F916F7 /* MineViewController.swift */; };
  22. 8A7C9B4525F1E52C00F916F7 /* KaraokeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9B4425F1E52C00F916F7 /* KaraokeViewController.swift */; };
  23. 8A7C9B4A25F1E53D00F916F7 /* CommunityViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C9B4925F1E53D00F916F7 /* CommunityViewController.swift */; };
  24. 8A7D68AC25F2058B00344E91 /* DiscoverNewsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7D68AB25F2058B00344E91 /* DiscoverNewsView.swift */; };
  25. 8A85AF9525F221FE00C48B9C /* DiscoverButtonsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A85AF9425F221FE00C48B9C /* DiscoverButtonsView.swift */; };
  26. 8A85AF9A25F224D800C48B9C /* AlbumButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A85AF9925F224D800C48B9C /* AlbumButton.swift */; };
  27. 8A85AF9F25F235B500C48B9C /* DiscoverRecommendView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A85AF9E25F235B500C48B9C /* DiscoverRecommendView.swift */; };
  28. 8A85AFA425F238DA00C48B9C /* UIButtonScrollView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A85AFA325F238DA00C48B9C /* UIButtonScrollView.swift */; };
  29. 8A85AFA925F2499A00C48B9C /* DiscoverPopularSongsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A85AFA825F2499A00C48B9C /* DiscoverPopularSongsView.swift */; };
  30. 8A85AFAE25F24AF500C48B9C /* PopularSongCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A85AFAD25F24AF500C48B9C /* PopularSongCell.swift */; };
  31. 8AF68EE325F1E995003AD49B /* MyTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AF68EE225F1E995003AD49B /* MyTabBarController.swift */; };
  32. FC82524E744880542CF9CDBE /* Pods_wyyTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 429D063FCBDFE5D0294077C2 /* Pods_wyyTests.framework */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXContainerItemProxy section */
  35. 8A7C9AF825F1E35600F916F7 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 8A7C9AD925F1E35500F916F7 /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = 8A7C9AE025F1E35500F916F7;
  40. remoteInfo = wyy;
  41. };
  42. 8A7C9B0325F1E35600F916F7 /* PBXContainerItemProxy */ = {
  43. isa = PBXContainerItemProxy;
  44. containerPortal = 8A7C9AD925F1E35500F916F7 /* Project object */;
  45. proxyType = 1;
  46. remoteGlobalIDString = 8A7C9AE025F1E35500F916F7;
  47. remoteInfo = wyy;
  48. };
  49. /* End PBXContainerItemProxy section */
  50. /* Begin PBXFileReference section */
  51. 20B967B165BEFF46FE9CFD58 /* Pods_wyy_wyyUITests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_wyy_wyyUITests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  52. 429D063FCBDFE5D0294077C2 /* Pods_wyyTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_wyyTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 6327CE85464E7CB2BBB936DE /* Pods-wyy.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wyy.release.xcconfig"; path = "Target Support Files/Pods-wyy/Pods-wyy.release.xcconfig"; sourceTree = "<group>"; };
  54. 7DEEBFF1FC7905035F6F90DC /* Pods_wyy.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_wyy.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  55. 8A66479725F33C520090F664 /* SideBarView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideBarView.swift; sourceTree = "<group>"; };
  56. 8A66479F25F33D340090F664 /* SideBarCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideBarCell.swift; sourceTree = "<group>"; };
  57. 8A7C9AE125F1E35500F916F7 /* wyy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = wyy.app; sourceTree = BUILT_PRODUCTS_DIR; };
  58. 8A7C9AE425F1E35500F916F7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  59. 8A7C9AE625F1E35500F916F7 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
  60. 8A7C9AED25F1E35600F916F7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  61. 8A7C9AF025F1E35600F916F7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  62. 8A7C9AF225F1E35600F916F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  63. 8A7C9AF725F1E35600F916F7 /* wyyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = wyyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  64. 8A7C9AFB25F1E35600F916F7 /* wyyTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = wyyTests.swift; sourceTree = "<group>"; };
  65. 8A7C9AFD25F1E35600F916F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  66. 8A7C9B0225F1E35600F916F7 /* wyyUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = wyyUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  67. 8A7C9B0625F1E35600F916F7 /* wyyUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = wyyUITests.swift; sourceTree = "<group>"; };
  68. 8A7C9B0825F1E35600F916F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  69. 8A7C9B3525F1E4E000F916F7 /* DiscoverViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoverViewController.swift; sourceTree = "<group>"; };
  70. 8A7C9B3A25F1E50400F916F7 /* PodCastViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PodCastViewController.swift; sourceTree = "<group>"; };
  71. 8A7C9B3F25F1E50D00F916F7 /* MineViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MineViewController.swift; sourceTree = "<group>"; };
  72. 8A7C9B4425F1E52C00F916F7 /* KaraokeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KaraokeViewController.swift; sourceTree = "<group>"; };
  73. 8A7C9B4925F1E53D00F916F7 /* CommunityViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommunityViewController.swift; sourceTree = "<group>"; };
  74. 8A7D68AB25F2058B00344E91 /* DiscoverNewsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoverNewsView.swift; sourceTree = "<group>"; };
  75. 8A85AF9425F221FE00C48B9C /* DiscoverButtonsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoverButtonsView.swift; sourceTree = "<group>"; };
  76. 8A85AF9925F224D800C48B9C /* AlbumButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumButton.swift; sourceTree = "<group>"; };
  77. 8A85AF9E25F235B500C48B9C /* DiscoverRecommendView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoverRecommendView.swift; sourceTree = "<group>"; };
  78. 8A85AFA325F238DA00C48B9C /* UIButtonScrollView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIButtonScrollView.swift; sourceTree = "<group>"; };
  79. 8A85AFA825F2499A00C48B9C /* DiscoverPopularSongsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DiscoverPopularSongsView.swift; sourceTree = "<group>"; };
  80. 8A85AFAD25F24AF500C48B9C /* PopularSongCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopularSongCell.swift; sourceTree = "<group>"; };
  81. 8AF68EE225F1E995003AD49B /* MyTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyTabBarController.swift; sourceTree = "<group>"; };
  82. 8B1428959C46630A42647E63 /* Pods-wyy-wyyUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wyy-wyyUITests.debug.xcconfig"; path = "Target Support Files/Pods-wyy-wyyUITests/Pods-wyy-wyyUITests.debug.xcconfig"; sourceTree = "<group>"; };
  83. 9B5F805FE0B8DB118AF07212 /* Pods-wyyTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wyyTests.debug.xcconfig"; path = "Target Support Files/Pods-wyyTests/Pods-wyyTests.debug.xcconfig"; sourceTree = "<group>"; };
  84. BCB6202909AB5CD13A2CE3C1 /* Pods-wyy-wyyUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wyy-wyyUITests.release.xcconfig"; path = "Target Support Files/Pods-wyy-wyyUITests/Pods-wyy-wyyUITests.release.xcconfig"; sourceTree = "<group>"; };
  85. E2289766D34B64902CFABFAC /* Pods-wyyTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wyyTests.release.xcconfig"; path = "Target Support Files/Pods-wyyTests/Pods-wyyTests.release.xcconfig"; sourceTree = "<group>"; };
  86. EBAC972EEE6E7797CFA70DEF /* Pods-wyy.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-wyy.debug.xcconfig"; path = "Target Support Files/Pods-wyy/Pods-wyy.debug.xcconfig"; sourceTree = "<group>"; };
  87. /* End PBXFileReference section */
  88. /* Begin PBXFrameworksBuildPhase section */
  89. 8A7C9ADE25F1E35500F916F7 /* Frameworks */ = {
  90. isa = PBXFrameworksBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. 68A821371C8FC1757FD341FB /* Pods_wyy.framework in Frameworks */,
  94. );
  95. runOnlyForDeploymentPostprocessing = 0;
  96. };
  97. 8A7C9AF425F1E35600F916F7 /* Frameworks */ = {
  98. isa = PBXFrameworksBuildPhase;
  99. buildActionMask = 2147483647;
  100. files = (
  101. FC82524E744880542CF9CDBE /* Pods_wyyTests.framework in Frameworks */,
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. 8A7C9AFF25F1E35600F916F7 /* Frameworks */ = {
  106. isa = PBXFrameworksBuildPhase;
  107. buildActionMask = 2147483647;
  108. files = (
  109. 728791D8FA66377DE011D6BB /* Pods_wyy_wyyUITests.framework in Frameworks */,
  110. );
  111. runOnlyForDeploymentPostprocessing = 0;
  112. };
  113. /* End PBXFrameworksBuildPhase section */
  114. /* Begin PBXGroup section */
  115. 08ADCDA4D670581C04DC3FA4 /* Frameworks */ = {
  116. isa = PBXGroup;
  117. children = (
  118. 7DEEBFF1FC7905035F6F90DC /* Pods_wyy.framework */,
  119. 20B967B165BEFF46FE9CFD58 /* Pods_wyy_wyyUITests.framework */,
  120. 429D063FCBDFE5D0294077C2 /* Pods_wyyTests.framework */,
  121. );
  122. name = Frameworks;
  123. sourceTree = "<group>";
  124. };
  125. 8A66479625F33C3D0090F664 /* SideBar */ = {
  126. isa = PBXGroup;
  127. children = (
  128. 8A66479725F33C520090F664 /* SideBarView.swift */,
  129. 8A66479F25F33D340090F664 /* SideBarCell.swift */,
  130. );
  131. path = SideBar;
  132. sourceTree = "<group>";
  133. };
  134. 8A7C9AD825F1E35500F916F7 = {
  135. isa = PBXGroup;
  136. children = (
  137. 8A7C9AE325F1E35500F916F7 /* wyy */,
  138. 8A7C9AFA25F1E35600F916F7 /* wyyTests */,
  139. 8A7C9B0525F1E35600F916F7 /* wyyUITests */,
  140. 8A7C9AE225F1E35500F916F7 /* Products */,
  141. E7D7A25152F2BDAD052A582F /* Pods */,
  142. 08ADCDA4D670581C04DC3FA4 /* Frameworks */,
  143. );
  144. sourceTree = "<group>";
  145. };
  146. 8A7C9AE225F1E35500F916F7 /* Products */ = {
  147. isa = PBXGroup;
  148. children = (
  149. 8A7C9AE125F1E35500F916F7 /* wyy.app */,
  150. 8A7C9AF725F1E35600F916F7 /* wyyTests.xctest */,
  151. 8A7C9B0225F1E35600F916F7 /* wyyUITests.xctest */,
  152. );
  153. name = Products;
  154. sourceTree = "<group>";
  155. };
  156. 8A7C9AE325F1E35500F916F7 /* wyy */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 8A66479625F33C3D0090F664 /* SideBar */,
  160. 8A7C9B3A25F1E50400F916F7 /* PodCastViewController.swift */,
  161. 8A7C9B3F25F1E50D00F916F7 /* MineViewController.swift */,
  162. 8A7C9B4425F1E52C00F916F7 /* KaraokeViewController.swift */,
  163. 8A7C9B4925F1E53D00F916F7 /* CommunityViewController.swift */,
  164. 8A7D68B025F2073E00344E91 /* DiscoverView */,
  165. 8A7C9AE425F1E35500F916F7 /* AppDelegate.swift */,
  166. 8A7C9AE625F1E35500F916F7 /* SceneDelegate.swift */,
  167. 8A7C9AED25F1E35600F916F7 /* Assets.xcassets */,
  168. 8A7C9AEF25F1E35600F916F7 /* LaunchScreen.storyboard */,
  169. 8A7C9AF225F1E35600F916F7 /* Info.plist */,
  170. 8AF68EE225F1E995003AD49B /* MyTabBarController.swift */,
  171. 8A85AFA325F238DA00C48B9C /* UIButtonScrollView.swift */,
  172. );
  173. path = wyy;
  174. sourceTree = "<group>";
  175. };
  176. 8A7C9AFA25F1E35600F916F7 /* wyyTests */ = {
  177. isa = PBXGroup;
  178. children = (
  179. 8A7C9AFB25F1E35600F916F7 /* wyyTests.swift */,
  180. 8A7C9AFD25F1E35600F916F7 /* Info.plist */,
  181. );
  182. path = wyyTests;
  183. sourceTree = "<group>";
  184. };
  185. 8A7C9B0525F1E35600F916F7 /* wyyUITests */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 8A7C9B0625F1E35600F916F7 /* wyyUITests.swift */,
  189. 8A7C9B0825F1E35600F916F7 /* Info.plist */,
  190. );
  191. path = wyyUITests;
  192. sourceTree = "<group>";
  193. };
  194. 8A7D68B025F2073E00344E91 /* DiscoverView */ = {
  195. isa = PBXGroup;
  196. children = (
  197. 8A7C9B3525F1E4E000F916F7 /* DiscoverViewController.swift */,
  198. 8A7D68AB25F2058B00344E91 /* DiscoverNewsView.swift */,
  199. 8A85AF9425F221FE00C48B9C /* DiscoverButtonsView.swift */,
  200. 8A85AF9925F224D800C48B9C /* AlbumButton.swift */,
  201. 8A85AF9E25F235B500C48B9C /* DiscoverRecommendView.swift */,
  202. 8A85AFA825F2499A00C48B9C /* DiscoverPopularSongsView.swift */,
  203. 8A85AFAD25F24AF500C48B9C /* PopularSongCell.swift */,
  204. );
  205. path = DiscoverView;
  206. sourceTree = "<group>";
  207. };
  208. E7D7A25152F2BDAD052A582F /* Pods */ = {
  209. isa = PBXGroup;
  210. children = (
  211. EBAC972EEE6E7797CFA70DEF /* Pods-wyy.debug.xcconfig */,
  212. 6327CE85464E7CB2BBB936DE /* Pods-wyy.release.xcconfig */,
  213. 8B1428959C46630A42647E63 /* Pods-wyy-wyyUITests.debug.xcconfig */,
  214. BCB6202909AB5CD13A2CE3C1 /* Pods-wyy-wyyUITests.release.xcconfig */,
  215. 9B5F805FE0B8DB118AF07212 /* Pods-wyyTests.debug.xcconfig */,
  216. E2289766D34B64902CFABFAC /* Pods-wyyTests.release.xcconfig */,
  217. );
  218. path = Pods;
  219. sourceTree = "<group>";
  220. };
  221. /* End PBXGroup section */
  222. /* Begin PBXNativeTarget section */
  223. 8A7C9AE025F1E35500F916F7 /* wyy */ = {
  224. isa = PBXNativeTarget;
  225. buildConfigurationList = 8A7C9B0B25F1E35600F916F7 /* Build configuration list for PBXNativeTarget "wyy" */;
  226. buildPhases = (
  227. 577B8451DAE839E274EDE762 /* [CP] Check Pods Manifest.lock */,
  228. 8A7C9ADD25F1E35500F916F7 /* Sources */,
  229. 8A7C9ADE25F1E35500F916F7 /* Frameworks */,
  230. 8A7C9ADF25F1E35500F916F7 /* Resources */,
  231. A4A7D2C265A6A01FD93D919F /* [CP] Embed Pods Frameworks */,
  232. );
  233. buildRules = (
  234. );
  235. dependencies = (
  236. );
  237. name = wyy;
  238. productName = wyy;
  239. productReference = 8A7C9AE125F1E35500F916F7 /* wyy.app */;
  240. productType = "com.apple.product-type.application";
  241. };
  242. 8A7C9AF625F1E35600F916F7 /* wyyTests */ = {
  243. isa = PBXNativeTarget;
  244. buildConfigurationList = 8A7C9B0E25F1E35600F916F7 /* Build configuration list for PBXNativeTarget "wyyTests" */;
  245. buildPhases = (
  246. C28C313C50E8BE1FE61D80CB /* [CP] Check Pods Manifest.lock */,
  247. 8A7C9AF325F1E35600F916F7 /* Sources */,
  248. 8A7C9AF425F1E35600F916F7 /* Frameworks */,
  249. 8A7C9AF525F1E35600F916F7 /* Resources */,
  250. );
  251. buildRules = (
  252. );
  253. dependencies = (
  254. 8A7C9AF925F1E35600F916F7 /* PBXTargetDependency */,
  255. );
  256. name = wyyTests;
  257. productName = wyyTests;
  258. productReference = 8A7C9AF725F1E35600F916F7 /* wyyTests.xctest */;
  259. productType = "com.apple.product-type.bundle.unit-test";
  260. };
  261. 8A7C9B0125F1E35600F916F7 /* wyyUITests */ = {
  262. isa = PBXNativeTarget;
  263. buildConfigurationList = 8A7C9B1125F1E35600F916F7 /* Build configuration list for PBXNativeTarget "wyyUITests" */;
  264. buildPhases = (
  265. 4F5620301DCE5067EC74F8F2 /* [CP] Check Pods Manifest.lock */,
  266. 8A7C9AFE25F1E35600F916F7 /* Sources */,
  267. 8A7C9AFF25F1E35600F916F7 /* Frameworks */,
  268. 8A7C9B0025F1E35600F916F7 /* Resources */,
  269. 888E632E72C949174356B123 /* [CP] Embed Pods Frameworks */,
  270. );
  271. buildRules = (
  272. );
  273. dependencies = (
  274. 8A7C9B0425F1E35600F916F7 /* PBXTargetDependency */,
  275. );
  276. name = wyyUITests;
  277. productName = wyyUITests;
  278. productReference = 8A7C9B0225F1E35600F916F7 /* wyyUITests.xctest */;
  279. productType = "com.apple.product-type.bundle.ui-testing";
  280. };
  281. /* End PBXNativeTarget section */
  282. /* Begin PBXProject section */
  283. 8A7C9AD925F1E35500F916F7 /* Project object */ = {
  284. isa = PBXProject;
  285. attributes = {
  286. LastSwiftUpdateCheck = 1240;
  287. LastUpgradeCheck = 1240;
  288. TargetAttributes = {
  289. 8A7C9AE025F1E35500F916F7 = {
  290. CreatedOnToolsVersion = 12.4;
  291. };
  292. 8A7C9AF625F1E35600F916F7 = {
  293. CreatedOnToolsVersion = 12.4;
  294. TestTargetID = 8A7C9AE025F1E35500F916F7;
  295. };
  296. 8A7C9B0125F1E35600F916F7 = {
  297. CreatedOnToolsVersion = 12.4;
  298. TestTargetID = 8A7C9AE025F1E35500F916F7;
  299. };
  300. };
  301. };
  302. buildConfigurationList = 8A7C9ADC25F1E35500F916F7 /* Build configuration list for PBXProject "wyy" */;
  303. compatibilityVersion = "Xcode 9.3";
  304. developmentRegion = en;
  305. hasScannedForEncodings = 0;
  306. knownRegions = (
  307. en,
  308. Base,
  309. );
  310. mainGroup = 8A7C9AD825F1E35500F916F7;
  311. productRefGroup = 8A7C9AE225F1E35500F916F7 /* Products */;
  312. projectDirPath = "";
  313. projectRoot = "";
  314. targets = (
  315. 8A7C9AE025F1E35500F916F7 /* wyy */,
  316. 8A7C9AF625F1E35600F916F7 /* wyyTests */,
  317. 8A7C9B0125F1E35600F916F7 /* wyyUITests */,
  318. );
  319. };
  320. /* End PBXProject section */
  321. /* Begin PBXResourcesBuildPhase section */
  322. 8A7C9ADF25F1E35500F916F7 /* Resources */ = {
  323. isa = PBXResourcesBuildPhase;
  324. buildActionMask = 2147483647;
  325. files = (
  326. 8A7C9AF125F1E35600F916F7 /* LaunchScreen.storyboard in Resources */,
  327. 8A7C9AEE25F1E35600F916F7 /* Assets.xcassets in Resources */,
  328. );
  329. runOnlyForDeploymentPostprocessing = 0;
  330. };
  331. 8A7C9AF525F1E35600F916F7 /* Resources */ = {
  332. isa = PBXResourcesBuildPhase;
  333. buildActionMask = 2147483647;
  334. files = (
  335. );
  336. runOnlyForDeploymentPostprocessing = 0;
  337. };
  338. 8A7C9B0025F1E35600F916F7 /* Resources */ = {
  339. isa = PBXResourcesBuildPhase;
  340. buildActionMask = 2147483647;
  341. files = (
  342. );
  343. runOnlyForDeploymentPostprocessing = 0;
  344. };
  345. /* End PBXResourcesBuildPhase section */
  346. /* Begin PBXShellScriptBuildPhase section */
  347. 4F5620301DCE5067EC74F8F2 /* [CP] Check Pods Manifest.lock */ = {
  348. isa = PBXShellScriptBuildPhase;
  349. buildActionMask = 2147483647;
  350. files = (
  351. );
  352. inputFileListPaths = (
  353. );
  354. inputPaths = (
  355. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  356. "${PODS_ROOT}/Manifest.lock",
  357. );
  358. name = "[CP] Check Pods Manifest.lock";
  359. outputFileListPaths = (
  360. );
  361. outputPaths = (
  362. "$(DERIVED_FILE_DIR)/Pods-wyy-wyyUITests-checkManifestLockResult.txt",
  363. );
  364. runOnlyForDeploymentPostprocessing = 0;
  365. shellPath = /bin/sh;
  366. 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";
  367. showEnvVarsInLog = 0;
  368. };
  369. 577B8451DAE839E274EDE762 /* [CP] Check Pods Manifest.lock */ = {
  370. isa = PBXShellScriptBuildPhase;
  371. buildActionMask = 2147483647;
  372. files = (
  373. );
  374. inputFileListPaths = (
  375. );
  376. inputPaths = (
  377. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  378. "${PODS_ROOT}/Manifest.lock",
  379. );
  380. name = "[CP] Check Pods Manifest.lock";
  381. outputFileListPaths = (
  382. );
  383. outputPaths = (
  384. "$(DERIVED_FILE_DIR)/Pods-wyy-checkManifestLockResult.txt",
  385. );
  386. runOnlyForDeploymentPostprocessing = 0;
  387. shellPath = /bin/sh;
  388. 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";
  389. showEnvVarsInLog = 0;
  390. };
  391. 888E632E72C949174356B123 /* [CP] Embed Pods Frameworks */ = {
  392. isa = PBXShellScriptBuildPhase;
  393. buildActionMask = 2147483647;
  394. files = (
  395. );
  396. inputFileListPaths = (
  397. "${PODS_ROOT}/Target Support Files/Pods-wyy-wyyUITests/Pods-wyy-wyyUITests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  398. );
  399. name = "[CP] Embed Pods Frameworks";
  400. outputFileListPaths = (
  401. "${PODS_ROOT}/Target Support Files/Pods-wyy-wyyUITests/Pods-wyy-wyyUITests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  402. );
  403. runOnlyForDeploymentPostprocessing = 0;
  404. shellPath = /bin/sh;
  405. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-wyy-wyyUITests/Pods-wyy-wyyUITests-frameworks.sh\"\n";
  406. showEnvVarsInLog = 0;
  407. };
  408. A4A7D2C265A6A01FD93D919F /* [CP] Embed Pods Frameworks */ = {
  409. isa = PBXShellScriptBuildPhase;
  410. buildActionMask = 2147483647;
  411. files = (
  412. );
  413. inputFileListPaths = (
  414. "${PODS_ROOT}/Target Support Files/Pods-wyy/Pods-wyy-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  415. );
  416. name = "[CP] Embed Pods Frameworks";
  417. outputFileListPaths = (
  418. "${PODS_ROOT}/Target Support Files/Pods-wyy/Pods-wyy-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  419. );
  420. runOnlyForDeploymentPostprocessing = 0;
  421. shellPath = /bin/sh;
  422. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-wyy/Pods-wyy-frameworks.sh\"\n";
  423. showEnvVarsInLog = 0;
  424. };
  425. C28C313C50E8BE1FE61D80CB /* [CP] Check Pods Manifest.lock */ = {
  426. isa = PBXShellScriptBuildPhase;
  427. buildActionMask = 2147483647;
  428. files = (
  429. );
  430. inputFileListPaths = (
  431. );
  432. inputPaths = (
  433. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  434. "${PODS_ROOT}/Manifest.lock",
  435. );
  436. name = "[CP] Check Pods Manifest.lock";
  437. outputFileListPaths = (
  438. );
  439. outputPaths = (
  440. "$(DERIVED_FILE_DIR)/Pods-wyyTests-checkManifestLockResult.txt",
  441. );
  442. runOnlyForDeploymentPostprocessing = 0;
  443. shellPath = /bin/sh;
  444. 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";
  445. showEnvVarsInLog = 0;
  446. };
  447. /* End PBXShellScriptBuildPhase section */
  448. /* Begin PBXSourcesBuildPhase section */
  449. 8A7C9ADD25F1E35500F916F7 /* Sources */ = {
  450. isa = PBXSourcesBuildPhase;
  451. buildActionMask = 2147483647;
  452. files = (
  453. 8A85AFA425F238DA00C48B9C /* UIButtonScrollView.swift in Sources */,
  454. 8A66479825F33C520090F664 /* SideBarView.swift in Sources */,
  455. 8A85AFAE25F24AF500C48B9C /* PopularSongCell.swift in Sources */,
  456. 8A85AFA925F2499A00C48B9C /* DiscoverPopularSongsView.swift in Sources */,
  457. 8A85AF9A25F224D800C48B9C /* AlbumButton.swift in Sources */,
  458. 8A6647A025F33D340090F664 /* SideBarCell.swift in Sources */,
  459. 8A7D68AC25F2058B00344E91 /* DiscoverNewsView.swift in Sources */,
  460. 8A85AF9F25F235B500C48B9C /* DiscoverRecommendView.swift in Sources */,
  461. 8A7C9B3625F1E4E000F916F7 /* DiscoverViewController.swift in Sources */,
  462. 8AF68EE325F1E995003AD49B /* MyTabBarController.swift in Sources */,
  463. 8A7C9B4525F1E52C00F916F7 /* KaraokeViewController.swift in Sources */,
  464. 8A7C9B3B25F1E50400F916F7 /* PodCastViewController.swift in Sources */,
  465. 8A85AF9525F221FE00C48B9C /* DiscoverButtonsView.swift in Sources */,
  466. 8A7C9B4A25F1E53D00F916F7 /* CommunityViewController.swift in Sources */,
  467. 8A7C9AE525F1E35500F916F7 /* AppDelegate.swift in Sources */,
  468. 8A7C9AE725F1E35500F916F7 /* SceneDelegate.swift in Sources */,
  469. 8A7C9B4025F1E50D00F916F7 /* MineViewController.swift in Sources */,
  470. );
  471. runOnlyForDeploymentPostprocessing = 0;
  472. };
  473. 8A7C9AF325F1E35600F916F7 /* Sources */ = {
  474. isa = PBXSourcesBuildPhase;
  475. buildActionMask = 2147483647;
  476. files = (
  477. 8A7C9AFC25F1E35600F916F7 /* wyyTests.swift in Sources */,
  478. );
  479. runOnlyForDeploymentPostprocessing = 0;
  480. };
  481. 8A7C9AFE25F1E35600F916F7 /* Sources */ = {
  482. isa = PBXSourcesBuildPhase;
  483. buildActionMask = 2147483647;
  484. files = (
  485. 8A7C9B0725F1E35600F916F7 /* wyyUITests.swift in Sources */,
  486. );
  487. runOnlyForDeploymentPostprocessing = 0;
  488. };
  489. /* End PBXSourcesBuildPhase section */
  490. /* Begin PBXTargetDependency section */
  491. 8A7C9AF925F1E35600F916F7 /* PBXTargetDependency */ = {
  492. isa = PBXTargetDependency;
  493. target = 8A7C9AE025F1E35500F916F7 /* wyy */;
  494. targetProxy = 8A7C9AF825F1E35600F916F7 /* PBXContainerItemProxy */;
  495. };
  496. 8A7C9B0425F1E35600F916F7 /* PBXTargetDependency */ = {
  497. isa = PBXTargetDependency;
  498. target = 8A7C9AE025F1E35500F916F7 /* wyy */;
  499. targetProxy = 8A7C9B0325F1E35600F916F7 /* PBXContainerItemProxy */;
  500. };
  501. /* End PBXTargetDependency section */
  502. /* Begin PBXVariantGroup section */
  503. 8A7C9AEF25F1E35600F916F7 /* LaunchScreen.storyboard */ = {
  504. isa = PBXVariantGroup;
  505. children = (
  506. 8A7C9AF025F1E35600F916F7 /* Base */,
  507. );
  508. name = LaunchScreen.storyboard;
  509. sourceTree = "<group>";
  510. };
  511. /* End PBXVariantGroup section */
  512. /* Begin XCBuildConfiguration section */
  513. 8A7C9B0925F1E35600F916F7 /* Debug */ = {
  514. isa = XCBuildConfiguration;
  515. buildSettings = {
  516. ALWAYS_SEARCH_USER_PATHS = NO;
  517. CLANG_ANALYZER_NONNULL = YES;
  518. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  519. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  520. CLANG_CXX_LIBRARY = "libc++";
  521. CLANG_ENABLE_MODULES = YES;
  522. CLANG_ENABLE_OBJC_ARC = YES;
  523. CLANG_ENABLE_OBJC_WEAK = YES;
  524. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  525. CLANG_WARN_BOOL_CONVERSION = YES;
  526. CLANG_WARN_COMMA = YES;
  527. CLANG_WARN_CONSTANT_CONVERSION = YES;
  528. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  529. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  530. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  531. CLANG_WARN_EMPTY_BODY = YES;
  532. CLANG_WARN_ENUM_CONVERSION = YES;
  533. CLANG_WARN_INFINITE_RECURSION = YES;
  534. CLANG_WARN_INT_CONVERSION = YES;
  535. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  536. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  537. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  538. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  539. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  540. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  541. CLANG_WARN_STRICT_PROTOTYPES = YES;
  542. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  543. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  544. CLANG_WARN_UNREACHABLE_CODE = YES;
  545. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  546. COPY_PHASE_STRIP = NO;
  547. DEBUG_INFORMATION_FORMAT = dwarf;
  548. ENABLE_STRICT_OBJC_MSGSEND = YES;
  549. ENABLE_TESTABILITY = YES;
  550. GCC_C_LANGUAGE_STANDARD = gnu11;
  551. GCC_DYNAMIC_NO_PIC = NO;
  552. GCC_NO_COMMON_BLOCKS = YES;
  553. GCC_OPTIMIZATION_LEVEL = 0;
  554. GCC_PREPROCESSOR_DEFINITIONS = (
  555. "DEBUG=1",
  556. "$(inherited)",
  557. );
  558. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  559. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  560. GCC_WARN_UNDECLARED_SELECTOR = YES;
  561. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  562. GCC_WARN_UNUSED_FUNCTION = YES;
  563. GCC_WARN_UNUSED_VARIABLE = YES;
  564. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  565. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  566. MTL_FAST_MATH = YES;
  567. ONLY_ACTIVE_ARCH = YES;
  568. SDKROOT = iphoneos;
  569. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  570. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  571. };
  572. name = Debug;
  573. };
  574. 8A7C9B0A25F1E35600F916F7 /* Release */ = {
  575. isa = XCBuildConfiguration;
  576. buildSettings = {
  577. ALWAYS_SEARCH_USER_PATHS = NO;
  578. CLANG_ANALYZER_NONNULL = YES;
  579. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  580. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  581. CLANG_CXX_LIBRARY = "libc++";
  582. CLANG_ENABLE_MODULES = YES;
  583. CLANG_ENABLE_OBJC_ARC = YES;
  584. CLANG_ENABLE_OBJC_WEAK = YES;
  585. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  586. CLANG_WARN_BOOL_CONVERSION = YES;
  587. CLANG_WARN_COMMA = YES;
  588. CLANG_WARN_CONSTANT_CONVERSION = YES;
  589. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  590. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  591. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  592. CLANG_WARN_EMPTY_BODY = YES;
  593. CLANG_WARN_ENUM_CONVERSION = YES;
  594. CLANG_WARN_INFINITE_RECURSION = YES;
  595. CLANG_WARN_INT_CONVERSION = YES;
  596. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  597. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  598. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  599. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  600. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  601. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  602. CLANG_WARN_STRICT_PROTOTYPES = YES;
  603. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  604. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  605. CLANG_WARN_UNREACHABLE_CODE = YES;
  606. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  607. COPY_PHASE_STRIP = NO;
  608. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  609. ENABLE_NS_ASSERTIONS = NO;
  610. ENABLE_STRICT_OBJC_MSGSEND = YES;
  611. GCC_C_LANGUAGE_STANDARD = gnu11;
  612. GCC_NO_COMMON_BLOCKS = YES;
  613. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  614. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  615. GCC_WARN_UNDECLARED_SELECTOR = YES;
  616. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  617. GCC_WARN_UNUSED_FUNCTION = YES;
  618. GCC_WARN_UNUSED_VARIABLE = YES;
  619. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  620. MTL_ENABLE_DEBUG_INFO = NO;
  621. MTL_FAST_MATH = YES;
  622. SDKROOT = iphoneos;
  623. SWIFT_COMPILATION_MODE = wholemodule;
  624. SWIFT_OPTIMIZATION_LEVEL = "-O";
  625. VALIDATE_PRODUCT = YES;
  626. };
  627. name = Release;
  628. };
  629. 8A7C9B0C25F1E35600F916F7 /* Debug */ = {
  630. isa = XCBuildConfiguration;
  631. baseConfigurationReference = EBAC972EEE6E7797CFA70DEF /* Pods-wyy.debug.xcconfig */;
  632. buildSettings = {
  633. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  634. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  635. CODE_SIGN_STYLE = Automatic;
  636. INFOPLIST_FILE = wyy/Info.plist;
  637. LD_RUNPATH_SEARCH_PATHS = (
  638. "$(inherited)",
  639. "@executable_path/Frameworks",
  640. );
  641. PRODUCT_BUNDLE_IDENTIFIER = sss.wyy;
  642. PRODUCT_NAME = "$(TARGET_NAME)";
  643. SWIFT_VERSION = 5.0;
  644. TARGETED_DEVICE_FAMILY = "1,2";
  645. };
  646. name = Debug;
  647. };
  648. 8A7C9B0D25F1E35600F916F7 /* Release */ = {
  649. isa = XCBuildConfiguration;
  650. baseConfigurationReference = 6327CE85464E7CB2BBB936DE /* Pods-wyy.release.xcconfig */;
  651. buildSettings = {
  652. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  653. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  654. CODE_SIGN_STYLE = Automatic;
  655. INFOPLIST_FILE = wyy/Info.plist;
  656. LD_RUNPATH_SEARCH_PATHS = (
  657. "$(inherited)",
  658. "@executable_path/Frameworks",
  659. );
  660. PRODUCT_BUNDLE_IDENTIFIER = sss.wyy;
  661. PRODUCT_NAME = "$(TARGET_NAME)";
  662. SWIFT_VERSION = 5.0;
  663. TARGETED_DEVICE_FAMILY = "1,2";
  664. };
  665. name = Release;
  666. };
  667. 8A7C9B0F25F1E35600F916F7 /* Debug */ = {
  668. isa = XCBuildConfiguration;
  669. baseConfigurationReference = 9B5F805FE0B8DB118AF07212 /* Pods-wyyTests.debug.xcconfig */;
  670. buildSettings = {
  671. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  672. BUNDLE_LOADER = "$(TEST_HOST)";
  673. CODE_SIGN_STYLE = Automatic;
  674. INFOPLIST_FILE = wyyTests/Info.plist;
  675. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  676. LD_RUNPATH_SEARCH_PATHS = (
  677. "$(inherited)",
  678. "@executable_path/Frameworks",
  679. "@loader_path/Frameworks",
  680. );
  681. PRODUCT_BUNDLE_IDENTIFIER = sss.wyyTests;
  682. PRODUCT_NAME = "$(TARGET_NAME)";
  683. SWIFT_VERSION = 5.0;
  684. TARGETED_DEVICE_FAMILY = "1,2";
  685. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/wyy.app/wyy";
  686. };
  687. name = Debug;
  688. };
  689. 8A7C9B1025F1E35600F916F7 /* Release */ = {
  690. isa = XCBuildConfiguration;
  691. baseConfigurationReference = E2289766D34B64902CFABFAC /* Pods-wyyTests.release.xcconfig */;
  692. buildSettings = {
  693. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  694. BUNDLE_LOADER = "$(TEST_HOST)";
  695. CODE_SIGN_STYLE = Automatic;
  696. INFOPLIST_FILE = wyyTests/Info.plist;
  697. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  698. LD_RUNPATH_SEARCH_PATHS = (
  699. "$(inherited)",
  700. "@executable_path/Frameworks",
  701. "@loader_path/Frameworks",
  702. );
  703. PRODUCT_BUNDLE_IDENTIFIER = sss.wyyTests;
  704. PRODUCT_NAME = "$(TARGET_NAME)";
  705. SWIFT_VERSION = 5.0;
  706. TARGETED_DEVICE_FAMILY = "1,2";
  707. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/wyy.app/wyy";
  708. };
  709. name = Release;
  710. };
  711. 8A7C9B1225F1E35600F916F7 /* Debug */ = {
  712. isa = XCBuildConfiguration;
  713. baseConfigurationReference = 8B1428959C46630A42647E63 /* Pods-wyy-wyyUITests.debug.xcconfig */;
  714. buildSettings = {
  715. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  716. CODE_SIGN_STYLE = Automatic;
  717. INFOPLIST_FILE = wyyUITests/Info.plist;
  718. LD_RUNPATH_SEARCH_PATHS = (
  719. "$(inherited)",
  720. "@executable_path/Frameworks",
  721. "@loader_path/Frameworks",
  722. );
  723. PRODUCT_BUNDLE_IDENTIFIER = sss.wyyUITests;
  724. PRODUCT_NAME = "$(TARGET_NAME)";
  725. SWIFT_VERSION = 5.0;
  726. TARGETED_DEVICE_FAMILY = "1,2";
  727. TEST_TARGET_NAME = wyy;
  728. };
  729. name = Debug;
  730. };
  731. 8A7C9B1325F1E35600F916F7 /* Release */ = {
  732. isa = XCBuildConfiguration;
  733. baseConfigurationReference = BCB6202909AB5CD13A2CE3C1 /* Pods-wyy-wyyUITests.release.xcconfig */;
  734. buildSettings = {
  735. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  736. CODE_SIGN_STYLE = Automatic;
  737. INFOPLIST_FILE = wyyUITests/Info.plist;
  738. LD_RUNPATH_SEARCH_PATHS = (
  739. "$(inherited)",
  740. "@executable_path/Frameworks",
  741. "@loader_path/Frameworks",
  742. );
  743. PRODUCT_BUNDLE_IDENTIFIER = sss.wyyUITests;
  744. PRODUCT_NAME = "$(TARGET_NAME)";
  745. SWIFT_VERSION = 5.0;
  746. TARGETED_DEVICE_FAMILY = "1,2";
  747. TEST_TARGET_NAME = wyy;
  748. };
  749. name = Release;
  750. };
  751. /* End XCBuildConfiguration section */
  752. /* Begin XCConfigurationList section */
  753. 8A7C9ADC25F1E35500F916F7 /* Build configuration list for PBXProject "wyy" */ = {
  754. isa = XCConfigurationList;
  755. buildConfigurations = (
  756. 8A7C9B0925F1E35600F916F7 /* Debug */,
  757. 8A7C9B0A25F1E35600F916F7 /* Release */,
  758. );
  759. defaultConfigurationIsVisible = 0;
  760. defaultConfigurationName = Release;
  761. };
  762. 8A7C9B0B25F1E35600F916F7 /* Build configuration list for PBXNativeTarget "wyy" */ = {
  763. isa = XCConfigurationList;
  764. buildConfigurations = (
  765. 8A7C9B0C25F1E35600F916F7 /* Debug */,
  766. 8A7C9B0D25F1E35600F916F7 /* Release */,
  767. );
  768. defaultConfigurationIsVisible = 0;
  769. defaultConfigurationName = Release;
  770. };
  771. 8A7C9B0E25F1E35600F916F7 /* Build configuration list for PBXNativeTarget "wyyTests" */ = {
  772. isa = XCConfigurationList;
  773. buildConfigurations = (
  774. 8A7C9B0F25F1E35600F916F7 /* Debug */,
  775. 8A7C9B1025F1E35600F916F7 /* Release */,
  776. );
  777. defaultConfigurationIsVisible = 0;
  778. defaultConfigurationName = Release;
  779. };
  780. 8A7C9B1125F1E35600F916F7 /* Build configuration list for PBXNativeTarget "wyyUITests" */ = {
  781. isa = XCConfigurationList;
  782. buildConfigurations = (
  783. 8A7C9B1225F1E35600F916F7 /* Debug */,
  784. 8A7C9B1325F1E35600F916F7 /* Release */,
  785. );
  786. defaultConfigurationIsVisible = 0;
  787. defaultConfigurationName = Release;
  788. };
  789. /* End XCConfigurationList section */
  790. };
  791. rootObject = 8A7C9AD925F1E35500F916F7 /* Project object */;
  792. }