marinofaggiana 4 gadi atpakaļ
vecāks
revīzija
a691739884
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      Cartfile.resolved
  2. 1 1
      iOSClient/AppDelegate.m

+ 1 - 1
Cartfile.resolved

@@ -16,7 +16,7 @@ github "kishikawakatsumi/UICKeyChainStore" "v2.1.2"
 github "krzyzanowskim/OpenSSL" "1.0.218"
 github "malcommac/SwiftRichString" "3.7.1"
 github "marinofaggiana/AFNetworking" "2967678c3e0e98c9b8d7e06222ad12d1f49c26f2"
-github "nextcloud/ios-communication-library" "3bccf5fabdd36fcb98bf48ba2f7d1f1903b2e381"
+github "nextcloud/ios-communication-library" "16e2fff57e6a01200d94d16404cf1cb45acf3305"
 github "realm/realm-cocoa" "v4.4.0"
 github "rechsteiner/Parchment" "v1.7.0"
 github "scenee/FloatingPanel" "v1.7.4"

+ 1 - 1
iOSClient/AppDelegate.m

@@ -441,7 +441,7 @@
 - (void)settingWebDavRoot:(NSString *)webdavRoot
 {
     if (webdavRoot != nil) {
-        [[NCCommunicationCommon sharedInstance] setupWithWebDavRoot:webdavRoot davRoot:@"remote.php/dav"];
+        [[NCCommunicationCommon sharedInstance] setupWithWebDavRoot:webdavRoot];
     }
 }