marinofaggiana 5 anni fa
parent
commit
2acb32f6cd

+ 2 - 2
iOSClient/Brand/File_Provider_Extension.plist

@@ -17,9 +17,9 @@
 	<key>CFBundlePackageType</key>
 	<string>XPC!</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.24.0</string>
+	<string>2.24.1</string>
 	<key>CFBundleVersion</key>
-	<string>20</string>
+	<string>1</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 2 - 2
iOSClient/Brand/Share.plist

@@ -17,9 +17,9 @@
 	<key>CFBundlePackageType</key>
 	<string>XPC!</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.24.0</string>
+	<string>2.24.1</string>
 	<key>CFBundleVersion</key>
-	<string>20</string>
+	<string>1</string>
 	<key>NSAppTransportSecurity</key>
 	<dict>
 		<key>NSAllowsArbitraryLoads</key>

+ 2 - 2
iOSClient/Brand/iOSClient.plist

@@ -46,7 +46,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.24.0</string>
+	<string>2.24.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleURLTypes</key>
@@ -63,7 +63,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>20</string>
+	<string>1</string>
 	<key>FIREBASE_ANALYTICS_COLLECTION_DEACTIVATED</key>
 	<true/>
 	<key>Fabric</key>

+ 13 - 0
iOSClient/Library/OCCommunicationLib/OCSharedDto.m

@@ -33,8 +33,21 @@
     
     if (self) {
         
+        self.shareWith = @"";
+        self.path = @"";
+        self.token = @"";
         self.url = @"";
+        self.uidOwner = @"";
+        self.shareWithDisplayName = @"";
+        self.displayNameOwner = @"";
+        self.uidFileOwner = @"";
+        self.fileTarget = @"";
+        self.note = @"";
         self.label = @"";
+        self.displayNameFileOwner = @"";
+        self.mimeType = @"";
+        self.storageID = @"";
+        self.fileParent = @"";
     }
     
     return self;