macos-fuse-t / fuse-t

Other
808 stars 3 forks source link

Porting GMUserFileSystem, GMFinderInfo and other macFUSE headers #44

Open mixtly87 opened 7 months ago

mixtly87 commented 7 months ago

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 commented 7 months ago

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 commented 2 months ago

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