framework
framework copied to clipboard
Objective-C-based FUSE for macOS SDK
Results
2
framework issues
Sort by
recently updated
recently updated
newest added
Updated fusefm_readdir to use -[NSString fileSystemRepresentation] to convert to C-strings. Using -[NSString UTF8String] can cause issues with duplicated folder/file names in Finder if the name contains accented characters due to...
Hi. I'd like to propose some small but important modification. Delegate classes should be described by protocols. Extending NSObject by category means that every kind of object in file which...