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.
1 parent 1945e27 commit 89d8e64Copy full SHA for 89d8e64
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