|
@@ -33,7 +33,7 @@
|
|
|
AF36077627BFB019001A243D /* ParallelWorkerTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF36077527BFB019001A243D /* ParallelWorkerTest.swift */; };
|
|
|
AF3F909A28213BEA0048A93E /* UserAgentTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3F909928213BEA0048A93E /* UserAgentTests.swift */; };
|
|
|
AF3FDCC22796ECC300710F60 /* NCTrash+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF3FDCC12796ECC300710F60 /* NCTrash+CollectionView.swift */; };
|
|
|
- AF3FDCC32796F3FB00710F60 /* NCTrashListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78ACD4821903F850088454D /* NCTrashListCell.swift */; };
|
|
|
+ AF3FDCC32796F3FB00710F60 /* NCTrashListCell+NCTrashCellProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78ACD4821903F850088454D /* NCTrashListCell+NCTrashCellProtocol.swift */; };
|
|
|
AF4BF614275629E20081CEEF /* NCManageDatabase+Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF4BF613275629E20081CEEF /* NCManageDatabase+Account.swift */; };
|
|
|
AF4BF615275629E20081CEEF /* NCManageDatabase+Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF4BF613275629E20081CEEF /* NCManageDatabase+Account.swift */; };
|
|
|
AF4BF616275629E20081CEEF /* NCManageDatabase+Account.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF4BF613275629E20081CEEF /* NCManageDatabase+Account.swift */; };
|
|
@@ -304,7 +304,7 @@
|
|
|
F78ACD4221903CE00088454D /* NCListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78ACD4121903CE00088454D /* NCListCell.swift */; };
|
|
|
F78ACD4421903CF20088454D /* NCListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F78ACD4321903CF20088454D /* NCListCell.xib */; };
|
|
|
F78ACD4621903D010088454D /* NCGridCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F78ACD4521903D010088454D /* NCGridCell.xib */; };
|
|
|
- F78ACD4A21903F850088454D /* NCTrashListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78ACD4821903F850088454D /* NCTrashListCell.swift */; };
|
|
|
+ F78ACD4A21903F850088454D /* NCTrashListCell+NCTrashCellProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78ACD4821903F850088454D /* NCTrashListCell+NCTrashCellProtocol.swift */; };
|
|
|
F78ACD4B21903F850088454D /* NCTrashListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = F78ACD4921903F850088454D /* NCTrashListCell.xib */; };
|
|
|
F78ACD52219046DC0088454D /* NCSectionHeaderFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F78ACD51219046DC0088454D /* NCSectionHeaderFooter.swift */; };
|
|
|
F78ACD54219047D40088454D /* NCSectionFooter.xib in Resources */ = {isa = PBXBuildFile; fileRef = F78ACD53219047D40088454D /* NCSectionFooter.xib */; };
|
|
@@ -782,7 +782,7 @@
|
|
|
F78ACD4121903CE00088454D /* NCListCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCListCell.swift; sourceTree = "<group>"; };
|
|
|
F78ACD4321903CF20088454D /* NCListCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NCListCell.xib; sourceTree = "<group>"; };
|
|
|
F78ACD4521903D010088454D /* NCGridCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NCGridCell.xib; sourceTree = "<group>"; };
|
|
|
- F78ACD4821903F850088454D /* NCTrashListCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NCTrashListCell.swift; sourceTree = "<group>"; };
|
|
|
+ F78ACD4821903F850088454D /* NCTrashListCell+NCTrashCellProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NCTrashListCell+NCTrashCellProtocol.swift"; sourceTree = "<group>"; };
|
|
|
F78ACD4921903F850088454D /* NCTrashListCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NCTrashListCell.xib; sourceTree = "<group>"; };
|
|
|
F78ACD51219046DC0088454D /* NCSectionHeaderFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCSectionHeaderFooter.swift; sourceTree = "<group>"; };
|
|
|
F78ACD53219047D40088454D /* NCSectionFooter.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = NCSectionFooter.xib; sourceTree = "<group>"; };
|
|
@@ -1361,7 +1361,7 @@
|
|
|
F78ACD4721903F850088454D /* Cell */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- F78ACD4821903F850088454D /* NCTrashListCell.swift */,
|
|
|
+ F78ACD4821903F850088454D /* NCTrashListCell+NCTrashCellProtocol.swift */,
|
|
|
F78ACD4921903F850088454D /* NCTrashListCell.xib */,
|
|
|
);
|
|
|
path = Cell;
|
|
@@ -2449,7 +2449,7 @@
|
|
|
AF4BF61A27562A4B0081CEEF /* NCManageDatabase+Metadata.swift in Sources */,
|
|
|
AF4BF615275629E20081CEEF /* NCManageDatabase+Account.swift in Sources */,
|
|
|
F798F0E225880608000DAFFD /* UIColor+Extensions.swift in Sources */,
|
|
|
- AF3FDCC32796F3FB00710F60 /* NCTrashListCell.swift in Sources */,
|
|
|
+ AF3FDCC32796F3FB00710F60 /* NCTrashListCell+NCTrashCellProtocol.swift in Sources */,
|
|
|
AF817EF2274BC781009ED85B /* NCUserBaseUrl.swift in Sources */,
|
|
|
F78295311F962EFA00A572F5 /* NCEndToEndEncryption.m in Sources */,
|
|
|
F74AF3A5247FB6AE00AC767B /* NCUtilityFileSystem.swift in Sources */,
|
|
@@ -2579,7 +2579,7 @@
|
|
|
F77B0E4F1D118A16002130FE /* CCManageAutoUpload.m in Sources */,
|
|
|
F7BAADC81ED5A87C00B7EAD4 /* NCDatabase.swift in Sources */,
|
|
|
F75C0C4823D1FAE300163CC8 /* NCRichWorkspaceCommon.swift in Sources */,
|
|
|
- F78ACD4A21903F850088454D /* NCTrashListCell.swift in Sources */,
|
|
|
+ F78ACD4A21903F850088454D /* NCTrashListCell+NCTrashCellProtocol.swift in Sources */,
|
|
|
F7B8CD91261AF3F7007C1359 /* NCNetworkingChunkedUpload.swift in Sources */,
|
|
|
F760329F252F0F8E0015A421 /* NCTransferCell.swift in Sources */,
|
|
|
AF68326A27BE65A90010BF0B /* NCMenuAction.swift in Sources */,
|