marinofaggiana 4 years ago
parent
commit
97e3ec8af2
3 changed files with 2 additions and 2 deletions
  1. 1 1
      Cartfile.resolved
  2. 1 0
      iOSClient/AppDelegate.h
  3. 0 1
      iOSClient/AppDelegate.m

+ 1 - 1
Cartfile.resolved

@@ -17,7 +17,7 @@ github "malcommac/SwiftRichString" "3.7.2"
 github "marinofaggiana/KTVHTTPCache" "2.0.2"
 github "marinofaggiana/OpenSSL" "6c7cf839d9c74e5a0b92bbf343e1a33b6f56a277"
 github "marinofaggiana/TOPasscodeViewController" "0.0.7"
-github "nextcloud/ios-communication-library" "d989d29df18302b0e6824994188c7e232b8ed51e"
+github "nextcloud/ios-communication-library" "159e6ced87e405e1f667a1a3e0dfaf9ba5386c8b"
 github "rechsteiner/Parchment" "v2.4.0"
 github "scenee/FloatingPanel" "v1.7.6"
 github "tilltue/TLPhotoPicker" "2.0.12"

+ 1 - 0
iOSClient/AppDelegate.h

@@ -46,6 +46,7 @@
 @class NCDetailViewController;
 @class NCNetworkingAutoUpload;
 @class NCDocumentPickerViewController;
+@class FileProviderDomain;
 
 @interface AppDelegate : UIResponder <UIApplicationDelegate, UNUserNotificationCenterDelegate>
 

+ 0 - 1
iOSClient/AppDelegate.m

@@ -321,7 +321,6 @@
     // Registeration domain File Provider
     FileProviderDomain *fileProviderDomain = [FileProviderDomain new];
     [fileProviderDomain registerDomain];
-    //[FileProviderDomain.sharedInstance removeAllDomain];
 }
 
 #pragma --------------------------------------------------------------------------------------------