|
@@ -170,6 +170,8 @@
|
|
|
6B72724C2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B72724A2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.m */; };
|
|
6B72724C2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B72724A2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.m */; };
|
|
|
6B72724F2B0B58E500C03F87 /* uploadFileRecordEditBottomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B72724D2B0B58E500C03F87 /* uploadFileRecordEditBottomView.h */; };
|
|
6B72724F2B0B58E500C03F87 /* uploadFileRecordEditBottomView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B72724D2B0B58E500C03F87 /* uploadFileRecordEditBottomView.h */; };
|
|
|
6B7272502B0B58E500C03F87 /* uploadFileRecordEditBottomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B72724E2B0B58E500C03F87 /* uploadFileRecordEditBottomView.m */; };
|
|
6B7272502B0B58E500C03F87 /* uploadFileRecordEditBottomView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B72724E2B0B58E500C03F87 /* uploadFileRecordEditBottomView.m */; };
|
|
|
|
|
+ 6B7272532B0CABC600C03F87 /* cachesFileManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7272512B0CABC600C03F87 /* cachesFileManager.h */; };
|
|
|
|
|
+ 6B7272542B0CABC600C03F87 /* cachesFileManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B7272522B0CABC600C03F87 /* cachesFileManager.m */; };
|
|
|
6B7B65582AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7B65562AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h */; };
|
|
6B7B65582AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B7B65562AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h */; };
|
|
|
6B7B65592AD9227700BE8CB3 /* PlayerViewController+otherDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B7B65572AD9227700BE8CB3 /* PlayerViewController+otherDelegate.mm */; };
|
|
6B7B65592AD9227700BE8CB3 /* PlayerViewController+otherDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B7B65572AD9227700BE8CB3 /* PlayerViewController+otherDelegate.mm */; };
|
|
|
6B8FF6B92B04E19600800981 /* uploadFileRecordheadView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8FF6B72B04E19600800981 /* uploadFileRecordheadView.h */; };
|
|
6B8FF6B92B04E19600800981 /* uploadFileRecordheadView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B8FF6B72B04E19600800981 /* uploadFileRecordheadView.h */; };
|
|
@@ -527,6 +529,8 @@
|
|
|
6B72724A2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = uploadFileRecordTableViewHeadView.m; sourceTree = "<group>"; };
|
|
6B72724A2B0AF59200C03F87 /* uploadFileRecordTableViewHeadView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = uploadFileRecordTableViewHeadView.m; sourceTree = "<group>"; };
|
|
|
6B72724D2B0B58E500C03F87 /* uploadFileRecordEditBottomView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = uploadFileRecordEditBottomView.h; sourceTree = "<group>"; };
|
|
6B72724D2B0B58E500C03F87 /* uploadFileRecordEditBottomView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = uploadFileRecordEditBottomView.h; sourceTree = "<group>"; };
|
|
|
6B72724E2B0B58E500C03F87 /* uploadFileRecordEditBottomView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = uploadFileRecordEditBottomView.m; sourceTree = "<group>"; };
|
|
6B72724E2B0B58E500C03F87 /* uploadFileRecordEditBottomView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = uploadFileRecordEditBottomView.m; sourceTree = "<group>"; };
|
|
|
|
|
+ 6B7272512B0CABC600C03F87 /* cachesFileManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = cachesFileManager.h; sourceTree = "<group>"; };
|
|
|
|
|
+ 6B7272522B0CABC600C03F87 /* cachesFileManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = cachesFileManager.m; sourceTree = "<group>"; };
|
|
|
6B7B65562AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PlayerViewController+otherDelegate.h"; sourceTree = "<group>"; };
|
|
6B7B65562AD9227700BE8CB3 /* PlayerViewController+otherDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PlayerViewController+otherDelegate.h"; sourceTree = "<group>"; };
|
|
|
6B7B65572AD9227700BE8CB3 /* PlayerViewController+otherDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "PlayerViewController+otherDelegate.mm"; sourceTree = "<group>"; };
|
|
6B7B65572AD9227700BE8CB3 /* PlayerViewController+otherDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = "PlayerViewController+otherDelegate.mm"; sourceTree = "<group>"; };
|
|
|
6B7B65612ADEAE0300BE8CB3 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
|
|
6B7B65612ADEAE0300BE8CB3 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
|
|
@@ -1196,6 +1200,8 @@
|
|
|
children = (
|
|
children = (
|
|
|
6B0582832B0457C400D37290 /* uploadFileManager.h */,
|
|
6B0582832B0457C400D37290 /* uploadFileManager.h */,
|
|
|
6B0582842B0457C400D37290 /* uploadFileManager.m */,
|
|
6B0582842B0457C400D37290 /* uploadFileManager.m */,
|
|
|
|
|
+ 6B7272512B0CABC600C03F87 /* cachesFileManager.h */,
|
|
|
|
|
+ 6B7272522B0CABC600C03F87 /* cachesFileManager.m */,
|
|
|
);
|
|
);
|
|
|
path = uploadFileManager;
|
|
path = uploadFileManager;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -1690,6 +1696,7 @@
|
|
|
6B05819F2AFCF4E800D37290 /* AJPhotoListView.h in Headers */,
|
|
6B05819F2AFCF4E800D37290 /* AJPhotoListView.h in Headers */,
|
|
|
18963B462AB84398006E7C50 /* GuideView.h in Headers */,
|
|
18963B462AB84398006E7C50 /* GuideView.h in Headers */,
|
|
|
18A909982ABC4A3300E6D2BE /* ComontAlretViewController.h in Headers */,
|
|
18A909982ABC4A3300E6D2BE /* ComontAlretViewController.h in Headers */,
|
|
|
|
|
+ 6B7272532B0CABC600C03F87 /* cachesFileManager.h in Headers */,
|
|
|
186820192AB94877005702A6 /* GuideLastView.h in Headers */,
|
|
186820192AB94877005702A6 /* GuideLastView.h in Headers */,
|
|
|
6B0582632AFF4B7D00D37290 /* PhotoPreviewViewController.h in Headers */,
|
|
6B0582632AFF4B7D00D37290 /* PhotoPreviewViewController.h in Headers */,
|
|
|
6B0581AD2AFCF57300D37290 /* AJPhotoGroupView.h in Headers */,
|
|
6B0581AD2AFCF57300D37290 /* AJPhotoGroupView.h in Headers */,
|
|
@@ -2078,6 +2085,7 @@
|
|
|
6BF0F3D12AD391D8000AA133 /* connectDeviceManager.m in Sources */,
|
|
6BF0F3D12AD391D8000AA133 /* connectDeviceManager.m in Sources */,
|
|
|
181E84F62A8F451D00292B96 /* MineViewCell.m in Sources */,
|
|
181E84F62A8F451D00292B96 /* MineViewCell.m in Sources */,
|
|
|
18FCE5412AD136670020F623 /* PlayerViewController+AdjustBtnFrame.m in Sources */,
|
|
18FCE5412AD136670020F623 /* PlayerViewController+AdjustBtnFrame.m in Sources */,
|
|
|
|
|
+ 6B7272542B0CABC600C03F87 /* cachesFileManager.m in Sources */,
|
|
|
184C8ADE2A949DBD00F26650 /* HWVersionModel.m in Sources */,
|
|
184C8ADE2A949DBD00F26650 /* HWVersionModel.m in Sources */,
|
|
|
18FCE5352AD12FE00020F623 /* ConnectTestViewController.m in Sources */,
|
|
18FCE5352AD12FE00020F623 /* ConnectTestViewController.m in Sources */,
|
|
|
183AE64C2A8A2CF000B11CB0 /* UIProgressView+AFNetworking.m in Sources */,
|
|
183AE64C2A8A2CF000B11CB0 /* UIProgressView+AFNetworking.m in Sources */,
|