From 539383c4c645d2e9ce009373a643518f2f073551 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 30 Oct 2024 14:29:20 +0800 Subject: [PATCH] Allow reparenting directories Signed-off-by: Claudio Cambra --- Sources/NextcloudFileProviderKit/Item/Item.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/NextcloudFileProviderKit/Item/Item.swift b/Sources/NextcloudFileProviderKit/Item/Item.swift index 7865f53..65dcd84 100644 --- a/Sources/NextcloudFileProviderKit/Item/Item.swift +++ b/Sources/NextcloudFileProviderKit/Item/Item.swift @@ -40,6 +40,7 @@ public class Item: NSObject, NSFileProviderItem { .allowsContentEnumerating, .allowsReading, .allowsDeleting, + .allowsReparenting, .allowsRenaming ]