marinofaggiana 4 жил өмнө
parent
commit
a4e52277b7

+ 1 - 1
Nextcloud.xcodeproj/project.pbxproj

@@ -1905,7 +1905,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 1;
 			shellPath = /bin/sh;
-			shellScript = "/usr/local/bin/carthage copy-frameworks\n";
+			shellScript = "rm -rf ${TMPDIR}/TemporaryItems/*carthage*\n/usr/local/bin/carthage copy-frameworks\n";
 		};
 /* End PBXShellScriptBuildPhase section */
 

+ 3 - 5
iOSClient/Transfers/NCTransfers.swift

@@ -166,11 +166,9 @@ class NCTransfers: NCCollectionViewCommon  {
             UIMenuController.shared.setMenuVisible(true, animated: true)
         }
     }
-    
-    override var canBecomeFirstResponder: Bool {
-        return true
-    }
-    
+  
+    override func longPressCollecationView(gestureRecognizer: UILongPressGestureRecognizer, metadata: tableMetadata?) { }
+  
     @objc func startTask(_ notification: Any) {
         
         guard let metadata = metadataTemp else { return }