|
@@ -14,7 +14,6 @@
|
|
|
4112DD8E2669C0F500A5AFD9 /* banner0.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = 4112DD8B2669C0F500A5AFD9 /* banner0.jpeg */; };
|
|
|
4112DD912669C11C00A5AFD9 /* MVBannerCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */; };
|
|
|
4149C8932669FE6F0055CAA2 /* MVTagsCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */; };
|
|
|
- 4149C8962669FE9D0055CAA2 /* MVTagsModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4149C8952669FE9D0055CAA2 /* MVTagsModel.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 */; };
|
|
@@ -42,7 +41,6 @@
|
|
|
4112DD8B2669C0F500A5AFD9 /* banner0.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = banner0.jpeg; sourceTree = "<group>"; };
|
|
|
4112DD902669C11C00A5AFD9 /* MVBannerCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MVBannerCell.swift; sourceTree = "<group>"; };
|
|
|
4149C8922669FE6F0055CAA2 /* MVTagsCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVTagsCell.swift; sourceTree = "<group>"; };
|
|
|
- 4149C8952669FE9D0055CAA2 /* MVTagsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVTagsModel.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>"; };
|
|
@@ -194,7 +192,6 @@
|
|
|
41CA6E40266782C900874B19 /* Models */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- 4149C8952669FE9D0055CAA2 /* MVTagsModel.swift */,
|
|
|
417D86A6266A3CC900DA2444 /* MVHotVideoModel.swift */,
|
|
|
);
|
|
|
path = Models;
|
|
@@ -583,7 +580,6 @@
|
|
|
4112DD912669C11C00A5AFD9 /* MVBannerCell.swift in Sources */,
|
|
|
41CA6E6C266788F700874B19 /* MVPlayerConntroller.swift in Sources */,
|
|
|
41CA6E5E266782EC00874B19 /* MVBaseController.swift in Sources */,
|
|
|
- 4149C8962669FE9D0055CAA2 /* MVTagsModel.swift in Sources */,
|
|
|
417D86A7266A3CC900DA2444 /* MVHotVideoModel.swift in Sources */,
|
|
|
41CA6E632667853C00874B19 /* MVHomeController.swift in Sources */,
|
|
|
4149C8932669FE6F0055CAA2 /* MVTagsCell.swift in Sources */,
|
|
@@ -727,6 +723,7 @@
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1000;
|
|
|
DEVELOPMENT_TEAM = UH52C8A7SN;
|
|
|
+ ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = MusicVideoPlus/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
@@ -753,6 +750,7 @@
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
CURRENT_PROJECT_VERSION = 1000;
|
|
|
DEVELOPMENT_TEAM = UH52C8A7SN;
|
|
|
+ ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = MusicVideoPlus/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|