Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting GMUserFileSystem, GMFinderInfo and other macFUSE headers #44

Open
mixtly87 opened this issue Dec 3, 2023 · 2 comments
Open

Comments

@mixtly87
Copy link

mixtly87 commented Dec 3, 2023

The macFUSE.framework I'm using has Headers:

GMAvailability.h
GMFinderInfo.h
GMResourceFork.h
GMUserFileSystem.h
macFUSE.h

Is there an option to port these kind of classes to fuse-t? fuse-t headers I have are:

fuse.h
fuse_t.h
fuse_opt.h
fuse_lowlevel.h
fuse_lowlevel_compat.h
fuse_compat.h
fuse_common.h
fuse_common_compat.h

but my code relies on objective-c (OOP based instead of C-procedural based) implementation of macFUSE.

Is there a workaround to this? Thanks.

@macos-fuse-t
Copy link
Owner

I've just taken a look at this framework and it's definitely possible to port it. I'll put it to my backlog but I don't know when I'll have time for it.

@danm04
Copy link

danm04 commented Apr 22, 2024

Is there a page where we can see the backlog and in which priority they are scheduled? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants