VK
VK
We done one application using your osxfuse. How to submit application in app store include with framework. we can't to tell the end users to install osxfuse. we are getting...
We implemented macOS application using file system (https://github.com/osxfuse/filesystems). This one working fine without any issue in "Intel machines". > "Apple M1 chip machine" enabled kernel settings. After folder mount, immediately...
I'm using aws - kms encryption algorithm. It's getting error "signature v4 missing".
Get, Put, Delegate file action working. But we are trying to upload file name contains space. its showing "Http Version Not Supported" error we tried FILE_TO_UPLOAD and RESOURCE_PATH url encoding....
Hi Team You mention macFuse 4.4.3 unavailable VFS plugin issue fixed. But still getting this issue. After mount within 4 sec volume automatically unmounted. My MacBook Pro configuration: - macOS...
Below code we used. ``` func installCrash() { // add crash report let installation = self.crashReportEmail() installation.install() KSCrash.sharedInstance()?.deleteBehaviorAfterSendAll = KSCDeleteNever installation.sendAllReports { (reports, completed, error) in if completed { print("Sent...