Ralph Plawetzki
Ralph Plawetzki
We are talking about different things here. Cryptomator is fast on Linux, when you use e.g. fuse. The other thing that has a significant influence on the speed is your...
A portal is more or less a mechanism to show a file choosing dialog. Not more. It shouldn't influence the speed that is available to you on mounting a vault...
Adresses https://github.com/cryptomator/cryptomator/issues/2180.
I wonder whether this implementation does suffice from the security point of view. You can enable Touch ID on capable devices, which unlocks vaults only after the fingerprint was provided,...
> I'm wondering if we should "just" refactor [org_cryptomator_macos_keychain_MacKeychain_Native.m](https://github.com/cryptomator/integrations-mac/blob/develop/src/main/native/org_cryptomator_macos_keychain_MacKeychain_Native.m) from the deprecated SecKeychain API to the "new" SecItem API. > @tobihagemann @overheadhunter I raise my hand and take care of...
Thank you @tobihagemann, that's a good advice!
> Despite the impl being in ObjC, if the API is C compatible, we could use Panama :) I used to create the Java bindings with `jextract` in other contexts...
Writing [the code](https://github.com/purejava/integrations-mac/commits/2ndfactor-SecItem/) was no problem, but I got stuck with configuring Xcode the right way. Googling for hours did not help. What's the problem? The code seems to work....
I tried something and manually edited the `project.pbxproj` file. I changed `productType = "com.apple.product-type.library.dynamic";` to `productType = "com.apple.product-type.application";` and started Xcode, which displays the "Signing & Capabilities" tab. Setting [signing...
> Yeah, code signing is no fun. 😅 We are enrolled in the Apple Developer program, but we can't share the certificate publicly. To be honest, I don't even know...