project.pbxproj 35 KB

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