|
@@ -3,13 +3,17 @@
|
|
|
archiveVersion = 1;
|
|
|
classes = {
|
|
|
};
|
|
|
- objectVersion = 50;
|
|
|
+ objectVersion = 51;
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
418532302665342100DCA2C1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4185322F2665342100DCA2C1 /* AppDelegate.swift */; };
|
|
|
- 418532342665342100DCA2C1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 418532332665342100DCA2C1 /* ViewController.swift */; };
|
|
|
418532392665342200DCA2C1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 418532382665342200DCA2C1 /* Assets.xcassets */; };
|
|
|
+ 41CA6E5E266782EC00874B19 /* MVBaseController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E5D266782EC00874B19 /* MVBaseController.swift */; };
|
|
|
+ 41CA6E632667853C00874B19 /* MVHomeController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E622667853C00874B19 /* MVHomeController.swift */; };
|
|
|
+ 41CA6E662667887C00874B19 /* MVMineController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E652667887C00874B19 /* MVMineController.swift */; };
|
|
|
+ 41CA6E69266788C000874B19 /* MVLoginController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E68266788C000874B19 /* MVLoginController.swift */; };
|
|
|
+ 41CA6E6C266788F700874B19 /* MVPlayerConntroller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CA6E6B266788F700874B19 /* MVPlayerConntroller.swift */; };
|
|
|
94FE06D694DF52C85DEDA82B /* Pods_MusicVideoPlus.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
@@ -17,9 +21,13 @@
|
|
|
3FA19A38D145C54301B3CD85 /* Pods_MusicVideoPlus.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MusicVideoPlus.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
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>"; };
|
|
|
- 418532332665342100DCA2C1 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.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>"; };
|
|
|
+ 41CA6E622667853C00874B19 /* MVHomeController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = MVHomeController.swift; path = MusicVideoPlus/Classes/Modules/Home/MVHomeController.swift; sourceTree = SOURCE_ROOT; };
|
|
|
+ 41CA6E652667887C00874B19 /* MVMineController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MVMineController.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>"; };
|
|
|
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 */
|
|
@@ -57,21 +65,312 @@
|
|
|
4185322E2665342100DCA2C1 /* MusicVideoPlus */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 41CA6E39266782C900874B19 /* Classes */,
|
|
|
4185322F2665342100DCA2C1 /* AppDelegate.swift */,
|
|
|
- 418532332665342100DCA2C1 /* ViewController.swift */,
|
|
|
418532382665342200DCA2C1 /* Assets.xcassets */,
|
|
|
4185323D2665342200DCA2C1 /* Info.plist */,
|
|
|
);
|
|
|
path = MusicVideoPlus;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 41CA6E39266782C900874B19 /* Classes */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 41CA6E3A266782C900874B19 /* Vendors */,
|
|
|
+ 41CA6E3B266782C900874B19 /* Enums */,
|
|
|
+ 41CA6E3C266782C900874B19 /* Utils */,
|
|
|
+ 41CA6E3D266782C900874B19 /* Modules */,
|
|
|
+ 41CA6E5C266782C900874B19 /* Categorys */,
|
|
|
+ );
|
|
|
+ path = Classes;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E3A266782C900874B19 /* Vendors */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Vendors;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E3B266782C900874B19 /* Enums */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Enums;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E3C266782C900874B19 /* Utils */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Utils;
|
|
|
+ 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 = (
|
|
|
+ );
|
|
|
+ path = ViewModels;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E40266782C900874B19 /* Models */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Models;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E41266782C900874B19 /* Controllers */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 41CA6E622667853C00874B19 /* MVHomeController.swift */,
|
|
|
+ );
|
|
|
+ path = Controllers;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E42266782C900874B19 /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E43266782C900874B19 /* Mine */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 41CA6E44266782C900874B19 /* ViewModels */,
|
|
|
+ 41CA6E45266782C900874B19 /* Models */,
|
|
|
+ 41CA6E46266782C900874B19 /* Controllers */,
|
|
|
+ 41CA6E47266782C900874B19 /* Views */,
|
|
|
+ );
|
|
|
+ path = Mine;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E44266782C900874B19 /* ViewModels */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = ViewModels;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E45266782C900874B19 /* Models */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Models;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E46266782C900874B19 /* Controllers */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 41CA6E652667887C00874B19 /* MVMineController.swift */,
|
|
|
+ );
|
|
|
+ path = Controllers;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E47266782C900874B19 /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ 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 = (
|
|
|
+ );
|
|
|
+ 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 = (
|
|
|
+ );
|
|
|
+ path = ViewModels;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E4F266782C900874B19 /* Models */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Models;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E50266782C900874B19 /* Controllers */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 41CA6E68266788C000874B19 /* MVLoginController.swift */,
|
|
|
+ );
|
|
|
+ path = Controllers;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E51266782C900874B19 /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 41CA6E52266782C900874B19 /* Base */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 41CA6E53266782C900874B19 /* ViewModels */,
|
|
|
+ 41CA6E54266782C900874B19 /* Models */,
|
|
|
+ 41CA6E55266782C900874B19 /* Controllers */,
|
|
|
+ 41CA6E56266782C900874B19 /* Views */,
|
|
|
+ );
|
|
|
+ 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>";
|
|
|
+ };
|
|
|
+ 41CA6E56266782C900874B19 /* Views */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Views;
|
|
|
+ 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>";
|
|
|
+ };
|
|
|
+ 41CA6E5C266782C900874B19 /* Categorys */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = Categorys;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
6308E2A5050F07FDED653CB8 /* Pods */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
BA41A7982C015630B0037270 /* Pods-MusicVideoPlus.debug.xcconfig */,
|
|
|
FA6E2A72ECD6573604333FD8 /* Pods-MusicVideoPlus.release.xcconfig */,
|
|
|
);
|
|
|
- name = Pods;
|
|
|
path = Pods;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
@@ -94,8 +393,8 @@
|
|
|
418532282665342100DCA2C1 /* Sources */,
|
|
|
418532292665342100DCA2C1 /* Frameworks */,
|
|
|
4185322A2665342100DCA2C1 /* Resources */,
|
|
|
- D025034C9BADAFCDDB1F6C03 /* [CP] Embed Pods Frameworks */,
|
|
|
- 8D3CE58AAB95598ECB11D566 /* [CP] Copy Pods Resources */,
|
|
|
+ 2E2B1B077B208593EACAD1EF /* [CP] Embed Pods Frameworks */,
|
|
|
+ 7742628E8B3E02ABB9DBBAC0 /* [CP] Copy Pods Resources */,
|
|
|
);
|
|
|
buildRules = (
|
|
|
);
|
|
@@ -172,38 +471,38 @@
|
|
|
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;
|
|
|
};
|
|
|
- 8D3CE58AAB95598ECB11D566 /* [CP] Copy Pods Resources */ = {
|
|
|
+ 2E2B1B077B208593EACAD1EF /* [CP] Embed Pods Frameworks */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
inputFileListPaths = (
|
|
|
- "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
);
|
|
|
- name = "[CP] Copy Pods Resources";
|
|
|
+ name = "[CP] Embed Pods Frameworks";
|
|
|
outputFileListPaths = (
|
|
|
- "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
+ "${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-resources.sh\"\n";
|
|
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks.sh\"\n";
|
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
|
- D025034C9BADAFCDDB1F6C03 /* [CP] Embed Pods Frameworks */ = {
|
|
|
+ 7742628E8B3E02ABB9DBBAC0 /* [CP] Copy Pods Resources */ = {
|
|
|
isa = PBXShellScriptBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
);
|
|
|
inputFileListPaths = (
|
|
|
- "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
+ "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources-${CONFIGURATION}-input-files.xcfilelist",
|
|
|
);
|
|
|
- name = "[CP] Embed Pods Frameworks";
|
|
|
+ name = "[CP] Copy Pods Resources";
|
|
|
outputFileListPaths = (
|
|
|
- "${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-frameworks-${CONFIGURATION}-output-files.xcfilelist",
|
|
|
+ "${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-frameworks.sh\"\n";
|
|
|
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MusicVideoPlus/Pods-MusicVideoPlus-resources.sh\"\n";
|
|
|
showEnvVarsInLog = 0;
|
|
|
};
|
|
|
/* End PBXShellScriptBuildPhase section */
|
|
@@ -213,7 +512,11 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 418532342665342100DCA2C1 /* ViewController.swift in Sources */,
|
|
|
+ 41CA6E6C266788F700874B19 /* MVPlayerConntroller.swift in Sources */,
|
|
|
+ 41CA6E5E266782EC00874B19 /* MVBaseController.swift in Sources */,
|
|
|
+ 41CA6E632667853C00874B19 /* MVHomeController.swift in Sources */,
|
|
|
+ 41CA6E69266788C000874B19 /* MVLoginController.swift in Sources */,
|
|
|
+ 41CA6E662667887C00874B19 /* MVMineController.swift in Sources */,
|
|
|
418532302665342100DCA2C1 /* AppDelegate.swift in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
@@ -343,7 +646,9 @@
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
+ CURRENT_PROJECT_VERSION = 1000;
|
|
|
DEVELOPMENT_TEAM = UH52C8A7SN;
|
|
|
INFOPLIST_FILE = MusicVideoPlus/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
@@ -351,7 +656,8 @@
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.match.date.welo.MusicVideoPlus;
|
|
|
+ MARKETING_VERSION = 1.0.0;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = 1;
|
|
@@ -364,7 +670,9 @@
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
|
|
+ ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
|
|
|
CODE_SIGN_STYLE = Automatic;
|
|
|
+ CURRENT_PROJECT_VERSION = 1000;
|
|
|
DEVELOPMENT_TEAM = UH52C8A7SN;
|
|
|
INFOPLIST_FILE = MusicVideoPlus/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
|
@@ -372,7 +680,8 @@
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
);
|
|
|
- PRODUCT_BUNDLE_IDENTIFIER = com.match.date.welo.MusicVideoPlus;
|
|
|
+ MARKETING_VERSION = 1.0.0;
|
|
|
+ PRODUCT_BUNDLE_IDENTIFIER = com.piaoquan.shanyin;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
SWIFT_VERSION = 5.0;
|
|
|
TARGETED_DEVICE_FAMILY = 1;
|