We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b322b98 + 89d8e64 commit 5fd9396Copy full SHA for 5fd9396
Yubico.Core/src/Yubico/PlatformInterop/macOS/Interop.Libraries.cs
@@ -16,8 +16,8 @@ namespace Yubico.PlatformInterop
16
{
17
internal static partial class Libraries
18
19
- internal const string CoreFoundation = "CoreFoundation.framework/CoreFoundation";
20
- internal const string IOKitFramework = "IOKit.framework/IOKit";
21
- internal const string WinSCard = "PCSC.framework/PCSC";
+ internal const string CoreFoundation = "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation";
+ internal const string IOKitFramework = "/System/Library/Frameworks/IOKit.framework/IOKit";
+ internal const string WinSCard = "/System/Library/Frameworks/PCSC.framework/PCSC";
22
}
23
0 commit comments