Commit 426f0dc6df271ea5d46ef7c9297e31c8e26e4760
1 parent
99ec5574
pros
Showing
1 changed file
with
12 additions
and
0 deletions
LiveVideoCloud.xcodeproj/project.pbxproj
| ... | ... | @@ -207,6 +207,7 @@ |
| 207 | 207 | D236967E1E7F9E4100E4BF71 /* GiftPayButton.m in Sources */ = {isa = PBXBuildFile; fileRef = D236967D1E7F9E4100E4BF71 /* GiftPayButton.m */; }; |
| 208 | 208 | D23696841E7FC6A900E4BF71 /* chatListCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D23696831E7FC6A900E4BF71 /* chatListCell.m */; }; |
| 209 | 209 | D23696921E7FC83800E4BF71 /* chatMsgModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D23696911E7FC83800E4BF71 /* chatMsgModel.m */; }; |
| 210 | + D23DC1551ECC41C100103B0E /* LVCVerifyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D23DC1541ECC41C100103B0E /* LVCVerifyViewController.m */; }; | |
| 210 | 211 | D24571581E8393EB00AA85D6 /* UIImageView+ZXExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = D24571571E8393EB00AA85D6 /* UIImageView+ZXExtension.m */; }; |
| 211 | 212 | D245715C1E83A62B00AA85D6 /* BounceView.m in Sources */ = {isa = PBXBuildFile; fileRef = D245715B1E83A62B00AA85D6 /* BounceView.m */; }; |
| 212 | 213 | D245715F1E83B09900AA85D6 /* userInfoModel.m in Sources */ = {isa = PBXBuildFile; fileRef = D245715E1E83B09900AA85D6 /* userInfoModel.m */; }; |
| ... | ... | @@ -257,6 +258,7 @@ |
| 257 | 258 | D2B7B2511E8247D400ED084E /* ChatBarrageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B7B2501E8247D400ED084E /* ChatBarrageManager.m */; }; |
| 258 | 259 | D2B7B2541E824B2D00ED084E /* ChatBarrageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B7B2531E824B2D00ED084E /* ChatBarrageView.m */; }; |
| 259 | 260 | D2B7B2571E8261EF00ED084E /* ChatBarrOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B7B2561E8261EF00ED084E /* ChatBarrOperation.m */; }; |
| 261 | + D2CBC13B1ECC157A00E00279 /* LVCVerifyLiveAuthService.m in Sources */ = {isa = PBXBuildFile; fileRef = D2CBC13A1ECC157A00E00279 /* LVCVerifyLiveAuthService.m */; }; | |
| 260 | 262 | D2D7D18D1E8A581000217771 /* timg.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = D2D7D18C1E8A581000217771 /* timg.jpeg */; }; |
| 261 | 263 | /* End PBXBuildFile section */ |
| 262 | 264 | |
| ... | ... | @@ -710,6 +712,8 @@ |
| 710 | 712 | D23696831E7FC6A900E4BF71 /* chatListCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = chatListCell.m; sourceTree = "<group>"; }; |
| 711 | 713 | D23696901E7FC83800E4BF71 /* chatMsgModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chatMsgModel.h; sourceTree = "<group>"; }; |
| 712 | 714 | D23696911E7FC83800E4BF71 /* chatMsgModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = chatMsgModel.m; sourceTree = "<group>"; }; |
| 715 | + D23DC1531ECC41C100103B0E /* LVCVerifyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LVCVerifyViewController.h; sourceTree = "<group>"; }; | |
| 716 | + D23DC1541ECC41C100103B0E /* LVCVerifyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LVCVerifyViewController.m; sourceTree = "<group>"; }; | |
| 713 | 717 | D24571561E8393EB00AA85D6 /* UIImageView+ZXExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+ZXExtension.h"; sourceTree = "<group>"; }; |
| 714 | 718 | D24571571E8393EB00AA85D6 /* UIImageView+ZXExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+ZXExtension.m"; sourceTree = "<group>"; }; |
| 715 | 719 | D245715A1E83A62B00AA85D6 /* BounceView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BounceView.h; sourceTree = "<group>"; }; |
| ... | ... | @@ -795,6 +799,8 @@ |
| 795 | 799 | D2B7B2531E824B2D00ED084E /* ChatBarrageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChatBarrageView.m; sourceTree = "<group>"; }; |
| 796 | 800 | D2B7B2551E8261EF00ED084E /* ChatBarrOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChatBarrOperation.h; sourceTree = "<group>"; }; |
| 797 | 801 | D2B7B2561E8261EF00ED084E /* ChatBarrOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChatBarrOperation.m; sourceTree = "<group>"; }; |
| 802 | + D2CBC1391ECC157A00E00279 /* LVCVerifyLiveAuthService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LVCVerifyLiveAuthService.h; path = ../LVCVerifyLiveAuthService.h; sourceTree = "<group>"; }; | |
| 803 | + D2CBC13A1ECC157A00E00279 /* LVCVerifyLiveAuthService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LVCVerifyLiveAuthService.m; path = ../LVCVerifyLiveAuthService.m; sourceTree = "<group>"; }; | |
| 798 | 804 | D2D7D18C1E8A581000217771 /* timg.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = timg.jpeg; sourceTree = "<group>"; }; |
| 799 | 805 | /* End PBXFileReference section */ |
| 800 | 806 | |
| ... | ... | @@ -1978,6 +1984,10 @@ |
| 1978 | 1984 | children = ( |
| 1979 | 1985 | D2888D9A1E6EBF1B003A77C8 /* LVCLiveViewController.h */, |
| 1980 | 1986 | D2888D9B1E6EBF1B003A77C8 /* LVCLiveViewController.m */, |
| 1987 | + D23DC1531ECC41C100103B0E /* LVCVerifyViewController.h */, | |
| 1988 | + D23DC1541ECC41C100103B0E /* LVCVerifyViewController.m */, | |
| 1989 | + D2CBC1391ECC157A00E00279 /* LVCVerifyLiveAuthService.h */, | |
| 1990 | + D2CBC13A1ECC157A00E00279 /* LVCVerifyLiveAuthService.m */, | |
| 1981 | 1991 | ); |
| 1982 | 1992 | path = Controller; |
| 1983 | 1993 | sourceTree = "<group>"; |
| ... | ... | @@ -2264,6 +2274,7 @@ |
| 2264 | 2274 | 4B45CEA51EB86B9F0079AFB7 /* CNLiveThirdLoginManager.m in Sources */, |
| 2265 | 2275 | 4BD8561D1EBAD6490082061D /* ZXConst.m in Sources */, |
| 2266 | 2276 | D2029CB71E6EADE10027CD92 /* NSData+ImageContentType.m in Sources */, |
| 2277 | + D23DC1551ECC41C100103B0E /* LVCVerifyViewController.m in Sources */, | |
| 2267 | 2278 | D29E81ED1E88DC5B008C9906 /* PriChatCell.m in Sources */, |
| 2268 | 2279 | D2029CD01E6EADE10027CD92 /* SearchPresenter.m in Sources */, |
| 2269 | 2280 | D2029CBE1E6EADE10027CD92 /* SDWebImagePrefetcher.m in Sources */, |
| ... | ... | @@ -2339,6 +2350,7 @@ |
| 2339 | 2350 | 4B45CE8B1EB86A590079AFB7 /* LVCTextField.m in Sources */, |
| 2340 | 2351 | D2575C461E76857100E3A8FC /* LVCAnimationManager.m in Sources */, |
| 2341 | 2352 | D2A089F11E8A41120071412C /* LVCUGCLiveListModel.m in Sources */, |
| 2353 | + D2CBC13B1ECC157A00E00279 /* LVCVerifyLiveAuthService.m in Sources */, | |
| 2342 | 2354 | D2029D041E6EAE2E0027CD92 /* UILabel+ContentSize.m in Sources */, |
| 2343 | 2355 | 4B45CE7C1EB86A590079AFB7 /* MineSettingViewController.m in Sources */, |
| 2344 | 2356 | 4BD855D11EBAC7220082061D /* DESUtility.m in Sources */, | ... | ... |