Commit e6e3cdb4ad125f0f826e5a24c81604bb4790781a
1 parent
68a1ff0c
wen
Showing
1 changed file
with
24 additions
and
0 deletions
LiveVideoCloud.xcodeproj/project.pbxproj
| ... | ... | @@ -2225,10 +2225,34 @@ |
| 2225 | 2225 | D2EBC85E1F020D3D00F198FB /* UGCSections */ = { |
| 2226 | 2226 | isa = PBXGroup; |
| 2227 | 2227 | children = ( |
| 2228 | + D2EBC85F1F020F3C00F198FB /* Controller */, | |
| 2229 | + D2EBC8601F020F3C00F198FB /* Model */, | |
| 2230 | + D2EBC8611F020F3C00F198FB /* View */, | |
| 2228 | 2231 | ); |
| 2229 | 2232 | path = UGCSections; |
| 2230 | 2233 | sourceTree = "<group>"; |
| 2231 | 2234 | }; |
| 2235 | + D2EBC85F1F020F3C00F198FB /* Controller */ = { | |
| 2236 | + isa = PBXGroup; | |
| 2237 | + children = ( | |
| 2238 | + ); | |
| 2239 | + path = Controller; | |
| 2240 | + sourceTree = "<group>"; | |
| 2241 | + }; | |
| 2242 | + D2EBC8601F020F3C00F198FB /* Model */ = { | |
| 2243 | + isa = PBXGroup; | |
| 2244 | + children = ( | |
| 2245 | + ); | |
| 2246 | + path = Model; | |
| 2247 | + sourceTree = "<group>"; | |
| 2248 | + }; | |
| 2249 | + D2EBC8611F020F3C00F198FB /* View */ = { | |
| 2250 | + isa = PBXGroup; | |
| 2251 | + children = ( | |
| 2252 | + ); | |
| 2253 | + path = View; | |
| 2254 | + sourceTree = "<group>"; | |
| 2255 | + }; | |
| 2232 | 2256 | /* End PBXGroup section */ |
| 2233 | 2257 | |
| 2234 | 2258 | /* Begin PBXNativeTarget section */ | ... | ... |