|
|
@@ -617,6 +617,10 @@
|
|
|
6B5D86802C22EA5B008D25EA /* lastFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D867D2C22EA5B008D25EA /* lastFileManager.h */; };
|
|
|
6B5D86812C22EA5B008D25EA /* lastFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5D867D2C22EA5B008D25EA /* lastFileManager.h */; };
|
|
|
6B5D86822C22EA5B008D25EA /* lastFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B5D867E2C22EA5B008D25EA /* lastFileManager.m */; };
|
|
|
+ 6B5ECC932D76FB5D0069CB86 /* searchBarView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B5ECC912D76FB5D0069CB86 /* searchBarView.h */; };
|
|
|
+ 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 */; };
|
|
|
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 */; };
|
|
|
@@ -1949,6 +1953,8 @@
|
|
|
6B5D86782C22D6E9008D25EA /* NASLastFileView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NASLastFileView.m; sourceTree = "<group>"; };
|
|
|
6B5D867D2C22EA5B008D25EA /* lastFileManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lastFileManager.h; sourceTree = "<group>"; };
|
|
|
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>"; };
|
|
|
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>"; };
|
|
|
@@ -3312,6 +3318,7 @@
|
|
|
6B5D86632C227C4A008D25EA /* NAS */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 6B5ECC902D76FADD0069CB86 /* search */,
|
|
|
6BDB85B42D572FDC00526D1F /* BoxHeartbeatAlertTool */,
|
|
|
6BF62B122D55D57700E7A98A /* model */,
|
|
|
6BB573312C8076A600713351 /* nasBackupsManager */,
|
|
|
@@ -3356,6 +3363,15 @@
|
|
|
path = view;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 6B5ECC902D76FADD0069CB86 /* search */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 6B5ECC912D76FB5D0069CB86 /* searchBarView.h */,
|
|
|
+ 6B5ECC922D76FB5D0069CB86 /* searchBarView.m */,
|
|
|
+ );
|
|
|
+ path = search;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
6B679DF42C25593800D0DC03 /* mine */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
@@ -4288,6 +4304,7 @@
|
|
|
6B0581602AFCD0DF00D37290 /* uploadImageOrVideoViewController.h in Headers */,
|
|
|
18F9CB092ABD7835003FF71A /* TipsQRCodeForChangeDeviceViewController.h in Headers */,
|
|
|
6B07AC2B2BF8D38F005C2B0E /* NASFileAudioModel.h in Headers */,
|
|
|
+ 6B5ECC932D76FB5D0069CB86 /* searchBarView.h in Headers */,
|
|
|
6B2C1E522C070ADE00FDCF82 /* ZFVolumeBrightnessView.h in Headers */,
|
|
|
6BF62B1A2D55D9E400E7A98A /* queryHeartbeatModel.h in Headers */,
|
|
|
6B5B60722B3D8098009A2AE2 /* fileTransferPathCheckTableViewCell.h in Headers */,
|
|
|
@@ -4587,6 +4604,7 @@
|
|
|
6BD506F62B9576A4006E7CB0 /* uploadImageOrVideoViewController.h in Headers */,
|
|
|
6BD506F72B9576A4006E7CB0 /* TipsQRCodeForChangeDeviceViewController.h in Headers */,
|
|
|
6B07AC2E2BF8D38F005C2B0E /* NASFileAudioModel.h in Headers */,
|
|
|
+ 6B5ECC952D76FB5D0069CB86 /* searchBarView.h in Headers */,
|
|
|
6B2C1E532C070ADE00FDCF82 /* ZFVolumeBrightnessView.h in Headers */,
|
|
|
6BF62B192D55D9E400E7A98A /* queryHeartbeatModel.h in Headers */,
|
|
|
6BD506F82B9576A4006E7CB0 /* fileTransferPathCheckTableViewCell.h in Headers */,
|
|
|
@@ -5160,6 +5178,7 @@
|
|
|
6BD507942B9576A4006E7CB0 /* downloadFileRecordCell.m in Sources */,
|
|
|
6BD507952B9576A4006E7CB0 /* UIProgressView+AFNetworking.m in Sources */,
|
|
|
6B2C1E772C070ADE00FDCF82 /* ZFLandscapeViewController.m in Sources */,
|
|
|
+ 6B5ECC962D76FB5D0069CB86 /* searchBarView.m in Sources */,
|
|
|
6B3E7A8C2C8A9FFB00B032C4 /* pingManager.m in Sources */,
|
|
|
6B2C1E5B2C070ADE00FDCF82 /* UIViewController+ZFPlayerRotation.m in Sources */,
|
|
|
6BD507962B9576A4006E7CB0 /* HWAddFolderViewController.m in Sources */,
|
|
|
@@ -5541,6 +5560,7 @@
|
|
|
6BED888F2B4E901900F76DDC /* downloadFileRecordCell.m in Sources */,
|
|
|
183AE64C2A8A2CF000B11CB0 /* UIProgressView+AFNetworking.m in Sources */,
|
|
|
6B2C1E762C070ADE00FDCF82 /* ZFLandscapeViewController.m in Sources */,
|
|
|
+ 6B5ECC942D76FB5D0069CB86 /* searchBarView.m in Sources */,
|
|
|
6B3E7A8A2C8A9FFA00B032C4 /* pingManager.m in Sources */,
|
|
|
6B2C1E5A2C070ADE00FDCF82 /* UIViewController+ZFPlayerRotation.m in Sources */,
|
|
|
A031DD7527EC507000909527 /* HWAddFolderViewController.m in Sources */,
|