project.pbxproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2D076756266DF8E300E64472 /* PQServerProtocalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D076755266DF8E300E64472 /* PQServerProtocalView.swift */; };
  10. 2D076758266E08E700E64472 /* MVHomeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D076757266E08E700E64472 /* MVHomeController.swift */; };
  11. 2D1EC138266B4F4900CBACE4 /* MVThirdApiUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D1EC137266B4F4900CBACE4 /* MVThirdApiUtil.swift */; };
  12. 2D9630D3268186A500AE6FFE /* MVPlayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630D2268186A500AE6FFE /* MVPlayViewController.swift */; };
  13. 2D9630D52681874D00AE6FFE /* MVPlayControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630D42681874D00AE6FFE /* MVPlayControlViewCell.swift */; };
  14. 2D9630D92681947300AE6FFE /* MVRequestURLUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630D82681947300AE6FFE /* MVRequestURLUtil.swift */; };
  15. 2D9630DC2681C8AB00AE6FFE /* MVMineViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630DB2681C8AB00AE6FFE /* MVMineViewModel.swift */; };
  16. 2D9630DE268206F300AE6FFE /* MVMineProductController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630DD268206F300AE6FFE /* MVMineProductController.swift */; };
  17. 2D9630E12682096900AE6FFE /* PQCollectionViewFlowlayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E02682096900AE6FFE /* PQCollectionViewFlowlayout.swift */; };
  18. 2D9630E326820B1900AE6FFE /* MVMineProductCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E226820B1900AE6FFE /* MVMineProductCell.swift */; };
  19. 2D9630E52682D14500AE6FFE /* MVMineHeadInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E42682D14500AE6FFE /* MVMineHeadInfoView.swift */; };
  20. 2D9630E72683534B00AE6FFE /* MVProductEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E62683534B00AE6FFE /* MVProductEmptyView.swift */; };
  21. 4112DD832669BFA600A5AFD9 /* MVBanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4112DD822669BFA600A5AFD9 /* MVBanner.swift */; };
  22. 4112DD862669BFFA00A5AFD9 /* MVBannerFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4112DD852669BFFA00A5AFD9 /* MVBannerFlowLayout.swift */; };
  23. 4112DD912669C11C00A5AFD9 /* MVBannerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */; };
  24. 4144BE31266F128E00ABBDFA /* PQBandingPhoneController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4144BE30266F128E00ABBDFA /* PQBandingPhoneController.swift */; };
  25. 4149C8932669FE6F0055CAA2 /* MVTagsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */; };
  26. 417D868C266A2E8400DA2444 /* MVHomeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417D868B266A2E8400DA2444 /* MVHomeViewModel.swift */; };
  27. 417D86A4266A375D00DA2444 /* PQConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = 417D86A3266A375D00DA2444 /* PQConfig.plist */; };
  28. 417D86A7266A3CC900DA2444 /* MVHotVideoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417D86A6266A3CC900DA2444 /* MVHotVideoModel.swift */; };
  29. 418532302665342100DCA2C1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4185322F2665342100DCA2C1 /* AppDelegate.swift */; };
  30. 418532392665342200DCA2C1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 418532382665342200DCA2C1 /* Assets.xcassets */; };
  31. 41CA6E5E266782EC00874B19 /* MVBaseController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E5D266782EC00874B19 /* MVBaseController.swift */; };
  32. 41CA6E69266788C000874B19 /* MVLoginController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E68266788C000874B19 /* MVLoginController.swift */; };
  33. 41CA6E6C266788F700874B19 /* MVPlayerConntroller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E6B266788F700874B19 /* MVPlayerConntroller.swift */; };
  34. 41CA6E702667953700874B19 /* MVSettingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E6F2667953700874B19 /* MVSettingController.swift */; };
  35. 41CA6F4B26689F4400874B19 /* PQMineViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6F4A26689F4400874B19 /* PQMineViewModel.swift */; };
  36. 41CA6F782668B80D00874B19 /* PQPhoneLoginController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6F772668B80D00874B19 /* PQPhoneLoginController.swift */; };
  37. 94FE06D694DF52C85DEDA82B /* Pods_MusicVideoPlus.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */; };
  38. /* End PBXBuildFile section */
  39. /* Begin PBXFileReference section */
  40. 2D076755266DF8E300E64472 /* PQServerProtocalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PQServerProtocalView.swift; sourceTree = "<group>"; };
  41. 2D076757266E08E700E64472 /* MVHomeController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVHomeController.swift; sourceTree = "<group>"; };
  42. 2D1EC137266B4F4900CBACE4 /* MVThirdApiUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVThirdApiUtil.swift; sourceTree = "<group>"; };
  43. 2D9630D2268186A500AE6FFE /* MVPlayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVPlayViewController.swift; sourceTree = "<group>"; };
  44. 2D9630D42681874D00AE6FFE /* MVPlayControlViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVPlayControlViewCell.swift; sourceTree = "<group>"; };
  45. 2D9630D82681947300AE6FFE /* MVRequestURLUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVRequestURLUtil.swift; sourceTree = "<group>"; };
  46. 2D9630DB2681C8AB00AE6FFE /* MVMineViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVMineViewModel.swift; sourceTree = "<group>"; };
  47. 2D9630DD268206F300AE6FFE /* MVMineProductController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMineProductController.swift; sourceTree = "<group>"; };
  48. 2D9630E02682096900AE6FFE /* PQCollectionViewFlowlayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQCollectionViewFlowlayout.swift; sourceTree = "<group>"; };
  49. 2D9630E226820B1900AE6FFE /* MVMineProductCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMineProductCell.swift; sourceTree = "<group>"; };
  50. 2D9630E42682D14500AE6FFE /* MVMineHeadInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMineHeadInfoView.swift; sourceTree = "<group>"; };
  51. 2D9630E62683534B00AE6FFE /* MVProductEmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVProductEmptyView.swift; sourceTree = "<group>"; };
  52. 3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MusicVideoPlus.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 4112DCF02668C45B00A5AFD9 /* MusicVideoPlus.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MusicVideoPlus.entitlements; sourceTree = "<group>"; };
  54. 4112DD492668D6A600A5AFD9 /* MusicVideoPlus-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MusicVideoPlus-Bridging-Header.h"; sourceTree = "<group>"; };
  55. 4112DD822669BFA600A5AFD9 /* MVBanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVBanner.swift; sourceTree = "<group>"; };
  56. 4112DD852669BFFA00A5AFD9 /* MVBannerFlowLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVBannerFlowLayout.swift; sourceTree = "<group>"; };
  57. 4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVBannerCell.swift; sourceTree = "<group>"; };
  58. 4144BE30266F128E00ABBDFA /* PQBandingPhoneController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQBandingPhoneController.swift; sourceTree = "<group>"; };
  59. 4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVTagsCell.swift; sourceTree = "<group>"; };
  60. 417D868B266A2E8400DA2444 /* MVHomeViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVHomeViewModel.swift; sourceTree = "<group>"; };
  61. 417D86A3266A375D00DA2444 /* PQConfig.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = PQConfig.plist; sourceTree = "<group>"; };
  62. 417D86A6266A3CC900DA2444 /* MVHotVideoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVHotVideoModel.swift; sourceTree = "<group>"; };
  63. 4185322C2665342100DCA2C1 /* MusicVideoPlus.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MusicVideoPlus.app; sourceTree = BUILT_PRODUCTS_DIR; };
  64. 4185322F2665342100DCA2C1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  65. 418532382665342200DCA2C1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  66. 4185323D2665342200DCA2C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  67. 41CA6E5D266782EC00874B19 /* MVBaseController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVBaseController.swift; sourceTree = "<group>"; };
  68. 41CA6E68266788C000874B19 /* MVLoginController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVLoginController.swift; sourceTree = "<group>"; };
  69. 41CA6E6B266788F700874B19 /* MVPlayerConntroller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVPlayerConntroller.swift; sourceTree = "<group>"; };
  70. 41CA6E6F2667953700874B19 /* MVSettingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVSettingController.swift; sourceTree = "<group>"; };
  71. 41CA6F4A26689F4400874B19 /* PQMineViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQMineViewModel.swift; sourceTree = "<group>"; };
  72. 41CA6F772668B80D00874B19 /* PQPhoneLoginController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQPhoneLoginController.swift; sourceTree = "<group>"; };
  73. 6615FEB8727C4F1C21644B68 /* Pods-MusicVideoPlus.adhoc.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MusicVideoPlus.adhoc.xcconfig"; path = "Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus.adhoc.xcconfig"; sourceTree = "<group>"; };
  74. BA41A7982C015630B0037270 /* Pods-MusicVideoPlus.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MusicVideoPlus.debug.xcconfig"; path = "Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus.debug.xcconfig"; sourceTree = "<group>"; };
  75. FA6E2A72ECD6573604333FD8 /* Pods-MusicVideoPlus.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MusicVideoPlus.release.xcconfig"; path = "Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus.release.xcconfig"; sourceTree = "<group>"; };
  76. /* End PBXFileReference section */
  77. /* Begin PBXFrameworksBuildPhase section */
  78. 418532292665342100DCA2C1 /* Frameworks */ = {
  79. isa = PBXFrameworksBuildPhase;
  80. buildActionMask = 2147483647;
  81. files = (
  82. 94FE06D694DF52C85DEDA82B /* Pods_MusicVideoPlus.framework in Frameworks */,
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. /* End PBXFrameworksBuildPhase section */
  87. /* Begin PBXGroup section */
  88. 2D076754266DF8C000E64472 /* Views */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 2D076755266DF8E300E64472 /* PQServerProtocalView.swift */,
  92. );
  93. path = Views;
  94. sourceTree = "<group>";
  95. };
  96. 2D1EC136266B4F3300CBACE4 /* Utils */ = {
  97. isa = PBXGroup;
  98. children = (
  99. 2D1EC137266B4F4900CBACE4 /* MVThirdApiUtil.swift */,
  100. 2D9630D82681947300AE6FFE /* MVRequestURLUtil.swift */,
  101. );
  102. name = Utils;
  103. path = Modules/Utils;
  104. sourceTree = "<group>";
  105. };
  106. 2D9630DA2681C8AB00AE6FFE /* ViewModel */ = {
  107. isa = PBXGroup;
  108. children = (
  109. 2D9630DB2681C8AB00AE6FFE /* MVMineViewModel.swift */,
  110. );
  111. path = ViewModel;
  112. sourceTree = "<group>";
  113. };
  114. 2D9630DF2682080100AE6FFE /* Views */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 2D9630D42681874D00AE6FFE /* MVPlayControlViewCell.swift */,
  118. 2D9630E226820B1900AE6FFE /* MVMineProductCell.swift */,
  119. 2D9630E42682D14500AE6FFE /* MVMineHeadInfoView.swift */,
  120. 2D9630E62683534B00AE6FFE /* MVProductEmptyView.swift */,
  121. );
  122. path = Views;
  123. sourceTree = "<group>";
  124. };
  125. 4112DD812669BF8900A5AFD9 /* Banner */ = {
  126. isa = PBXGroup;
  127. children = (
  128. 4112DD822669BFA600A5AFD9 /* MVBanner.swift */,
  129. 4112DD852669BFFA00A5AFD9 /* MVBannerFlowLayout.swift */,
  130. );
  131. path = Banner;
  132. sourceTree = "<group>";
  133. };
  134. 418532232665342100DCA2C1 = {
  135. isa = PBXGroup;
  136. children = (
  137. 4185322E2665342100DCA2C1 /* MusicVideoPlus */,
  138. 4185322D2665342100DCA2C1 /* Products */,
  139. 6308E2A5050F07FDED653CB8 /* Pods */,
  140. 7C94A5F768CA416867AAA23A /* Frameworks */,
  141. );
  142. sourceTree = "<group>";
  143. };
  144. 4185322D2665342100DCA2C1 /* Products */ = {
  145. isa = PBXGroup;
  146. children = (
  147. 4185322C2665342100DCA2C1 /* MusicVideoPlus.app */,
  148. );
  149. name = Products;
  150. sourceTree = "<group>";
  151. };
  152. 4185322E2665342100DCA2C1 /* MusicVideoPlus */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 417D86A3266A375D00DA2444 /* PQConfig.plist */,
  156. 4112DCF02668C45B00A5AFD9 /* MusicVideoPlus.entitlements */,
  157. 41CA6E39266782C900874B19 /* Classes */,
  158. 418532382665342200DCA2C1 /* Assets.xcassets */,
  159. 4185323D2665342200DCA2C1 /* Info.plist */,
  160. 4185322F2665342100DCA2C1 /* AppDelegate.swift */,
  161. 4112DD492668D6A600A5AFD9 /* MusicVideoPlus-Bridging-Header.h */,
  162. );
  163. path = MusicVideoPlus;
  164. sourceTree = "<group>";
  165. };
  166. 41CA6E39266782C900874B19 /* Classes */ = {
  167. isa = PBXGroup;
  168. children = (
  169. 2D1EC136266B4F3300CBACE4 /* Utils */,
  170. 41CA6E3A266782C900874B19 /* Vendors */,
  171. 41CA6E3B266782C900874B19 /* Enums */,
  172. 41CA6E3D266782C900874B19 /* Modules */,
  173. 41CA6E5C266782C900874B19 /* Categorys */,
  174. );
  175. path = Classes;
  176. sourceTree = "<group>";
  177. };
  178. 41CA6E3A266782C900874B19 /* Vendors */ = {
  179. isa = PBXGroup;
  180. children = (
  181. );
  182. path = Vendors;
  183. sourceTree = "<group>";
  184. };
  185. 41CA6E3B266782C900874B19 /* Enums */ = {
  186. isa = PBXGroup;
  187. children = (
  188. );
  189. path = Enums;
  190. sourceTree = "<group>";
  191. };
  192. 41CA6E3D266782C900874B19 /* Modules */ = {
  193. isa = PBXGroup;
  194. children = (
  195. 41CA6E52266782C900874B19 /* Base */,
  196. 41CA6E3E266782C900874B19 /* Home */,
  197. 41CA6E43266782C900874B19 /* Mine */,
  198. 41CA6E48266782C900874B19 /* Setting */,
  199. 41CA6E4D266782C900874B19 /* Login */,
  200. 41CA6E57266782C900874B19 /* Player */,
  201. );
  202. path = Modules;
  203. sourceTree = "<group>";
  204. };
  205. 41CA6E3E266782C900874B19 /* Home */ = {
  206. isa = PBXGroup;
  207. children = (
  208. 41CA6E3F266782C900874B19 /* ViewModels */,
  209. 41CA6E40266782C900874B19 /* Models */,
  210. 41CA6E41266782C900874B19 /* Controllers */,
  211. 41CA6E42266782C900874B19 /* Views */,
  212. );
  213. path = Home;
  214. sourceTree = "<group>";
  215. };
  216. 41CA6E3F266782C900874B19 /* ViewModels */ = {
  217. isa = PBXGroup;
  218. children = (
  219. 417D868B266A2E8400DA2444 /* MVHomeViewModel.swift */,
  220. );
  221. path = ViewModels;
  222. sourceTree = "<group>";
  223. };
  224. 41CA6E40266782C900874B19 /* Models */ = {
  225. isa = PBXGroup;
  226. children = (
  227. 417D86A6266A3CC900DA2444 /* MVHotVideoModel.swift */,
  228. );
  229. path = Models;
  230. sourceTree = "<group>";
  231. };
  232. 41CA6E41266782C900874B19 /* Controllers */ = {
  233. isa = PBXGroup;
  234. children = (
  235. 2D076757266E08E700E64472 /* MVHomeController.swift */,
  236. );
  237. path = Controllers;
  238. sourceTree = "<group>";
  239. };
  240. 41CA6E42266782C900874B19 /* Views */ = {
  241. isa = PBXGroup;
  242. children = (
  243. 4112DD812669BF8900A5AFD9 /* Banner */,
  244. 4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */,
  245. 4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */,
  246. );
  247. path = Views;
  248. sourceTree = "<group>";
  249. };
  250. 41CA6E43266782C900874B19 /* Mine */ = {
  251. isa = PBXGroup;
  252. children = (
  253. 2D9630DF2682080100AE6FFE /* Views */,
  254. 41CA6E46266782C900874B19 /* Controllers */,
  255. 2D9630DA2681C8AB00AE6FFE /* ViewModel */,
  256. 41CA6E45266782C900874B19 /* Models */,
  257. );
  258. path = Mine;
  259. sourceTree = "<group>";
  260. };
  261. 41CA6E45266782C900874B19 /* Models */ = {
  262. isa = PBXGroup;
  263. children = (
  264. );
  265. path = Models;
  266. sourceTree = "<group>";
  267. };
  268. 41CA6E46266782C900874B19 /* Controllers */ = {
  269. isa = PBXGroup;
  270. children = (
  271. 2D9630E02682096900AE6FFE /* PQCollectionViewFlowlayout.swift */,
  272. 2D9630D2268186A500AE6FFE /* MVPlayViewController.swift */,
  273. 2D9630DD268206F300AE6FFE /* MVMineProductController.swift */,
  274. );
  275. path = Controllers;
  276. sourceTree = "<group>";
  277. };
  278. 41CA6E48266782C900874B19 /* Setting */ = {
  279. isa = PBXGroup;
  280. children = (
  281. 41CA6E49266782C900874B19 /* ViewModels */,
  282. 41CA6E4A266782C900874B19 /* Models */,
  283. 41CA6E4B266782C900874B19 /* Controllers */,
  284. 41CA6E4C266782C900874B19 /* Views */,
  285. );
  286. path = Setting;
  287. sourceTree = "<group>";
  288. };
  289. 41CA6E49266782C900874B19 /* ViewModels */ = {
  290. isa = PBXGroup;
  291. children = (
  292. );
  293. path = ViewModels;
  294. sourceTree = "<group>";
  295. };
  296. 41CA6E4A266782C900874B19 /* Models */ = {
  297. isa = PBXGroup;
  298. children = (
  299. );
  300. path = Models;
  301. sourceTree = "<group>";
  302. };
  303. 41CA6E4B266782C900874B19 /* Controllers */ = {
  304. isa = PBXGroup;
  305. children = (
  306. 41CA6E6F2667953700874B19 /* MVSettingController.swift */,
  307. );
  308. path = Controllers;
  309. sourceTree = "<group>";
  310. };
  311. 41CA6E4C266782C900874B19 /* Views */ = {
  312. isa = PBXGroup;
  313. children = (
  314. );
  315. path = Views;
  316. sourceTree = "<group>";
  317. };
  318. 41CA6E4D266782C900874B19 /* Login */ = {
  319. isa = PBXGroup;
  320. children = (
  321. 41CA6E4E266782C900874B19 /* ViewModels */,
  322. 41CA6E4F266782C900874B19 /* Models */,
  323. 41CA6E50266782C900874B19 /* Controllers */,
  324. 41CA6E51266782C900874B19 /* Views */,
  325. );
  326. path = Login;
  327. sourceTree = "<group>";
  328. };
  329. 41CA6E4E266782C900874B19 /* ViewModels */ = {
  330. isa = PBXGroup;
  331. children = (
  332. 41CA6F4A26689F4400874B19 /* PQMineViewModel.swift */,
  333. );
  334. path = ViewModels;
  335. sourceTree = "<group>";
  336. };
  337. 41CA6E4F266782C900874B19 /* Models */ = {
  338. isa = PBXGroup;
  339. children = (
  340. );
  341. path = Models;
  342. sourceTree = "<group>";
  343. };
  344. 41CA6E50266782C900874B19 /* Controllers */ = {
  345. isa = PBXGroup;
  346. children = (
  347. 4144BE30266F128E00ABBDFA /* PQBandingPhoneController.swift */,
  348. 41CA6F772668B80D00874B19 /* PQPhoneLoginController.swift */,
  349. 41CA6E68266788C000874B19 /* MVLoginController.swift */,
  350. );
  351. path = Controllers;
  352. sourceTree = "<group>";
  353. };
  354. 41CA6E51266782C900874B19 /* Views */ = {
  355. isa = PBXGroup;
  356. children = (
  357. );
  358. path = Views;
  359. sourceTree = "<group>";
  360. };
  361. 41CA6E52266782C900874B19 /* Base */ = {
  362. isa = PBXGroup;
  363. children = (
  364. 2D076754266DF8C000E64472 /* Views */,
  365. 41CA6E53266782C900874B19 /* ViewModels */,
  366. 41CA6E54266782C900874B19 /* Models */,
  367. 41CA6E55266782C900874B19 /* Controllers */,
  368. );
  369. path = Base;
  370. sourceTree = "<group>";
  371. };
  372. 41CA6E53266782C900874B19 /* ViewModels */ = {
  373. isa = PBXGroup;
  374. children = (
  375. );
  376. path = ViewModels;
  377. sourceTree = "<group>";
  378. };
  379. 41CA6E54266782C900874B19 /* Models */ = {
  380. isa = PBXGroup;
  381. children = (
  382. );
  383. path = Models;
  384. sourceTree = "<group>";
  385. };
  386. 41CA6E55266782C900874B19 /* Controllers */ = {
  387. isa = PBXGroup;
  388. children = (
  389. 41CA6E5D266782EC00874B19 /* MVBaseController.swift */,
  390. );
  391. path = Controllers;
  392. sourceTree = "<group>";
  393. };
  394. 41CA6E57266782C900874B19 /* Player */ = {
  395. isa = PBXGroup;
  396. children = (
  397. 41CA6E58266782C900874B19 /* ViewModels */,
  398. 41CA6E59266782C900874B19 /* Models */,
  399. 41CA6E5A266782C900874B19 /* Controllers */,
  400. 41CA6E5B266782C900874B19 /* Views */,
  401. );
  402. path = Player;
  403. sourceTree = "<group>";
  404. };
  405. 41CA6E58266782C900874B19 /* ViewModels */ = {
  406. isa = PBXGroup;
  407. children = (
  408. );
  409. path = ViewModels;
  410. sourceTree = "<group>";
  411. };
  412. 41CA6E59266782C900874B19 /* Models */ = {
  413. isa = PBXGroup;
  414. children = (
  415. );
  416. path = Models;
  417. sourceTree = "<group>";
  418. };
  419. 41CA6E5A266782C900874B19 /* Controllers */ = {
  420. isa = PBXGroup;
  421. children = (
  422. 41CA6E6B266788F700874B19 /* MVPlayerConntroller.swift */,
  423. );
  424. path = Controllers;
  425. sourceTree = "<group>";
  426. };
  427. 41CA6E5B266782C900874B19 /* Views */ = {
  428. isa = PBXGroup;
  429. children = (
  430. );
  431. path = Views;
  432. sourceTree = "<group>";
  433. };
  434. 41CA6E5C266782C900874B19 /* Categorys */ = {
  435. isa = PBXGroup;
  436. children = (
  437. );
  438. path = Categorys;
  439. sourceTree = "<group>";
  440. };
  441. 6308E2A5050F07FDED653CB8 /* Pods */ = {
  442. isa = PBXGroup;
  443. children = (
  444. BA41A7982C015630B0037270 /* Pods-MusicVideoPlus.debug.xcconfig */,
  445. FA6E2A72ECD6573604333FD8 /* Pods-MusicVideoPlus.release.xcconfig */,
  446. 6615FEB8727C4F1C21644B68 /* Pods-MusicVideoPlus.adhoc.xcconfig */,
  447. );
  448. path = Pods;
  449. sourceTree = "<group>";
  450. };
  451. 7C94A5F768CA416867AAA23A /* Frameworks */ = {
  452. isa = PBXGroup;
  453. children = (
  454. 3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */,
  455. );
  456. name = Frameworks;
  457. sourceTree = "<group>";
  458. };
  459. /* End PBXGroup section */
  460. /* Begin PBXNativeTarget section */
  461. 4185322B2665342100DCA2C1 /* MusicVideoPlus */ = {
  462. isa = PBXNativeTarget;
  463. buildConfigurationList = 418532402665342200DCA2C1 /* Build configuration list for PBXNativeTarget "MusicVideoPlus" */;
  464. buildPhases = (
  465. 108736738C97D5C21F9CD631 /* [CP] Check Pods Manifest.lock */,
  466. 418532282665342100DCA2C1 /* Sources */,
  467. 418532292665342100DCA2C1 /* Frameworks */,
  468. 4185322A2665342100DCA2C1 /* Resources */,
  469. 3115904EEDD5A7932018A62B /* [CP] Embed Pods Frameworks */,
  470. C6FA5936A2396AFEBC20A306 /* [CP] Copy Pods Resources */,
  471. );
  472. buildRules = (
  473. );
  474. dependencies = (
  475. );
  476. name = MusicVideoPlus;
  477. productName = MusicVideoPlus;
  478. productReference = 4185322C2665342100DCA2C1 /* MusicVideoPlus.app */;
  479. productType = "com.apple.product-type.application";
  480. };
  481. /* End PBXNativeTarget section */
  482. /* Begin PBXProject section */
  483. 418532242665342100DCA2C1 /* Project object */ = {
  484. isa = PBXProject;
  485. attributes = {
  486. CLASSPREFIX = MV;
  487. LastSwiftUpdateCheck = 1230;
  488. LastUpgradeCheck = 1250;
  489. TargetAttributes = {
  490. 4185322B2665342100DCA2C1 = {
  491. CreatedOnToolsVersion = 12.3;
  492. };
  493. };
  494. };
  495. buildConfigurationList = 418532272665342100DCA2C1 /* Build configuration list for PBXProject "MusicVideoPlus" */;
  496. compatibilityVersion = "Xcode 9.3";
  497. developmentRegion = en;
  498. hasScannedForEncodings = 0;
  499. knownRegions = (
  500. en,
  501. Base,
  502. "zh-Hans",
  503. );
  504. mainGroup = 418532232665342100DCA2C1;
  505. productRefGroup = 4185322D2665342100DCA2C1 /* Products */;
  506. projectDirPath = "";
  507. projectRoot = "";
  508. targets = (
  509. 4185322B2665342100DCA2C1 /* MusicVideoPlus */,
  510. );
  511. };
  512. /* End PBXProject section */
  513. /* Begin PBXResourcesBuildPhase section */
  514. 4185322A2665342100DCA2C1 /* Resources */ = {
  515. isa = PBXResourcesBuildPhase;
  516. buildActionMask = 2147483647;
  517. files = (
  518. 417D86A4266A375D00DA2444 /* PQConfig.plist in Resources */,
  519. 418532392665342200DCA2C1 /* Assets.xcassets in Resources */,
  520. );
  521. runOnlyForDeploymentPostprocessing = 0;
  522. };
  523. /* End PBXResourcesBuildPhase section */
  524. /* Begin PBXShellScriptBuildPhase section */
  525. 108736738C97D5C21F9CD631 /* [CP] Check Pods Manifest.lock */ = {
  526. isa = PBXShellScriptBuildPhase;
  527. buildActionMask = 2147483647;
  528. files = (
  529. );
  530. inputFileListPaths = (
  531. );
  532. inputPaths = (
  533. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  534. "${PODS_ROOT}/Manifest.lock",
  535. );
  536. name = "[CP] Check Pods Manifest.lock";
  537. outputFileListPaths = (
  538. );
  539. outputPaths = (
  540. "$(DERIVED_FILE_DIR)/Pods-MusicVideoPlus-checkManifestLockResult.txt",
  541. );
  542. runOnlyForDeploymentPostprocessing = 0;
  543. shellPath = /bin/sh;
  544. 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";
  545. showEnvVarsInLog = 0;
  546. };
  547. 3115904EEDD5A7932018A62B /* [CP] Embed Pods Frameworks */ = {
  548. isa = PBXShellScriptBuildPhase;
  549. buildActionMask = 2147483647;
  550. files = (
  551. );
  552. inputFileListPaths = (
  553. "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  554. );
  555. name = "[CP] Embed Pods Frameworks";
  556. outputFileListPaths = (
  557. "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  558. );
  559. runOnlyForDeploymentPostprocessing = 0;
  560. shellPath = /bin/sh;
  561. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks.sh\"\n";
  562. showEnvVarsInLog = 0;
  563. };
  564. C6FA5936A2396AFEBC20A306 /* [CP] Copy Pods Resources */ = {
  565. isa = PBXShellScriptBuildPhase;
  566. buildActionMask = 2147483647;
  567. files = (
  568. );
  569. inputFileListPaths = (
  570. "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources-${CONFIGURATION}-input-files.xcfilelist",
  571. );
  572. name = "[CP] Copy Pods Resources";
  573. outputFileListPaths = (
  574. "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources-${CONFIGURATION}-output-files.xcfilelist",
  575. );
  576. runOnlyForDeploymentPostprocessing = 0;
  577. shellPath = /bin/sh;
  578. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources.sh\"\n";
  579. showEnvVarsInLog = 0;
  580. };
  581. /* End PBXShellScriptBuildPhase section */
  582. /* Begin PBXSourcesBuildPhase section */
  583. 418532282665342100DCA2C1 /* Sources */ = {
  584. isa = PBXSourcesBuildPhase;
  585. buildActionMask = 2147483647;
  586. files = (
  587. 4112DD862669BFFA00A5AFD9 /* MVBannerFlowLayout.swift in Sources */,
  588. 41CA6E702667953700874B19 /* MVSettingController.swift in Sources */,
  589. 2D076758266E08E700E64472 /* MVHomeController.swift in Sources */,
  590. 4112DD912669C11C00A5AFD9 /* MVBannerCell.swift in Sources */,
  591. 41CA6E6C266788F700874B19 /* MVPlayerConntroller.swift in Sources */,
  592. 41CA6E5E266782EC00874B19 /* MVBaseController.swift in Sources */,
  593. 2D9630D92681947300AE6FFE /* MVRequestURLUtil.swift in Sources */,
  594. 2D9630E326820B1900AE6FFE /* MVMineProductCell.swift in Sources */,
  595. 417D86A7266A3CC900DA2444 /* MVHotVideoModel.swift in Sources */,
  596. 2D9630E72683534B00AE6FFE /* MVProductEmptyView.swift in Sources */,
  597. 2D9630D52681874D00AE6FFE /* MVPlayControlViewCell.swift in Sources */,
  598. 2D9630DE268206F300AE6FFE /* MVMineProductController.swift in Sources */,
  599. 4149C8932669FE6F0055CAA2 /* MVTagsCell.swift in Sources */,
  600. 4112DD832669BFA600A5AFD9 /* MVBanner.swift in Sources */,
  601. 2D1EC138266B4F4900CBACE4 /* MVThirdApiUtil.swift in Sources */,
  602. 2D9630D3268186A500AE6FFE /* MVPlayViewController.swift in Sources */,
  603. 2D076756266DF8E300E64472 /* PQServerProtocalView.swift in Sources */,
  604. 4144BE31266F128E00ABBDFA /* PQBandingPhoneController.swift in Sources */,
  605. 41CA6E69266788C000874B19 /* MVLoginController.swift in Sources */,
  606. 2D9630E52682D14500AE6FFE /* MVMineHeadInfoView.swift in Sources */,
  607. 2D9630DC2681C8AB00AE6FFE /* MVMineViewModel.swift in Sources */,
  608. 41CA6F4B26689F4400874B19 /* PQMineViewModel.swift in Sources */,
  609. 417D868C266A2E8400DA2444 /* MVHomeViewModel.swift in Sources */,
  610. 2D9630E12682096900AE6FFE /* PQCollectionViewFlowlayout.swift in Sources */,
  611. 41CA6F782668B80D00874B19 /* PQPhoneLoginController.swift in Sources */,
  612. 418532302665342100DCA2C1 /* AppDelegate.swift in Sources */,
  613. );
  614. runOnlyForDeploymentPostprocessing = 0;
  615. };
  616. /* End PBXSourcesBuildPhase section */
  617. /* Begin XCBuildConfiguration section */
  618. 4185323E2665342200DCA2C1 /* Debug */ = {
  619. isa = XCBuildConfiguration;
  620. buildSettings = {
  621. ALWAYS_SEARCH_USER_PATHS = NO;
  622. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  623. CLANG_ANALYZER_NONNULL = YES;
  624. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  625. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  626. CLANG_CXX_LIBRARY = "libc++";
  627. CLANG_ENABLE_MODULES = YES;
  628. CLANG_ENABLE_OBJC_ARC = YES;
  629. CLANG_ENABLE_OBJC_WEAK = YES;
  630. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  631. CLANG_WARN_BOOL_CONVERSION = YES;
  632. CLANG_WARN_COMMA = YES;
  633. CLANG_WARN_CONSTANT_CONVERSION = YES;
  634. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  635. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  636. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  637. CLANG_WARN_EMPTY_BODY = YES;
  638. CLANG_WARN_ENUM_CONVERSION = YES;
  639. CLANG_WARN_INFINITE_RECURSION = YES;
  640. CLANG_WARN_INT_CONVERSION = YES;
  641. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  642. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  643. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  644. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  645. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  646. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  647. CLANG_WARN_STRICT_PROTOTYPES = YES;
  648. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  649. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  650. CLANG_WARN_UNREACHABLE_CODE = YES;
  651. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  652. COPY_PHASE_STRIP = NO;
  653. DEBUG_INFORMATION_FORMAT = dwarf;
  654. ENABLE_STRICT_OBJC_MSGSEND = YES;
  655. ENABLE_TESTABILITY = YES;
  656. GCC_C_LANGUAGE_STANDARD = gnu11;
  657. GCC_DYNAMIC_NO_PIC = NO;
  658. GCC_NO_COMMON_BLOCKS = YES;
  659. GCC_OPTIMIZATION_LEVEL = 0;
  660. GCC_PREPROCESSOR_DEFINITIONS = (
  661. "DEBUG=1",
  662. "$(inherited)",
  663. );
  664. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  665. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  666. GCC_WARN_UNDECLARED_SELECTOR = YES;
  667. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  668. GCC_WARN_UNUSED_FUNCTION = YES;
  669. GCC_WARN_UNUSED_VARIABLE = YES;
  670. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  671. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  672. MTL_FAST_MATH = YES;
  673. ONLY_ACTIVE_ARCH = YES;
  674. SDKROOT = iphoneos;
  675. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  676. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  677. };
  678. name = Debug;
  679. };
  680. 4185323F2665342200DCA2C1 /* Release */ = {
  681. isa = XCBuildConfiguration;
  682. buildSettings = {
  683. ALWAYS_SEARCH_USER_PATHS = NO;
  684. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  685. CLANG_ANALYZER_NONNULL = YES;
  686. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  687. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  688. CLANG_CXX_LIBRARY = "libc++";
  689. CLANG_ENABLE_MODULES = YES;
  690. CLANG_ENABLE_OBJC_ARC = YES;
  691. CLANG_ENABLE_OBJC_WEAK = YES;
  692. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  693. CLANG_WARN_BOOL_CONVERSION = YES;
  694. CLANG_WARN_COMMA = YES;
  695. CLANG_WARN_CONSTANT_CONVERSION = YES;
  696. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  697. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  698. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  699. CLANG_WARN_EMPTY_BODY = YES;
  700. CLANG_WARN_ENUM_CONVERSION = YES;
  701. CLANG_WARN_INFINITE_RECURSION = YES;
  702. CLANG_WARN_INT_CONVERSION = YES;
  703. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  704. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  705. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  706. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  707. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  708. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  709. CLANG_WARN_STRICT_PROTOTYPES = YES;
  710. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  711. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  712. CLANG_WARN_UNREACHABLE_CODE = YES;
  713. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  714. COPY_PHASE_STRIP = NO;
  715. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  716. ENABLE_NS_ASSERTIONS = NO;
  717. ENABLE_STRICT_OBJC_MSGSEND = YES;
  718. GCC_C_LANGUAGE_STANDARD = gnu11;
  719. GCC_NO_COMMON_BLOCKS = YES;
  720. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  721. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  722. GCC_WARN_UNDECLARED_SELECTOR = YES;
  723. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  724. GCC_WARN_UNUSED_FUNCTION = YES;
  725. GCC_WARN_UNUSED_VARIABLE = YES;
  726. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  727. MTL_ENABLE_DEBUG_INFO = NO;
  728. MTL_FAST_MATH = YES;
  729. SDKROOT = iphoneos;
  730. SWIFT_COMPILATION_MODE = wholemodule;
  731. SWIFT_OPTIMIZATION_LEVEL = "-O";
  732. VALIDATE_PRODUCT = YES;
  733. };
  734. name = Release;
  735. };
  736. 418532412665342200DCA2C1 /* Debug */ = {
  737. isa = XCBuildConfiguration;
  738. baseConfigurationReference = BA41A7982C015630B0037270 /* Pods-MusicVideoPlus.debug.xcconfig */;
  739. buildSettings = {
  740. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  741. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  742. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  743. CODE_SIGN_ENTITLEMENTS = MusicVideoPlus/MusicVideoPlus.entitlements;
  744. CODE_SIGN_STYLE = Automatic;
  745. CURRENT_PROJECT_VERSION = 092602;
  746. DEVELOPMENT_TEAM = UH52C8A7SN;
  747. ENABLE_BITCODE = NO;
  748. INFOPLIST_FILE = MusicVideoPlus/Info.plist;
  749. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  750. LD_RUNPATH_SEARCH_PATHS = (
  751. "$(inherited)",
  752. "@executable_path/Frameworks",
  753. );
  754. MARKETING_VERSION = 1.2.0;
  755. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;
  756. PRODUCT_NAME = "$(TARGET_NAME)";
  757. SWIFT_OBJC_BRIDGING_HEADER = "MusicVideoPlus/MusicVideoPlus-Bridging-Header.h";
  758. SWIFT_VERSION = 5.0;
  759. TARGETED_DEVICE_FAMILY = 1;
  760. };
  761. name = Debug;
  762. };
  763. 418532422665342200DCA2C1 /* Release */ = {
  764. isa = XCBuildConfiguration;
  765. baseConfigurationReference = FA6E2A72ECD6573604333FD8 /* Pods-MusicVideoPlus.release.xcconfig */;
  766. buildSettings = {
  767. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  768. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  769. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  770. CODE_SIGN_ENTITLEMENTS = MusicVideoPlus/MusicVideoPlus.entitlements;
  771. CODE_SIGN_STYLE = Automatic;
  772. CURRENT_PROJECT_VERSION = 092602;
  773. DEVELOPMENT_TEAM = UH52C8A7SN;
  774. ENABLE_BITCODE = NO;
  775. INFOPLIST_FILE = MusicVideoPlus/Info.plist;
  776. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  777. LD_RUNPATH_SEARCH_PATHS = (
  778. "$(inherited)",
  779. "@executable_path/Frameworks",
  780. );
  781. MARKETING_VERSION = 1.2.0;
  782. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;
  783. PRODUCT_NAME = "$(TARGET_NAME)";
  784. SWIFT_OBJC_BRIDGING_HEADER = "MusicVideoPlus/MusicVideoPlus-Bridging-Header.h";
  785. SWIFT_VERSION = 5.0;
  786. TARGETED_DEVICE_FAMILY = 1;
  787. };
  788. name = Release;
  789. };
  790. 4AB888BC270099BC009CFD1A /* adhoc */ = {
  791. isa = XCBuildConfiguration;
  792. buildSettings = {
  793. ALWAYS_SEARCH_USER_PATHS = NO;
  794. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  795. CLANG_ANALYZER_NONNULL = YES;
  796. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  797. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  798. CLANG_CXX_LIBRARY = "libc++";
  799. CLANG_ENABLE_MODULES = YES;
  800. CLANG_ENABLE_OBJC_ARC = YES;
  801. CLANG_ENABLE_OBJC_WEAK = YES;
  802. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  803. CLANG_WARN_BOOL_CONVERSION = YES;
  804. CLANG_WARN_COMMA = YES;
  805. CLANG_WARN_CONSTANT_CONVERSION = YES;
  806. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  807. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  808. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  809. CLANG_WARN_EMPTY_BODY = YES;
  810. CLANG_WARN_ENUM_CONVERSION = YES;
  811. CLANG_WARN_INFINITE_RECURSION = YES;
  812. CLANG_WARN_INT_CONVERSION = YES;
  813. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  814. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  815. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  816. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  817. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  818. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  819. CLANG_WARN_STRICT_PROTOTYPES = YES;
  820. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  821. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  822. CLANG_WARN_UNREACHABLE_CODE = YES;
  823. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  824. COPY_PHASE_STRIP = NO;
  825. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  826. ENABLE_NS_ASSERTIONS = NO;
  827. ENABLE_STRICT_OBJC_MSGSEND = YES;
  828. GCC_C_LANGUAGE_STANDARD = gnu11;
  829. GCC_NO_COMMON_BLOCKS = YES;
  830. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  831. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  832. GCC_WARN_UNDECLARED_SELECTOR = YES;
  833. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  834. GCC_WARN_UNUSED_FUNCTION = YES;
  835. GCC_WARN_UNUSED_VARIABLE = YES;
  836. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  837. MTL_ENABLE_DEBUG_INFO = NO;
  838. MTL_FAST_MATH = YES;
  839. SDKROOT = iphoneos;
  840. SWIFT_COMPILATION_MODE = wholemodule;
  841. SWIFT_OPTIMIZATION_LEVEL = "-O";
  842. VALIDATE_PRODUCT = YES;
  843. };
  844. name = adhoc;
  845. };
  846. 4AB888BD270099BC009CFD1A /* adhoc */ = {
  847. isa = XCBuildConfiguration;
  848. baseConfigurationReference = 6615FEB8727C4F1C21644B68 /* Pods-MusicVideoPlus.adhoc.xcconfig */;
  849. buildSettings = {
  850. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  851. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  852. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  853. CODE_SIGN_ENTITLEMENTS = MusicVideoPlus/MusicVideoPlus.entitlements;
  854. CODE_SIGN_STYLE = Automatic;
  855. CURRENT_PROJECT_VERSION = 092602;
  856. DEVELOPMENT_TEAM = UH52C8A7SN;
  857. ENABLE_BITCODE = NO;
  858. INFOPLIST_FILE = MusicVideoPlus/Info.plist;
  859. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  860. LD_RUNPATH_SEARCH_PATHS = (
  861. "$(inherited)",
  862. "@executable_path/Frameworks",
  863. );
  864. MARKETING_VERSION = 1.2.0;
  865. PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;
  866. PRODUCT_NAME = "$(TARGET_NAME)";
  867. PROVISIONING_PROFILE_SPECIFIER = provisionfile/adhoc_sy.mobileprovision;
  868. SWIFT_OBJC_BRIDGING_HEADER = "MusicVideoPlus/MusicVideoPlus-Bridging-Header.h";
  869. SWIFT_VERSION = 5.0;
  870. TARGETED_DEVICE_FAMILY = 1;
  871. };
  872. name = adhoc;
  873. };
  874. /* End XCBuildConfiguration section */
  875. /* Begin XCConfigurationList section */
  876. 418532272665342100DCA2C1 /* Build configuration list for PBXProject "MusicVideoPlus" */ = {
  877. isa = XCConfigurationList;
  878. buildConfigurations = (
  879. 4185323E2665342200DCA2C1 /* Debug */,
  880. 4185323F2665342200DCA2C1 /* Release */,
  881. 4AB888BC270099BC009CFD1A /* adhoc */,
  882. );
  883. defaultConfigurationIsVisible = 0;
  884. defaultConfigurationName = Release;
  885. };
  886. 418532402665342200DCA2C1 /* Build configuration list for PBXNativeTarget "MusicVideoPlus" */ = {
  887. isa = XCConfigurationList;
  888. buildConfigurations = (
  889. 418532412665342200DCA2C1 /* Debug */,
  890. 418532422665342200DCA2C1 /* Release */,
  891. 4AB888BD270099BC009CFD1A /* adhoc */,
  892. );
  893. defaultConfigurationIsVisible = 0;
  894. defaultConfigurationName = Release;
  895. };
  896. /* End XCConfigurationList section */
  897. };
  898. rootObject = 418532242665342100DCA2C1 /* Project object */;
  899. }