Commit d05e16af23f51392ce7218ed71ce3c229c810a43

Authored by 王军波
1 parent 2ca6978f

删除白图,透明图

LiveVideoCloud/LiveVideoCloud.xcodeproj/project.pbxproj
... ... @@ -210,8 +210,6 @@
210 210 D2D236B41E88F8E600B7C517 /* CNLiveChatManager.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2D236B21E88F8E600B7C517 /* CNLiveChatManager.framework */; };
211 211 D2D236B51E88F8E600B7C517 /* CNLiveMsgTools.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D2D236B31E88F8E600B7C517 /* CNLiveMsgTools.framework */; };
212 212 D2D7D18D1E8A581000217771 /* timg.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = D2D7D18C1E8A581000217771 /* timg.jpeg */; };
213   - D2F69E8C1E8E5DBF00BA0CE6 /* 纯白.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = D2F69E8B1E8E5DBF00BA0CE6 /* 纯白.jpeg */; };
214   - D2F69E8E1E8E635500BA0CE6 /* 透明.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = D2F69E8D1E8E635500BA0CE6 /* 透明.jpeg */; };
215 213 /* End PBXBuildFile section */
216 214  
217 215 /* Begin PBXContainerItemProxy section */
... ... @@ -657,8 +655,6 @@
657 655 D2D236B21E88F8E600B7C517 /* CNLiveChatManager.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveChatManager.framework; sourceTree = "<group>"; };
658 656 D2D236B31E88F8E600B7C517 /* CNLiveMsgTools.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CNLiveMsgTools.framework; sourceTree = "<group>"; };
659 657 D2D7D18C1E8A581000217771 /* timg.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = timg.jpeg; sourceTree = "<group>"; };
660   - D2F69E8B1E8E5DBF00BA0CE6 /* 纯白.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "纯白.jpeg"; sourceTree = "<group>"; };
661   - D2F69E8D1E8E635500BA0CE6 /* 透明.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "透明.jpeg"; sourceTree = "<group>"; };
662 658 /* End PBXFileReference section */
663 659  
664 660 /* Begin PBXFrameworksBuildPhase section */
... ... @@ -1612,8 +1608,6 @@
1612 1608 D25BF88C1E7F7F77007FB138 /* Images */ = {
1613 1609 isa = PBXGroup;
1614 1610 children = (
1615   - D2F69E8D1E8E635500BA0CE6 /* 透明.jpeg */,
1616   - D2F69E8B1E8E5DBF00BA0CE6 /* 纯白.jpeg */,
1617 1611 D2D7D18C1E8A581000217771 /* timg.jpeg */,
1618 1612 D25BF88F1E7F7F8F007FB138 /* UGCLoading.jpeg */,
1619 1613 D25BF8A41E80EC76007FB138 /* 头像.jpg */,
... ... @@ -1894,7 +1888,6 @@
1894 1888 isa = PBXResourcesBuildPhase;
1895 1889 buildActionMask = 2147483647;
1896 1890 files = (
1897   - D2F69E8E1E8E635500BA0CE6 /* 透明.jpeg in Resources */,
1898 1891 D2029C971E6EADE10027CD92 /* Info.plist in Resources */,
1899 1892 D2575C7F1E76A4F300E3A8FC /* NHPlaneViews.xib in Resources */,
1900 1893 D2575C7B1E76A4F300E3A8FC /* NHCarViews.xib in Resources */,
... ... @@ -1906,7 +1899,6 @@
1906 1899 D2029B911E6EAAA50027CD92 /* animation.xcassets in Resources */,
1907 1900 D2D7D18D1E8A581000217771 /* timg.jpeg in Resources */,
1908 1901 D2029CB01E6EADE10027CD92 /* MJRefresh.bundle in Resources */,
1909   - D2F69E8C1E8E5DBF00BA0CE6 /* 纯白.jpeg in Resources */,
1910 1902 D2575C7C1E76A4F300E3A8FC /* NHFighterView.nib in Resources */,
1911 1903 D25BF87D1E7B8C78007FB138 /* KSYGPUResource.bundle in Resources */,
1912 1904 );
... ...