Skip to content

Commit d99b21b

Browse files
committed
chore(macOS): Increased NextcloudFileProviderKit requirement for macOS to 12.
We do not support macOS before 12 anymore, anyway. This enables newer APIs. Signed-off-by: Iva Horn <iva.horn@nextcloud.com>
1 parent 9d4254d commit d99b21b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell_integration/MacOSX/NextcloudFileProviderKit/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ let package = Package(
77
name: "NextcloudFileProviderKit",
88
platforms: [
99
.iOS(.v16),
10-
.macOS(.v11),
10+
.macOS(.v12),
1111
.visionOS(.v1)
1212
],
1313
products: [

0 commit comments

Comments
 (0)