project.pbxproj 34 KB

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