|
26 | 26 | C42CDB951F33289F00DD42D0 /* PrivateConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C42CDB941F33289F00DD42D0 /* PrivateConfig.m */; }; |
27 | 27 | C4BB02A51F8F426100CC195C /* VPMediaMoreButtonView.m in Sources */ = {isa = PBXBuildFile; fileRef = C4BB02A41F8F426100CC195C /* VPMediaMoreButtonView.m */; }; |
28 | 28 | C4BB02A71F8F427600CC195C /* VPMediaMoreButtonView.xib in Resources */ = {isa = PBXBuildFile; fileRef = C4BB02A61F8F427600CC195C /* VPMediaMoreButtonView.xib */; }; |
| 29 | + D00D67AD22D42FD60003972F /* VPConfigData.m in Sources */ = {isa = PBXBuildFile; fileRef = D00D67A622D42FD60003972F /* VPConfigData.m */; }; |
| 30 | + D00D67AE22D42FD60003972F /* VPConfigListData.m in Sources */ = {isa = PBXBuildFile; fileRef = D00D67A922D42FD60003972F /* VPConfigListData.m */; }; |
| 31 | + D00D67AF22D42FD60003972F /* VPModel+DictionaryToModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D00D67AA22D42FD60003972F /* VPModel+DictionaryToModel.m */; }; |
| 32 | + D00D67B022D42FD60003972F /* VPModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D00D67AC22D42FD60003972F /* VPModel.m */; }; |
29 | 33 | D0102BBF214F7A85003C11A0 /* adInfo.json in Resources */ = {isa = PBXBuildFile; fileRef = D0102BBE214F7A85003C11A0 /* adInfo.json */; }; |
30 | 34 | D022A0DC20C688C900F46029 /* VPLiveSelectStatusViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D022A0D820C688C900F46029 /* VPLiveSelectStatusViewController.m */; }; |
31 | 35 | D022A0DD20C688C900F46029 /* VPLiveTypeSelectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D022A0DB20C688C900F46029 /* VPLiveTypeSelectViewController.m */; }; |
|
70 | 74 | C4BB02A31F8F426100CC195C /* VPMediaMoreButtonView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VPMediaMoreButtonView.h; sourceTree = "<group>"; }; |
71 | 75 | C4BB02A41F8F426100CC195C /* VPMediaMoreButtonView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VPMediaMoreButtonView.m; sourceTree = "<group>"; }; |
72 | 76 | C4BB02A61F8F427600CC195C /* VPMediaMoreButtonView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = VPMediaMoreButtonView.xib; sourceTree = "<group>"; }; |
| 77 | + D00D67A522D42FD60003972F /* VPModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VPModel.h; sourceTree = "<group>"; }; |
| 78 | + D00D67A622D42FD60003972F /* VPConfigData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VPConfigData.m; sourceTree = "<group>"; }; |
| 79 | + D00D67A722D42FD60003972F /* VPModel+DictionaryToModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "VPModel+DictionaryToModel.h"; sourceTree = "<group>"; }; |
| 80 | + D00D67A822D42FD60003972F /* VPConfigListData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VPConfigListData.h; sourceTree = "<group>"; }; |
| 81 | + D00D67A922D42FD60003972F /* VPConfigListData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VPConfigListData.m; sourceTree = "<group>"; }; |
| 82 | + D00D67AA22D42FD60003972F /* VPModel+DictionaryToModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "VPModel+DictionaryToModel.m"; sourceTree = "<group>"; }; |
| 83 | + D00D67AB22D42FD60003972F /* VPConfigData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VPConfigData.h; sourceTree = "<group>"; }; |
| 84 | + D00D67AC22D42FD60003972F /* VPModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VPModel.m; sourceTree = "<group>"; }; |
73 | 85 | D0102BBE214F7A85003C11A0 /* adInfo.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = adInfo.json; sourceTree = "<group>"; }; |
74 | 86 | D022A0D820C688C900F46029 /* VPLiveSelectStatusViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VPLiveSelectStatusViewController.m; sourceTree = "<group>"; }; |
75 | 87 | D022A0D920C688C900F46029 /* VPLiveSelectStatusViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VPLiveSelectStatusViewController.h; sourceTree = "<group>"; }; |
|
147 | 159 | 069D54371F04DC6D001E5324 /* VPInterfaceControllerDemo */ = { |
148 | 160 | isa = PBXGroup; |
149 | 161 | children = ( |
| 162 | + D00D67A422D42FD60003972F /* Model */, |
150 | 163 | D0C76AC42283C93C00C4791F /* VPVideoAppSettingView.h */, |
151 | 164 | D0C76AC32283C93C00C4791F /* VPVideoAppSettingView.m */, |
152 | 165 | D0DA384421A7E2F20014A855 /* VPLoginViewController.h */, |
|
202 | 215 | name = Pods; |
203 | 216 | sourceTree = "<group>"; |
204 | 217 | }; |
| 218 | + D00D67A422D42FD60003972F /* Model */ = { |
| 219 | + isa = PBXGroup; |
| 220 | + children = ( |
| 221 | + D00D67A522D42FD60003972F /* VPModel.h */, |
| 222 | + D00D67A622D42FD60003972F /* VPConfigData.m */, |
| 223 | + D00D67A722D42FD60003972F /* VPModel+DictionaryToModel.h */, |
| 224 | + D00D67A822D42FD60003972F /* VPConfigListData.h */, |
| 225 | + D00D67A922D42FD60003972F /* VPConfigListData.m */, |
| 226 | + D00D67AA22D42FD60003972F /* VPModel+DictionaryToModel.m */, |
| 227 | + D00D67AB22D42FD60003972F /* VPConfigData.h */, |
| 228 | + D00D67AC22D42FD60003972F /* VPModel.m */, |
| 229 | + ); |
| 230 | + path = Model; |
| 231 | + sourceTree = "<group>"; |
| 232 | + }; |
205 | 233 | D078CD76214A04BD008946CC /* Resources */ = { |
206 | 234 | isa = PBXGroup; |
207 | 235 | children = ( |
|
366 | 394 | 068965351F14EDA60054736C /* VPAVPlayerController.m in Sources */, |
367 | 395 | 069D54401F04DC6D001E5324 /* ViewController.m in Sources */, |
368 | 396 | D078CD7B214A054D008946CC /* VPWebViewController.m in Sources */, |
| 397 | + D00D67B022D42FD60003972F /* VPModel.m in Sources */, |
369 | 398 | C4BB02A51F8F426100CC195C /* VPMediaMoreButtonView.m in Sources */, |
370 | 399 | D0DA384621A7E2F20014A855 /* VPLoginViewController.m in Sources */, |
371 | 400 | D022A0DC20C688C900F46029 /* VPLiveSelectStatusViewController.m in Sources */, |
| 401 | + D00D67AE22D42FD60003972F /* VPConfigListData.m in Sources */, |
372 | 402 | 069D543D1F04DC6D001E5324 /* AppDelegate.m in Sources */, |
373 | 403 | D022A0E020C6932B00F46029 /* VPVideoSettingView.m in Sources */, |
374 | 404 | 0689653C1F15F2BB0054736C /* VPMediaControlView.m in Sources */, |
|
378 | 408 | C42CDB951F33289F00DD42D0 /* PrivateConfig.m in Sources */, |
379 | 409 | 069D543A1F04DC6D001E5324 /* main.m in Sources */, |
380 | 410 | 068965411F1607180054736C /* VPSinglePlayerViewController.m in Sources */, |
| 411 | + D00D67AF22D42FD60003972F /* VPModel+DictionaryToModel.m in Sources */, |
| 412 | + D00D67AD22D42FD60003972F /* VPConfigData.m in Sources */, |
381 | 413 | ); |
382 | 414 | runOnlyForDeploymentPostprocessing = 0; |
383 | 415 | }; |
|
0 commit comments