Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
macfuse-4.8.2.sha256 | 2024-09-25 | 262 Bytes | |
macfuse-4.8.2.sha256.sig | 2024-09-25 | 566 Bytes | |
macfuse-4.8.2.dmg | 2024-09-25 | 6.2 MB | |
macfuse-4.8.2-debug.tbz | 2024-09-25 | 3.2 MB | |
macFUSE 4.8.2 source code.tar.gz | 2024-09-25 | 3.4 kB | |
macFUSE 4.8.2 source code.zip | 2024-09-25 | 3.7 kB | |
README.md | 2024-09-25 | 489 Bytes | |
Totals: 7 Items | 9.4 MB | 0 |
- Improve compatibility with macOS 15
On macOS 15, Archive Utility produces empty archives when archiving directories, unless readdir(3)
returns the file type for each directory entry.
In oder to address this compatibility issue, macFUSE.framework queries the attributes of each directory entry returned by the file system delegate. This change is transparent to existing file systems.
- Use macOS 14.5 SDK instead of macOS 14.4 SDK to build macOS 14 kernel extension