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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
fusehfs
2
2
=======
3
3
4
-
Goal: update [FuseHFS](http://namedfork.net/fusehfs) to provide R/W HFS support with [macFUSE](https://osxfuse.github.io/) on macOS 12
4
+
R/W HFS support with [macFUSE](https://osxfuse.github.io/) on macOS 12
5
5
6
6
The original fusehfs code was published under GPL v2, so this version's code is too.
7
7
8
8
--------------------------------
9
-
#### Release 0.1.4b
9
+
#### Release 0.1.5
10
10
See the [project page](https://thejoelpatrol.github.io/fusehfs/)
11
11
12
12
--------------------------------
13
13
#### Status 1/3/2022
14
14
15
15
We're discussing in the Issue #2 whether we can make fusehfs work again on macOS 12 Monterey now that HFS support is removed entirely by Apple, and whether long-term functionality will require using the [File Provider API](https://developer.apple.com/documentation/fileprovider) now that kexts are deprecated.
16
16
17
+
--------------------------------
18
+
#### Release 0.1.4b
19
+
See the [project page](https://thejoelpatrol.github.io/fusehfs/)
0 commit comments