|
@@ -629,6 +629,10 @@
|
|
|
6B5ECC942D76FB5D0069CB86 /* searchBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5ECC922D76FB5D0069CB86 /* searchBarView.m */; };
|
|
|
6B5ECC952D76FB5D0069CB86 /* searchBarView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5ECC912D76FB5D0069CB86 /* searchBarView.h */; };
|
|
|
6B5ECC962D76FB5D0069CB86 /* searchBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5ECC922D76FB5D0069CB86 /* searchBarView.m */; };
|
|
|
+ 6B61F58D2D890E6F00C01A8A /* appToTVManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B61F58B2D890E6F00C01A8A /* appToTVManager.h */; };
|
|
|
+ 6B61F58E2D890E6F00C01A8A /* appToTVManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B61F58C2D890E6F00C01A8A /* appToTVManager.m */; };
|
|
|
+ 6B61F58F2D890E6F00C01A8A /* appToTVManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B61F58C2D890E6F00C01A8A /* appToTVManager.m */; };
|
|
|
+ 6B61F5902D890E6F00C01A8A /* appToTVManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B61F58B2D890E6F00C01A8A /* appToTVManager.h */; };
|
|
|
6B63179C2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B63179B2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m */; };
|
|
|
6B63179D2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */; };
|
|
|
6B63179E2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */; };
|
|
@@ -1977,6 +1981,8 @@
|
|
|
6B5D867E2C22EA5B008D25EA /* lastFileManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = lastFileManager.m; sourceTree = "<group>"; };
|
|
|
6B5ECC912D76FB5D0069CB86 /* searchBarView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = searchBarView.h; sourceTree = "<group>"; };
|
|
|
6B5ECC922D76FB5D0069CB86 /* searchBarView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = searchBarView.m; sourceTree = "<group>"; };
|
|
|
+ 6B61F58B2D890E6F00C01A8A /* appToTVManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = appToTVManager.h; sourceTree = "<group>"; };
|
|
|
+ 6B61F58C2D890E6F00C01A8A /* appToTVManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = appToTVManager.m; sourceTree = "<group>"; };
|
|
|
6B63179A2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = videoPlayByAVPlayerViewController.h; sourceTree = "<group>"; };
|
|
|
6B63179B2BFD8CA000FF4FB4 /* videoPlayByAVPlayerViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = videoPlayByAVPlayerViewController.m; sourceTree = "<group>"; };
|
|
|
6B6317A02BFD9DB500FF4FB4 /* ZFCustomControlView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZFCustomControlView.h; sourceTree = "<group>"; };
|
|
@@ -3345,6 +3351,7 @@
|
|
|
6B5D86632C227C4A008D25EA /* NAS */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 6B61F58A2D890E3100C01A8A /* appToTVManager */,
|
|
|
6B5ECC902D76FADD0069CB86 /* search */,
|
|
|
6BDB85B42D572FDC00526D1F /* BoxHeartbeatAlertTool */,
|
|
|
6BF62B122D55D57700E7A98A /* model */,
|
|
@@ -3405,6 +3412,15 @@
|
|
|
path = search;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 6B61F58A2D890E3100C01A8A /* appToTVManager */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 6B61F58B2D890E6F00C01A8A /* appToTVManager.h */,
|
|
|
+ 6B61F58C2D890E6F00C01A8A /* appToTVManager.m */,
|
|
|
+ );
|
|
|
+ path = appToTVManager;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
6B679DF42C25593800D0DC03 /* mine */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -4289,6 +4305,7 @@
|
|
|
6B9354892BF2FE8700AA8D31 /* editTypeHeadView.h in Headers */,
|
|
|
6BC7414C2C240A670049BA8D /* webSocketManager+downloadFile.h in Headers */,
|
|
|
6B03C0D32D7A9A82001DE5CB /* NasPreviewAPPViewController.h in Headers */,
|
|
|
+ 6B61F5902D890E6F00C01A8A /* appToTVManager.h in Headers */,
|
|
|
6B2C1E4A2C070ADE00FDCF82 /* ZFSpeedLoadingView.h in Headers */,
|
|
|
6BED888A2B4E819000F76DDC /* downloadFileRecordTableView.h in Headers */,
|
|
|
6B2C1E562C070ADE00FDCF82 /* UIScrollView+ZFPlayer.h in Headers */,
|
|
@@ -4594,6 +4611,7 @@
|
|
|
6B93548A2BF2FE8700AA8D31 /* editTypeHeadView.h in Headers */,
|
|
|
6BC7414E2C240A670049BA8D /* webSocketManager+downloadFile.h in Headers */,
|
|
|
6B03C0D12D7A9A82001DE5CB /* NasPreviewAPPViewController.h in Headers */,
|
|
|
+ 6B61F58D2D890E6F00C01A8A /* appToTVManager.h in Headers */,
|
|
|
6B2C1E4B2C070ADE00FDCF82 /* ZFSpeedLoadingView.h in Headers */,
|
|
|
6BD506E52B9576A4006E7CB0 /* downloadFileRecordTableView.h in Headers */,
|
|
|
6B2C1E572C070ADE00FDCF82 /* UIScrollView+ZFPlayer.h in Headers */,
|
|
@@ -5054,6 +5072,7 @@
|
|
|
6B42A2142C40DC3D000555BB /* previewLandscapeTopMoreView.m in Sources */,
|
|
|
6BD507392B9576A4006E7CB0 /* downloadManager.m in Sources */,
|
|
|
6BD5073A2B9576A4006E7CB0 /* FMDatabaseQueue.m in Sources */,
|
|
|
+ 6B61F58E2D890E6F00C01A8A /* appToTVManager.m in Sources */,
|
|
|
6B49BFCA2C943CE800E17406 /* webRtcManager+downloadNasFile.m in Sources */,
|
|
|
6B2C1E412C070ADE00FDCF82 /* ZFPortraitControlView.m in Sources */,
|
|
|
6BD5073B2B9576A4006E7CB0 /* customLaunchView.m in Sources */,
|
|
@@ -5441,6 +5460,7 @@
|
|
|
6B42A2122C40DC3D000555BB /* previewLandscapeTopMoreView.m in Sources */,
|
|
|
6B5D40402B4CE40F000965CF /* downloadManager.m in Sources */,
|
|
|
A08A950027E9A4E400C544BB /* FMDatabaseQueue.m in Sources */,
|
|
|
+ 6B61F58F2D890E6F00C01A8A /* appToTVManager.m in Sources */,
|
|
|
6B49BFC72C943CE800E17406 /* webRtcManager+downloadNasFile.m in Sources */,
|
|
|
6B2C1E402C070ADE00FDCF82 /* ZFPortraitControlView.m in Sources */,
|
|
|
6BF52CA72AD7D3BE00A617DB /* customLaunchView.m in Sources */,
|