marinofaggiana 4 жил өмнө
parent
commit
37a2e7039c

+ 1 - 1
Nextcloud.xcodeproj/project.pbxproj

@@ -2807,7 +2807,7 @@
 			repositoryURL = "https://github.com/nextcloud/ios-communication-library/";
 			requirement = {
 				kind = revision;
-				revision = d325e1f05882616e20caee090d7377735fe44b38;
+				revision = 2b9389fb89046c9845a1c792e28e79da7fe28184;
 			};
 		};
 		F7C4D88B2534887E00C142DA /* XCRemoteSwiftPackageReference "Parchment" */ = {

+ 1 - 1
Nextcloud.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

@@ -24,7 +24,7 @@
         "repositoryURL": "https://github.com/nextcloud/ios-communication-library/",
         "state": {
           "branch": null,
-          "revision": "d325e1f05882616e20caee090d7377735fe44b38",
+          "revision": "2b9389fb89046c9845a1c792e28e79da7fe28184",
           "version": null
         }
       },

+ 1 - 1
iOSClient/Networking/NCNetworkingAutoUpload.swift

@@ -62,7 +62,7 @@ class NCNetworkingAutoUpload: NSObject {
         
         timerProcess?.invalidate()
         
-        debugPrint("[LOG] PROCESS-AUTO-UPLOAD \(counterUpload)")
+        print("[LOG] PROCESS-AUTO-UPLOAD \(counterUpload)")
     
         NCNetworking.shared.getOcIdInBackgroundSession { (listOcId) in