marinofaggiana 4 ani în urmă
părinte
comite
81b400d052

+ 20 - 20
Nextcloud.xcodeproj/project.pbxproj

@@ -474,8 +474,8 @@
 		F753701922723E0D0041C76C /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; };
 		F753701A22723EC80041C76C /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
 		F755BD9A20594AC7008C5FBB /* NCService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NCService.swift; sourceTree = "<group>"; };
-		F755E6442525946C008DAB45 /* NCCollectionViewCommon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NCCollectionViewCommon.swift; path = iOSClient/Main/NCCollectionViewCommon.swift; sourceTree = SOURCE_ROOT; };
-		F755E6452525946C008DAB45 /* NCCollectionCommon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NCCollectionCommon.swift; path = iOSClient/Main/NCCollectionCommon.swift; sourceTree = SOURCE_ROOT; };
+		F755E6442525946C008DAB45 /* NCCollectionViewCommon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NCCollectionViewCommon.swift; path = "iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift"; sourceTree = SOURCE_ROOT; };
+		F755E6452525946C008DAB45 /* NCCollectionCommon.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NCCollectionCommon.swift; path = "iOSClient/Main/Colleaction Common/NCCollectionCommon.swift"; sourceTree = SOURCE_ROOT; };
 		F758B457212C564000515F55 /* Scan.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Scan.storyboard; sourceTree = "<group>"; };
 		F758B45D212C569C00515F55 /* ScanCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScanCell.swift; sourceTree = "<group>"; };
 		F758B45F212C56A400515F55 /* ScanCollectionView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScanCollectionView.swift; sourceTree = "<group>"; };
@@ -813,12 +813,11 @@
 			children = (
 				F710D1FA24057E5E00A6033D /* ActionSheetHeaderView */,
 				371B5A2F23D0B04B00FAFAE9 /* Menu */,
-				F78ACD3E21903BA20088454D /* Cell */,
 				F7DFB7E9219C5A0500680748 /* Create cloud */,
-				F78ACD50219046AC0088454D /* Section */,
-				F755E6452525946C008DAB45 /* NCCollectionCommon.swift */,
-				F755E6442525946C008DAB45 /* NCCollectionViewCommon.swift */,
+				F78ACD50219046AC0088454D /* Section Header Footer */,
+				F7603298252F0E550015A421 /* Colleaction Common */,
 				F73F537E1E929C8500F8678D /* CCMore.swift */,
+				370D26AE248A3D7A00121797 /* NCImageCellProtocol.swift */,
 				F7226EDB1EE4089300EBECB1 /* Main.storyboard */,
 				F710D1F624057C9400A6033D /* NCDetailNavigationController.swift */,
 				37C83A0C24532B7200618A3B /* AppDelegate+Swift.swift */,
@@ -977,6 +976,19 @@
 			path = ScanDocument;
 			sourceTree = "<group>";
 		};
+		F7603298252F0E550015A421 /* Colleaction Common */ = {
+			isa = PBXGroup;
+			children = (
+				F78ACD3F21903CC20088454D /* NCGridCell.swift */,
+				F78ACD4521903D010088454D /* NCGridCell.xib */,
+				F78ACD4121903CE00088454D /* NCListCell.swift */,
+				F78ACD4321903CF20088454D /* NCListCell.xib */,
+				F755E6452525946C008DAB45 /* NCCollectionCommon.swift */,
+				F755E6442525946C008DAB45 /* NCCollectionViewCommon.swift */,
+			);
+			path = "Colleaction Common";
+			sourceTree = "<group>";
+		};
 		F7632FC32183667400721B71 /* Section */ = {
 			isa = PBXGroup;
 			children = (
@@ -1033,18 +1045,6 @@
 			path = Files;
 			sourceTree = "<group>";
 		};
-		F78ACD3E21903BA20088454D /* Cell */ = {
-			isa = PBXGroup;
-			children = (
-				370D26AE248A3D7A00121797 /* NCImageCellProtocol.swift */,
-				F78ACD3F21903CC20088454D /* NCGridCell.swift */,
-				F78ACD4521903D010088454D /* NCGridCell.xib */,
-				F78ACD4121903CE00088454D /* NCListCell.swift */,
-				F78ACD4321903CF20088454D /* NCListCell.xib */,
-			);
-			path = Cell;
-			sourceTree = "<group>";
-		};
 		F78ACD4721903F850088454D /* Cell */ = {
 			isa = PBXGroup;
 			children = (
@@ -1054,14 +1054,14 @@
 			path = Cell;
 			sourceTree = "<group>";
 		};
-		F78ACD50219046AC0088454D /* Section */ = {
+		F78ACD50219046AC0088454D /* Section Header Footer */ = {
 			isa = PBXGroup;
 			children = (
 				F78ACD51219046DC0088454D /* NCSectionHeaderFooter.swift */,
 				F78ACD57219048040088454D /* NCSectionHeaderMenu.xib */,
 				F78ACD53219047D40088454D /* NCSectionFooter.xib */,
 			);
-			path = Section;
+			path = "Section Header Footer";
 			sourceTree = "<group>";
 		};
 		F78F74322163753B00C2ADAD /* Trash */ = {

+ 0 - 0
iOSClient/Main/NCCollectionCommon.swift → iOSClient/Main/Colleaction Common/NCCollectionCommon.swift


+ 0 - 0
iOSClient/Main/NCCollectionViewCommon.swift → iOSClient/Main/Colleaction Common/NCCollectionViewCommon.swift


+ 0 - 0
iOSClient/Main/Cell/NCGridCell.swift → iOSClient/Main/Colleaction Common/NCGridCell.swift


+ 0 - 0
iOSClient/Main/Cell/NCGridCell.xib → iOSClient/Main/Colleaction Common/NCGridCell.xib


+ 0 - 0
iOSClient/Main/Cell/NCListCell.swift → iOSClient/Main/Colleaction Common/NCListCell.swift


+ 0 - 0
iOSClient/Main/Cell/NCListCell.xib → iOSClient/Main/Colleaction Common/NCListCell.xib


+ 0 - 0
iOSClient/Main/Cell/NCImageCellProtocol.swift → iOSClient/Main/NCImageCellProtocol.swift


+ 0 - 0
iOSClient/Main/Section/NCSectionFooter.xib → iOSClient/Main/Section Header Footer/NCSectionFooter.xib


+ 0 - 0
iOSClient/Main/Section/NCSectionHeaderFooter.swift → iOSClient/Main/Section Header Footer/NCSectionHeaderFooter.swift


+ 0 - 0
iOSClient/Main/Section/NCSectionHeaderMenu.xib → iOSClient/Main/Section Header Footer/NCSectionHeaderMenu.xib