project.pbxproj 39 KB

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