Commit 68a1ff0c0e70be799f6c09046636537b9e38dfd0
1 parent
1c6383c0
文件夹
Showing
1 changed file
with
8 additions
and
4 deletions
LiveVideoCloud.xcodeproj/project.pbxproj
| ... | ... | @@ -1615,6 +1615,7 @@ |
| 1615 | 1615 | children = ( |
| 1616 | 1616 | 4B45CE421EB86A590079AFB7 /* mySections */, |
| 1617 | 1617 | D2888DA71E6EC014003A77C8 /* homeSections */, |
| 1618 | + D2EBC85E1F020D3D00F198FB /* UGCSections */, | |
| 1618 | 1619 | 8178D41A1F02030500AA78A4 /* PGCSections */, |
| 1619 | 1620 | D2888D951E6EBAA7003A77C8 /* LiveSections */, |
| 1620 | 1621 | D2575C431E76846900E3A8FC /* InteractionSections */, |
| ... | ... | @@ -2173,10 +2174,6 @@ |
| 2173 | 2174 | children = ( |
| 2174 | 2175 | D2888DB21E6EC154003A77C8 /* HomeViewController.h */, |
| 2175 | 2176 | D2888DB31E6EC154003A77C8 /* HomeViewController.m */, |
| 2176 | - 810B64E11E779AFE00133E15 /* LVCLivePlayerController.h */, | |
| 2177 | - 810B64E21E779AFE00133E15 /* LVCLivePlayerController.m */, | |
| 2178 | - 810B65081E77B39D00133E15 /* LVCFullScreenPlayerController.h */, | |
| 2179 | - 810B65091E77B39D00133E15 /* LVCFullScreenPlayerController.m */, | |
| 2180 | 2177 | D2EBC85B1F02031400F198FB /* LVCUGCLiveListController.h */, |
| 2181 | 2178 | D2EBC85C1F02031400F198FB /* LVCUGCLiveListController.m */, |
| 2182 | 2179 | D25BF87E1E7BD266007FB138 /* LVCUGCLivePlayerController.h */, |
| ... | ... | @@ -2225,6 +2222,13 @@ |
| 2225 | 2222 | path = ChatBarrageManager; |
| 2226 | 2223 | sourceTree = "<group>"; |
| 2227 | 2224 | }; |
| 2225 | + D2EBC85E1F020D3D00F198FB /* UGCSections */ = { | |
| 2226 | + isa = PBXGroup; | |
| 2227 | + children = ( | |
| 2228 | + ); | |
| 2229 | + path = UGCSections; | |
| 2230 | + sourceTree = "<group>"; | |
| 2231 | + }; | |
| 2228 | 2232 | /* End PBXGroup section */ |
| 2229 | 2233 | |
| 2230 | 2234 | /* Begin PBXNativeTarget section */ | ... | ... |