You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS Sequoia (15+) adds an official API for user-space file systems called FSKit: https://developer.apple.com/documentation/fskit/
Would it be feasible for FUSE-T to support it instead of relying on NFS on macOS 15+ targets?
macOS Sequoia (15+) adds an official API for user-space file systems called FSKit: https://developer.apple.com/documentation/fskit/
Would it be feasible for FUSE-T to support it instead of relying on NFS on macOS 15+ targets?
Announcement article: https://eclecticlight.co/2024/06/26/how-file-systems-can-change-in-sequoia-with-fskit/
An example implementation written in Swift: https://github.com/KhaosT/FSKitSample
Apple added FSKit support to Xcode starting with version 16.1 beta
Retail Xcode 16.0 lacks the support for FSKit
The text was updated successfully, but these errors were encountered: