@@ -1,4 +1,4 @@
-github "nextcloud/ios-communication-library" "v0.56"
+github "nextcloud/ios-communication-library" "develop"
github "tilltue/TLPhotoPicker" "2.0.7"
github "kishikawakatsumi/UICKeyChainStore" "v2.1.2"
github "MortimerGoro/MGSwipeTableCell" "1.6.8"
@@ -17,7 +17,7 @@ github "krzyzanowskim/OpenSSL" "1.0.218"
github "malcommac/SwiftRichString" "3.7.1"
github "marinofaggiana/AFNetworking" "2967678c3e0e98c9b8d7e06222ad12d1f49c26f2"
github "marinofaggiana/FastScroll" "81967c2309d29bc2c330d422da612160a30bade8"
+github "nextcloud/ios-communication-library" "cbf422d7bd26f1a3447adfbcb0eddefb7a5f8b41"
github "realm/realm-cocoa" "v4.3.1"
github "rechsteiner/Parchment" "v1.7.0"
github "scenee/FloatingPanel" "v1.7.4"
@@ -240,15 +240,14 @@ extension NCLoginWeb: WKNavigationDelegate {
activityIndicator.stopAnimating()
print("didFinishProvisionalNavigation");
+ /*
if loginFlowV2Available {
-
NCCommunication.sharedInstance.getLoginFlowV2Poll(token: loginFlowV2Token, endpoint: loginFlowV2Endpoint) { (server, loginName, appPassword, errorCode, errorDescription) in
if errorCode == 0 {
print("")
}
+ */