| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890 | // !$*UTF8*$!{	archiveVersion = 1;	classes = {	};	objectVersion = 51;	objects = {/* Begin PBXBuildFile section */		2D076756266DF8E300E64472 /* PQServerProtocalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D076755266DF8E300E64472 /* PQServerProtocalView.swift */; };		2D076758266E08E700E64472 /* MVHomeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D076757266E08E700E64472 /* MVHomeController.swift */; };		2D1EC138266B4F4900CBACE4 /* MVThirdApiUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D1EC137266B4F4900CBACE4 /* MVThirdApiUtil.swift */; };		2D9630D3268186A500AE6FFE /* MVPlayViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630D2268186A500AE6FFE /* MVPlayViewController.swift */; };		2D9630D52681874D00AE6FFE /* MVPlayControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630D42681874D00AE6FFE /* MVPlayControlViewCell.swift */; };		2D9630D92681947300AE6FFE /* MVRequestURLUtil.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630D82681947300AE6FFE /* MVRequestURLUtil.swift */; };		2D9630DC2681C8AB00AE6FFE /* MVMineViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630DB2681C8AB00AE6FFE /* MVMineViewModel.swift */; };		2D9630DE268206F300AE6FFE /* MVMineProductController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630DD268206F300AE6FFE /* MVMineProductController.swift */; };		2D9630E12682096900AE6FFE /* PQCollectionViewFlowlayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E02682096900AE6FFE /* PQCollectionViewFlowlayout.swift */; };		2D9630E326820B1900AE6FFE /* MVMineProductCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E226820B1900AE6FFE /* MVMineProductCell.swift */; };		2D9630E52682D14500AE6FFE /* MVMineHeadInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E42682D14500AE6FFE /* MVMineHeadInfoView.swift */; };		2D9630E72683534B00AE6FFE /* MVProductEmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D9630E62683534B00AE6FFE /* MVProductEmptyView.swift */; };		4112DD832669BFA600A5AFD9 /* MVBanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4112DD822669BFA600A5AFD9 /* MVBanner.swift */; };		4112DD862669BFFA00A5AFD9 /* MVBannerFlowLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4112DD852669BFFA00A5AFD9 /* MVBannerFlowLayout.swift */; };		4112DD912669C11C00A5AFD9 /* MVBannerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */; };		4144BE31266F128E00ABBDFA /* PQBandingPhoneController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4144BE30266F128E00ABBDFA /* PQBandingPhoneController.swift */; };		4149C8932669FE6F0055CAA2 /* MVTagsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */; };		417D868C266A2E8400DA2444 /* MVHomeViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417D868B266A2E8400DA2444 /* MVHomeViewModel.swift */; };		417D86A4266A375D00DA2444 /* PQConfig.plist in Resources */ = {isa = PBXBuildFile; fileRef = 417D86A3266A375D00DA2444 /* PQConfig.plist */; };		417D86A7266A3CC900DA2444 /* MVHotVideoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 417D86A6266A3CC900DA2444 /* MVHotVideoModel.swift */; };		418532302665342100DCA2C1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4185322F2665342100DCA2C1 /* AppDelegate.swift */; };		418532392665342200DCA2C1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 418532382665342200DCA2C1 /* Assets.xcassets */; };		41CA6E5E266782EC00874B19 /* MVBaseController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E5D266782EC00874B19 /* MVBaseController.swift */; };		41CA6E69266788C000874B19 /* MVLoginController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E68266788C000874B19 /* MVLoginController.swift */; };		41CA6E6C266788F700874B19 /* MVPlayerConntroller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E6B266788F700874B19 /* MVPlayerConntroller.swift */; };		41CA6E702667953700874B19 /* MVSettingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E6F2667953700874B19 /* MVSettingController.swift */; };		41CA6F4B26689F4400874B19 /* PQMineViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6F4A26689F4400874B19 /* PQMineViewModel.swift */; };		41CA6F782668B80D00874B19 /* PQPhoneLoginController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6F772668B80D00874B19 /* PQPhoneLoginController.swift */; };		4A267701271020C400CEFDA9 /* MVBannerUsageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A267700271020C300CEFDA9 /* MVBannerUsageView.swift */; };		94FE06D694DF52C85DEDA82B /* Pods_MusicVideoPlus.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */; };/* End PBXBuildFile section *//* Begin PBXFileReference section */		2D076755266DF8E300E64472 /* PQServerProtocalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PQServerProtocalView.swift; sourceTree = "<group>"; };		2D076757266E08E700E64472 /* MVHomeController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVHomeController.swift; sourceTree = "<group>"; };		2D1EC137266B4F4900CBACE4 /* MVThirdApiUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVThirdApiUtil.swift; sourceTree = "<group>"; };		2D9630D2268186A500AE6FFE /* MVPlayViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVPlayViewController.swift; sourceTree = "<group>"; };		2D9630D42681874D00AE6FFE /* MVPlayControlViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVPlayControlViewCell.swift; sourceTree = "<group>"; };		2D9630D82681947300AE6FFE /* MVRequestURLUtil.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVRequestURLUtil.swift; sourceTree = "<group>"; };		2D9630DB2681C8AB00AE6FFE /* MVMineViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVMineViewModel.swift; sourceTree = "<group>"; };		2D9630DD268206F300AE6FFE /* MVMineProductController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMineProductController.swift; sourceTree = "<group>"; };		2D9630E02682096900AE6FFE /* PQCollectionViewFlowlayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQCollectionViewFlowlayout.swift; sourceTree = "<group>"; };		2D9630E226820B1900AE6FFE /* MVMineProductCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMineProductCell.swift; sourceTree = "<group>"; };		2D9630E42682D14500AE6FFE /* MVMineHeadInfoView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMineHeadInfoView.swift; sourceTree = "<group>"; };		2D9630E62683534B00AE6FFE /* MVProductEmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVProductEmptyView.swift; sourceTree = "<group>"; };		3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MusicVideoPlus.framework; sourceTree = BUILT_PRODUCTS_DIR; };		4112DCF02668C45B00A5AFD9 /* MusicVideoPlus.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MusicVideoPlus.entitlements; sourceTree = "<group>"; };		4112DD492668D6A600A5AFD9 /* MusicVideoPlus-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MusicVideoPlus-Bridging-Header.h"; sourceTree = "<group>"; };		4112DD822669BFA600A5AFD9 /* MVBanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVBanner.swift; sourceTree = "<group>"; };		4112DD852669BFFA00A5AFD9 /* MVBannerFlowLayout.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVBannerFlowLayout.swift; sourceTree = "<group>"; };		4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVBannerCell.swift; sourceTree = "<group>"; };		4144BE30266F128E00ABBDFA /* PQBandingPhoneController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQBandingPhoneController.swift; sourceTree = "<group>"; };		4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVTagsCell.swift; sourceTree = "<group>"; };		417D868B266A2E8400DA2444 /* MVHomeViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVHomeViewModel.swift; sourceTree = "<group>"; };		417D86A3266A375D00DA2444 /* PQConfig.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = PQConfig.plist; sourceTree = "<group>"; };		417D86A6266A3CC900DA2444 /* MVHotVideoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVHotVideoModel.swift; sourceTree = "<group>"; };		4185322C2665342100DCA2C1 /* MusicVideoPlus.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MusicVideoPlus.app; sourceTree = BUILT_PRODUCTS_DIR; };		4185322F2665342100DCA2C1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };		418532382665342200DCA2C1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };		4185323D2665342200DCA2C1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };		41CA6E5D266782EC00874B19 /* MVBaseController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVBaseController.swift; sourceTree = "<group>"; };		41CA6E68266788C000874B19 /* MVLoginController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVLoginController.swift; sourceTree = "<group>"; };		41CA6E6B266788F700874B19 /* MVPlayerConntroller.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVPlayerConntroller.swift; sourceTree = "<group>"; };		41CA6E6F2667953700874B19 /* MVSettingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVSettingController.swift; sourceTree = "<group>"; };		41CA6F4A26689F4400874B19 /* PQMineViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQMineViewModel.swift; sourceTree = "<group>"; };		41CA6F772668B80D00874B19 /* PQPhoneLoginController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PQPhoneLoginController.swift; sourceTree = "<group>"; };		4A267700271020C300CEFDA9 /* MVBannerUsageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVBannerUsageView.swift; sourceTree = "<group>"; };		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>"; };		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>"; };		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>"; };/* End PBXFileReference section *//* Begin PBXFrameworksBuildPhase section */		418532292665342100DCA2C1 /* Frameworks */ = {			isa = PBXFrameworksBuildPhase;			buildActionMask = 2147483647;			files = (				94FE06D694DF52C85DEDA82B /* Pods_MusicVideoPlus.framework in Frameworks */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXFrameworksBuildPhase section *//* Begin PBXGroup section */		2D076754266DF8C000E64472 /* Views */ = {			isa = PBXGroup;			children = (				2D076755266DF8E300E64472 /* PQServerProtocalView.swift */,			);			path = Views;			sourceTree = "<group>";		};		2D1EC136266B4F3300CBACE4 /* Utils */ = {			isa = PBXGroup;			children = (				2D1EC137266B4F4900CBACE4 /* MVThirdApiUtil.swift */,				2D9630D82681947300AE6FFE /* MVRequestURLUtil.swift */,			);			name = Utils;			path = Modules/Utils;			sourceTree = "<group>";		};		2D9630DA2681C8AB00AE6FFE /* ViewModel */ = {			isa = PBXGroup;			children = (				2D9630DB2681C8AB00AE6FFE /* MVMineViewModel.swift */,			);			path = ViewModel;			sourceTree = "<group>";		};		2D9630DF2682080100AE6FFE /* Views */ = {			isa = PBXGroup;			children = (				2D9630D42681874D00AE6FFE /* MVPlayControlViewCell.swift */,				2D9630E226820B1900AE6FFE /* MVMineProductCell.swift */,				2D9630E42682D14500AE6FFE /* MVMineHeadInfoView.swift */,				2D9630E62683534B00AE6FFE /* MVProductEmptyView.swift */,			);			path = Views;			sourceTree = "<group>";		};		4112DD812669BF8900A5AFD9 /* Banner */ = {			isa = PBXGroup;			children = (				4112DD822669BFA600A5AFD9 /* MVBanner.swift */,				4112DD852669BFFA00A5AFD9 /* MVBannerFlowLayout.swift */,				4A267700271020C300CEFDA9 /* MVBannerUsageView.swift */,			);			path = Banner;			sourceTree = "<group>";		};		418532232665342100DCA2C1 = {			isa = PBXGroup;			children = (				4185322E2665342100DCA2C1 /* MusicVideoPlus */,				4185322D2665342100DCA2C1 /* Products */,				6308E2A5050F07FDED653CB8 /* Pods */,				7C94A5F768CA416867AAA23A /* Frameworks */,			);			sourceTree = "<group>";		};		4185322D2665342100DCA2C1 /* Products */ = {			isa = PBXGroup;			children = (				4185322C2665342100DCA2C1 /* MusicVideoPlus.app */,			);			name = Products;			sourceTree = "<group>";		};		4185322E2665342100DCA2C1 /* MusicVideoPlus */ = {			isa = PBXGroup;			children = (				417D86A3266A375D00DA2444 /* PQConfig.plist */,				4112DCF02668C45B00A5AFD9 /* MusicVideoPlus.entitlements */,				41CA6E39266782C900874B19 /* Classes */,				418532382665342200DCA2C1 /* Assets.xcassets */,				4185323D2665342200DCA2C1 /* Info.plist */,				4185322F2665342100DCA2C1 /* AppDelegate.swift */,				4112DD492668D6A600A5AFD9 /* MusicVideoPlus-Bridging-Header.h */,			);			path = MusicVideoPlus;			sourceTree = "<group>";		};		41CA6E39266782C900874B19 /* Classes */ = {			isa = PBXGroup;			children = (				2D1EC136266B4F3300CBACE4 /* Utils */,				41CA6E3D266782C900874B19 /* Modules */,			);			path = Classes;			sourceTree = "<group>";		};		41CA6E3D266782C900874B19 /* Modules */ = {			isa = PBXGroup;			children = (				41CA6E52266782C900874B19 /* Base */,				41CA6E3E266782C900874B19 /* Home */,				41CA6E43266782C900874B19 /* Mine */,				41CA6E48266782C900874B19 /* Setting */,				41CA6E4D266782C900874B19 /* Login */,				41CA6E57266782C900874B19 /* Player */,			);			path = Modules;			sourceTree = "<group>";		};		41CA6E3E266782C900874B19 /* Home */ = {			isa = PBXGroup;			children = (				41CA6E3F266782C900874B19 /* ViewModels */,				41CA6E40266782C900874B19 /* Models */,				41CA6E41266782C900874B19 /* Controllers */,				41CA6E42266782C900874B19 /* Views */,			);			path = Home;			sourceTree = "<group>";		};		41CA6E3F266782C900874B19 /* ViewModels */ = {			isa = PBXGroup;			children = (				417D868B266A2E8400DA2444 /* MVHomeViewModel.swift */,			);			path = ViewModels;			sourceTree = "<group>";		};		41CA6E40266782C900874B19 /* Models */ = {			isa = PBXGroup;			children = (				417D86A6266A3CC900DA2444 /* MVHotVideoModel.swift */,			);			path = Models;			sourceTree = "<group>";		};		41CA6E41266782C900874B19 /* Controllers */ = {			isa = PBXGroup;			children = (				2D076757266E08E700E64472 /* MVHomeController.swift */,			);			path = Controllers;			sourceTree = "<group>";		};		41CA6E42266782C900874B19 /* Views */ = {			isa = PBXGroup;			children = (				4112DD812669BF8900A5AFD9 /* Banner */,				4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */,				4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */,			);			path = Views;			sourceTree = "<group>";		};		41CA6E43266782C900874B19 /* Mine */ = {			isa = PBXGroup;			children = (				2D9630DF2682080100AE6FFE /* Views */,				41CA6E46266782C900874B19 /* Controllers */,				2D9630DA2681C8AB00AE6FFE /* ViewModel */,				41CA6E45266782C900874B19 /* Models */,			);			path = Mine;			sourceTree = "<group>";		};		41CA6E45266782C900874B19 /* Models */ = {			isa = PBXGroup;			children = (			);			path = Models;			sourceTree = "<group>";		};		41CA6E46266782C900874B19 /* Controllers */ = {			isa = PBXGroup;			children = (				2D9630E02682096900AE6FFE /* PQCollectionViewFlowlayout.swift */,				2D9630D2268186A500AE6FFE /* MVPlayViewController.swift */,				2D9630DD268206F300AE6FFE /* MVMineProductController.swift */,			);			path = Controllers;			sourceTree = "<group>";		};		41CA6E48266782C900874B19 /* Setting */ = {			isa = PBXGroup;			children = (				41CA6E49266782C900874B19 /* ViewModels */,				41CA6E4A266782C900874B19 /* Models */,				41CA6E4B266782C900874B19 /* Controllers */,				41CA6E4C266782C900874B19 /* Views */,			);			path = Setting;			sourceTree = "<group>";		};		41CA6E49266782C900874B19 /* ViewModels */ = {			isa = PBXGroup;			children = (			);			path = ViewModels;			sourceTree = "<group>";		};		41CA6E4A266782C900874B19 /* Models */ = {			isa = PBXGroup;			children = (			);			path = Models;			sourceTree = "<group>";		};		41CA6E4B266782C900874B19 /* Controllers */ = {			isa = PBXGroup;			children = (				41CA6E6F2667953700874B19 /* MVSettingController.swift */,			);			path = Controllers;			sourceTree = "<group>";		};		41CA6E4C266782C900874B19 /* Views */ = {			isa = PBXGroup;			children = (			);			path = Views;			sourceTree = "<group>";		};		41CA6E4D266782C900874B19 /* Login */ = {			isa = PBXGroup;			children = (				41CA6E4E266782C900874B19 /* ViewModels */,				41CA6E4F266782C900874B19 /* Models */,				41CA6E50266782C900874B19 /* Controllers */,				41CA6E51266782C900874B19 /* Views */,			);			path = Login;			sourceTree = "<group>";		};		41CA6E4E266782C900874B19 /* ViewModels */ = {			isa = PBXGroup;			children = (				41CA6F4A26689F4400874B19 /* PQMineViewModel.swift */,			);			path = ViewModels;			sourceTree = "<group>";		};		41CA6E4F266782C900874B19 /* Models */ = {			isa = PBXGroup;			children = (			);			path = Models;			sourceTree = "<group>";		};		41CA6E50266782C900874B19 /* Controllers */ = {			isa = PBXGroup;			children = (				4144BE30266F128E00ABBDFA /* PQBandingPhoneController.swift */,				41CA6F772668B80D00874B19 /* PQPhoneLoginController.swift */,				41CA6E68266788C000874B19 /* MVLoginController.swift */,			);			path = Controllers;			sourceTree = "<group>";		};		41CA6E51266782C900874B19 /* Views */ = {			isa = PBXGroup;			children = (			);			path = Views;			sourceTree = "<group>";		};		41CA6E52266782C900874B19 /* Base */ = {			isa = PBXGroup;			children = (				2D076754266DF8C000E64472 /* Views */,				41CA6E53266782C900874B19 /* ViewModels */,				41CA6E54266782C900874B19 /* Models */,				41CA6E55266782C900874B19 /* Controllers */,			);			path = Base;			sourceTree = "<group>";		};		41CA6E53266782C900874B19 /* ViewModels */ = {			isa = PBXGroup;			children = (			);			path = ViewModels;			sourceTree = "<group>";		};		41CA6E54266782C900874B19 /* Models */ = {			isa = PBXGroup;			children = (			);			path = Models;			sourceTree = "<group>";		};		41CA6E55266782C900874B19 /* Controllers */ = {			isa = PBXGroup;			children = (				41CA6E5D266782EC00874B19 /* MVBaseController.swift */,			);			path = Controllers;			sourceTree = "<group>";		};		41CA6E57266782C900874B19 /* Player */ = {			isa = PBXGroup;			children = (				41CA6E58266782C900874B19 /* ViewModels */,				41CA6E59266782C900874B19 /* Models */,				41CA6E5A266782C900874B19 /* Controllers */,				41CA6E5B266782C900874B19 /* Views */,			);			path = Player;			sourceTree = "<group>";		};		41CA6E58266782C900874B19 /* ViewModels */ = {			isa = PBXGroup;			children = (			);			path = ViewModels;			sourceTree = "<group>";		};		41CA6E59266782C900874B19 /* Models */ = {			isa = PBXGroup;			children = (			);			path = Models;			sourceTree = "<group>";		};		41CA6E5A266782C900874B19 /* Controllers */ = {			isa = PBXGroup;			children = (				41CA6E6B266788F700874B19 /* MVPlayerConntroller.swift */,			);			path = Controllers;			sourceTree = "<group>";		};		41CA6E5B266782C900874B19 /* Views */ = {			isa = PBXGroup;			children = (			);			path = Views;			sourceTree = "<group>";		};		6308E2A5050F07FDED653CB8 /* Pods */ = {			isa = PBXGroup;			children = (				BA41A7982C015630B0037270 /* Pods-MusicVideoPlus.debug.xcconfig */,				FA6E2A72ECD6573604333FD8 /* Pods-MusicVideoPlus.release.xcconfig */,				6615FEB8727C4F1C21644B68 /* Pods-MusicVideoPlus.adhoc.xcconfig */,			);			path = Pods;			sourceTree = "<group>";		};		7C94A5F768CA416867AAA23A /* Frameworks */ = {			isa = PBXGroup;			children = (				3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */,			);			name = Frameworks;			sourceTree = "<group>";		};/* End PBXGroup section *//* Begin PBXNativeTarget section */		4185322B2665342100DCA2C1 /* MusicVideoPlus */ = {			isa = PBXNativeTarget;			buildConfigurationList = 418532402665342200DCA2C1 /* Build configuration list for PBXNativeTarget "MusicVideoPlus" */;			buildPhases = (				108736738C97D5C21F9CD631 /* [CP] Check Pods Manifest.lock */,				418532282665342100DCA2C1 /* Sources */,				418532292665342100DCA2C1 /* Frameworks */,				4185322A2665342100DCA2C1 /* Resources */,				3115904EEDD5A7932018A62B /* [CP] Embed Pods Frameworks */,				C6FA5936A2396AFEBC20A306 /* [CP] Copy Pods Resources */,			);			buildRules = (			);			dependencies = (			);			name = MusicVideoPlus;			productName = MusicVideoPlus;			productReference = 4185322C2665342100DCA2C1 /* MusicVideoPlus.app */;			productType = "com.apple.product-type.application";		};/* End PBXNativeTarget section *//* Begin PBXProject section */		418532242665342100DCA2C1 /* Project object */ = {			isa = PBXProject;			attributes = {				CLASSPREFIX = MV;				LastSwiftUpdateCheck = 1230;				LastUpgradeCheck = 1250;				TargetAttributes = {					4185322B2665342100DCA2C1 = {						CreatedOnToolsVersion = 12.3;					};				};			};			buildConfigurationList = 418532272665342100DCA2C1 /* Build configuration list for PBXProject "MusicVideoPlus" */;			compatibilityVersion = "Xcode 9.3";			developmentRegion = en;			hasScannedForEncodings = 0;			knownRegions = (				en,				Base,				"zh-Hans",			);			mainGroup = 418532232665342100DCA2C1;			productRefGroup = 4185322D2665342100DCA2C1 /* Products */;			projectDirPath = "";			projectRoot = "";			targets = (				4185322B2665342100DCA2C1 /* MusicVideoPlus */,			);		};/* End PBXProject section *//* Begin PBXResourcesBuildPhase section */		4185322A2665342100DCA2C1 /* Resources */ = {			isa = PBXResourcesBuildPhase;			buildActionMask = 2147483647;			files = (				417D86A4266A375D00DA2444 /* PQConfig.plist in Resources */,				418532392665342200DCA2C1 /* Assets.xcassets in Resources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXResourcesBuildPhase section *//* Begin PBXShellScriptBuildPhase section */		108736738C97D5C21F9CD631 /* [CP] Check Pods Manifest.lock */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputFileListPaths = (			);			inputPaths = (				"${PODS_PODFILE_DIR_PATH}/Podfile.lock",				"${PODS_ROOT}/Manifest.lock",			);			name = "[CP] Check Pods Manifest.lock";			outputFileListPaths = (			);			outputPaths = (				"$(DERIVED_FILE_DIR)/Pods-MusicVideoPlus-checkManifestLockResult.txt",			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			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";			showEnvVarsInLog = 0;		};		3115904EEDD5A7932018A62B /* [CP] Embed Pods Frameworks */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputFileListPaths = (				"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks-${CONFIGURATION}-input-files.xcfilelist",			);			name = "[CP] Embed Pods Frameworks";			outputFileListPaths = (				"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks-${CONFIGURATION}-output-files.xcfilelist",			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks.sh\"\n";			showEnvVarsInLog = 0;		};		C6FA5936A2396AFEBC20A306 /* [CP] Copy Pods Resources */ = {			isa = PBXShellScriptBuildPhase;			buildActionMask = 2147483647;			files = (			);			inputFileListPaths = (				"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources-${CONFIGURATION}-input-files.xcfilelist",			);			name = "[CP] Copy Pods Resources";			outputFileListPaths = (				"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources-${CONFIGURATION}-output-files.xcfilelist",			);			runOnlyForDeploymentPostprocessing = 0;			shellPath = /bin/sh;			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources.sh\"\n";			showEnvVarsInLog = 0;		};/* End PBXShellScriptBuildPhase section *//* Begin PBXSourcesBuildPhase section */		418532282665342100DCA2C1 /* Sources */ = {			isa = PBXSourcesBuildPhase;			buildActionMask = 2147483647;			files = (				4112DD862669BFFA00A5AFD9 /* MVBannerFlowLayout.swift in Sources */,				41CA6E702667953700874B19 /* MVSettingController.swift in Sources */,				2D076758266E08E700E64472 /* MVHomeController.swift in Sources */,				4112DD912669C11C00A5AFD9 /* MVBannerCell.swift in Sources */,				41CA6E6C266788F700874B19 /* MVPlayerConntroller.swift in Sources */,				4A267701271020C400CEFDA9 /* MVBannerUsageView.swift in Sources */,				41CA6E5E266782EC00874B19 /* MVBaseController.swift in Sources */,				2D9630D92681947300AE6FFE /* MVRequestURLUtil.swift in Sources */,				2D9630E326820B1900AE6FFE /* MVMineProductCell.swift in Sources */,				417D86A7266A3CC900DA2444 /* MVHotVideoModel.swift in Sources */,				2D9630E72683534B00AE6FFE /* MVProductEmptyView.swift in Sources */,				2D9630D52681874D00AE6FFE /* MVPlayControlViewCell.swift in Sources */,				2D9630DE268206F300AE6FFE /* MVMineProductController.swift in Sources */,				4149C8932669FE6F0055CAA2 /* MVTagsCell.swift in Sources */,				4112DD832669BFA600A5AFD9 /* MVBanner.swift in Sources */,				2D1EC138266B4F4900CBACE4 /* MVThirdApiUtil.swift in Sources */,				2D9630D3268186A500AE6FFE /* MVPlayViewController.swift in Sources */,				2D076756266DF8E300E64472 /* PQServerProtocalView.swift in Sources */,				4144BE31266F128E00ABBDFA /* PQBandingPhoneController.swift in Sources */,				41CA6E69266788C000874B19 /* MVLoginController.swift in Sources */,				2D9630E52682D14500AE6FFE /* MVMineHeadInfoView.swift in Sources */,				2D9630DC2681C8AB00AE6FFE /* MVMineViewModel.swift in Sources */,				41CA6F4B26689F4400874B19 /* PQMineViewModel.swift in Sources */,				417D868C266A2E8400DA2444 /* MVHomeViewModel.swift in Sources */,				2D9630E12682096900AE6FFE /* PQCollectionViewFlowlayout.swift in Sources */,				41CA6F782668B80D00874B19 /* PQPhoneLoginController.swift in Sources */,				418532302665342100DCA2C1 /* AppDelegate.swift in Sources */,			);			runOnlyForDeploymentPostprocessing = 0;		};/* End PBXSourcesBuildPhase section *//* Begin XCBuildConfiguration section */		4185323E2665342200DCA2C1 /* Debug */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;				CLANG_ANALYZER_NONNULL = YES;				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";				CLANG_CXX_LIBRARY = "libc++";				CLANG_ENABLE_MODULES = YES;				CLANG_ENABLE_OBJC_ARC = YES;				CLANG_ENABLE_OBJC_WEAK = YES;				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;				CLANG_WARN_BOOL_CONVERSION = YES;				CLANG_WARN_COMMA = YES;				CLANG_WARN_CONSTANT_CONVERSION = YES;				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;				CLANG_WARN_EMPTY_BODY = YES;				CLANG_WARN_ENUM_CONVERSION = YES;				CLANG_WARN_INFINITE_RECURSION = YES;				CLANG_WARN_INT_CONVERSION = YES;				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;				CLANG_WARN_STRICT_PROTOTYPES = YES;				CLANG_WARN_SUSPICIOUS_MOVE = YES;				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;				CLANG_WARN_UNREACHABLE_CODE = YES;				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;				COPY_PHASE_STRIP = NO;				DEBUG_INFORMATION_FORMAT = dwarf;				ENABLE_STRICT_OBJC_MSGSEND = YES;				ENABLE_TESTABILITY = YES;				GCC_C_LANGUAGE_STANDARD = gnu11;				GCC_DYNAMIC_NO_PIC = NO;				GCC_NO_COMMON_BLOCKS = YES;				GCC_OPTIMIZATION_LEVEL = 0;				GCC_PREPROCESSOR_DEFINITIONS = (					"DEBUG=1",					"$(inherited)",				);				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;				GCC_WARN_UNDECLARED_SELECTOR = YES;				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;				GCC_WARN_UNUSED_FUNCTION = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				IPHONEOS_DEPLOYMENT_TARGET = 12.0;				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;				MTL_FAST_MATH = YES;				ONLY_ACTIVE_ARCH = YES;				SDKROOT = iphoneos;				SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;				SWIFT_OPTIMIZATION_LEVEL = "-Onone";			};			name = Debug;		};		4185323F2665342200DCA2C1 /* Release */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;				CLANG_ANALYZER_NONNULL = YES;				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";				CLANG_CXX_LIBRARY = "libc++";				CLANG_ENABLE_MODULES = YES;				CLANG_ENABLE_OBJC_ARC = YES;				CLANG_ENABLE_OBJC_WEAK = YES;				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;				CLANG_WARN_BOOL_CONVERSION = YES;				CLANG_WARN_COMMA = YES;				CLANG_WARN_CONSTANT_CONVERSION = YES;				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;				CLANG_WARN_EMPTY_BODY = YES;				CLANG_WARN_ENUM_CONVERSION = YES;				CLANG_WARN_INFINITE_RECURSION = YES;				CLANG_WARN_INT_CONVERSION = YES;				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;				CLANG_WARN_STRICT_PROTOTYPES = YES;				CLANG_WARN_SUSPICIOUS_MOVE = YES;				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;				CLANG_WARN_UNREACHABLE_CODE = YES;				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;				COPY_PHASE_STRIP = NO;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				ENABLE_NS_ASSERTIONS = NO;				ENABLE_STRICT_OBJC_MSGSEND = YES;				GCC_C_LANGUAGE_STANDARD = gnu11;				GCC_NO_COMMON_BLOCKS = YES;				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;				GCC_WARN_UNDECLARED_SELECTOR = YES;				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;				GCC_WARN_UNUSED_FUNCTION = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				IPHONEOS_DEPLOYMENT_TARGET = 12.0;				MTL_ENABLE_DEBUG_INFO = NO;				MTL_FAST_MATH = YES;				SDKROOT = iphoneos;				SWIFT_COMPILATION_MODE = wholemodule;				SWIFT_OPTIMIZATION_LEVEL = "-O";				VALIDATE_PRODUCT = YES;			};			name = Release;		};		418532412665342200DCA2C1 /* Debug */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = BA41A7982C015630B0037270 /* Pods-MusicVideoPlus.debug.xcconfig */;			buildSettings = {				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;				CODE_SIGN_ENTITLEMENTS = MusicVideoPlus/MusicVideoPlus.entitlements;				CODE_SIGN_STYLE = Automatic;				CURRENT_PROJECT_VERSION = 100;				DEVELOPMENT_TEAM = UH52C8A7SN;				ENABLE_BITCODE = NO;				INFOPLIST_FILE = MusicVideoPlus/Info.plist;				IPHONEOS_DEPLOYMENT_TARGET = 12.0;				LD_RUNPATH_SEARCH_PATHS = (					"$(inherited)",					"@executable_path/Frameworks",				);				MARKETING_VERSION = 1.3.1;				PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;				PRODUCT_NAME = "$(TARGET_NAME)";				SWIFT_OBJC_BRIDGING_HEADER = "MusicVideoPlus/MusicVideoPlus-Bridging-Header.h";				SWIFT_VERSION = 5.0;				TARGETED_DEVICE_FAMILY = 1;			};			name = Debug;		};		418532422665342200DCA2C1 /* Release */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = FA6E2A72ECD6573604333FD8 /* Pods-MusicVideoPlus.release.xcconfig */;			buildSettings = {				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;				CODE_SIGN_ENTITLEMENTS = MusicVideoPlus/MusicVideoPlus.entitlements;				CODE_SIGN_STYLE = Automatic;				CURRENT_PROJECT_VERSION = 100;				DEVELOPMENT_TEAM = UH52C8A7SN;				ENABLE_BITCODE = NO;				INFOPLIST_FILE = MusicVideoPlus/Info.plist;				IPHONEOS_DEPLOYMENT_TARGET = 12.0;				LD_RUNPATH_SEARCH_PATHS = (					"$(inherited)",					"@executable_path/Frameworks",				);				MARKETING_VERSION = 1.3.1;				PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;				PRODUCT_NAME = "$(TARGET_NAME)";				SWIFT_OBJC_BRIDGING_HEADER = "MusicVideoPlus/MusicVideoPlus-Bridging-Header.h";				SWIFT_VERSION = 5.0;				TARGETED_DEVICE_FAMILY = 1;			};			name = Release;		};		4AB888BC270099BC009CFD1A /* adhoc */ = {			isa = XCBuildConfiguration;			buildSettings = {				ALWAYS_SEARCH_USER_PATHS = NO;				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;				CLANG_ANALYZER_NONNULL = YES;				CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;				CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";				CLANG_CXX_LIBRARY = "libc++";				CLANG_ENABLE_MODULES = YES;				CLANG_ENABLE_OBJC_ARC = YES;				CLANG_ENABLE_OBJC_WEAK = YES;				CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;				CLANG_WARN_BOOL_CONVERSION = YES;				CLANG_WARN_COMMA = YES;				CLANG_WARN_CONSTANT_CONVERSION = YES;				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;				CLANG_WARN_EMPTY_BODY = YES;				CLANG_WARN_ENUM_CONVERSION = YES;				CLANG_WARN_INFINITE_RECURSION = YES;				CLANG_WARN_INT_CONVERSION = YES;				CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;				CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;				CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;				CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;				CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;				CLANG_WARN_STRICT_PROTOTYPES = YES;				CLANG_WARN_SUSPICIOUS_MOVE = YES;				CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;				CLANG_WARN_UNREACHABLE_CODE = YES;				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;				COPY_PHASE_STRIP = NO;				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";				ENABLE_NS_ASSERTIONS = NO;				ENABLE_STRICT_OBJC_MSGSEND = YES;				GCC_C_LANGUAGE_STANDARD = gnu11;				GCC_NO_COMMON_BLOCKS = YES;				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;				GCC_WARN_UNDECLARED_SELECTOR = YES;				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;				GCC_WARN_UNUSED_FUNCTION = YES;				GCC_WARN_UNUSED_VARIABLE = YES;				IPHONEOS_DEPLOYMENT_TARGET = 12.0;				MTL_ENABLE_DEBUG_INFO = NO;				MTL_FAST_MATH = YES;				SDKROOT = iphoneos;				SWIFT_COMPILATION_MODE = wholemodule;				SWIFT_OPTIMIZATION_LEVEL = "-O";				VALIDATE_PRODUCT = YES;			};			name = adhoc;		};		4AB888BD270099BC009CFD1A /* adhoc */ = {			isa = XCBuildConfiguration;			baseConfigurationReference = 6615FEB8727C4F1C21644B68 /* Pods-MusicVideoPlus.adhoc.xcconfig */;			buildSettings = {				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;				ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;				CODE_SIGN_ENTITLEMENTS = MusicVideoPlus/MusicVideoPlus.entitlements;				CODE_SIGN_STYLE = Automatic;				CURRENT_PROJECT_VERSION = 100;				DEVELOPMENT_TEAM = UH52C8A7SN;				ENABLE_BITCODE = NO;				INFOPLIST_FILE = MusicVideoPlus/Info.plist;				IPHONEOS_DEPLOYMENT_TARGET = 12.0;				LD_RUNPATH_SEARCH_PATHS = (					"$(inherited)",					"@executable_path/Frameworks",				);				MARKETING_VERSION = 1.3.1;				PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;				PRODUCT_NAME = "$(TARGET_NAME)";				PROVISIONING_PROFILE_SPECIFIER = provisionfile/adhoc_sy.mobileprovision;				SWIFT_OBJC_BRIDGING_HEADER = "MusicVideoPlus/MusicVideoPlus-Bridging-Header.h";				SWIFT_VERSION = 5.0;				TARGETED_DEVICE_FAMILY = 1;			};			name = adhoc;		};/* End XCBuildConfiguration section *//* Begin XCConfigurationList section */		418532272665342100DCA2C1 /* Build configuration list for PBXProject "MusicVideoPlus" */ = {			isa = XCConfigurationList;			buildConfigurations = (				4185323E2665342200DCA2C1 /* Debug */,				4185323F2665342200DCA2C1 /* Release */,				4AB888BC270099BC009CFD1A /* adhoc */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};		418532402665342200DCA2C1 /* Build configuration list for PBXNativeTarget "MusicVideoPlus" */ = {			isa = XCConfigurationList;			buildConfigurations = (				418532412665342200DCA2C1 /* Debug */,				418532422665342200DCA2C1 /* Release */,				4AB888BD270099BC009CFD1A /* adhoc */,			);			defaultConfigurationIsVisible = 0;			defaultConfigurationName = Release;		};/* End XCConfigurationList section */	};	rootObject = 418532242665342100DCA2C1 /* Project object */;}
 |