marinofaggiana 5 years ago
parent
commit
63a0592985

+ 3 - 3
Nextcloud.xcodeproj/project.pbxproj

@@ -2050,14 +2050,14 @@
 			path = DropdownMenu;
 			sourceTree = "<group>";
 		};
-		F758B41E212C516300515F55 /* Scan */ = {
+		F758B41E212C516300515F55 /* ScanDocument */ = {
 			isa = PBXGroup;
 			children = (
 				F758B45F212C56A400515F55 /* ScanCollectionView.swift */,
 				F758B45D212C569C00515F55 /* ScanCell.swift */,
 				F758B457212C564000515F55 /* Scan.storyboard */,
 			);
-			path = Scan;
+			path = ScanDocument;
 			sourceTree = "<group>";
 		};
 		F760F75621F21F61006B1A73 /* PhotoEditor */ = {
@@ -2950,7 +2950,7 @@
 				F7C5259A1E3B441D00FFE02C /* Notification */,
 				F7381ED9218218A4000B1560 /* Offline */,
 				F7FCFFD51D70798C000E6E29 /* PeekPop */,
-				F758B41E212C516300515F55 /* Scan */,
+				F758B41E212C516300515F55 /* ScanDocument */,
 				F7FE125B1BAC03FB0041924B /* Security */,
 				F79A65C12191D8DC00FF6DCC /* Select */,
 				F7ACE4281BAC0268006C0017 /* Settings */,

+ 1 - 1
iOSClient/Brand/File_Provider_Extension.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.24.0</string>
 	<key>CFBundleVersion</key>
-	<string>12</string>
+	<string>13</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 1 - 1
iOSClient/Brand/Share.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>2.24.0</string>
 	<key>CFBundleVersion</key>
-	<string>12</string>
+	<string>13</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 1 - 1
iOSClient/Brand/iOSClient.plist

@@ -63,7 +63,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>12</string>
+	<string>13</string>
 	<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
 	<true/>
 	<key>Fabric</key>

+ 0 - 0
iOSClient/Scan/Scan.storyboard → iOSClient/ScanDocument/Scan.storyboard


+ 0 - 0
iOSClient/Scan/ScanCell.swift → iOSClient/ScanDocument/ScanCell.swift


+ 0 - 0
iOSClient/Scan/ScanCollectionView.swift → iOSClient/ScanDocument/ScanCollectionView.swift