Skip to content

Commit 5fd9396

Browse files
authored
Merge pull request #255 from Yubico/bug/205
fix(macOS): Hard coding the default frameworks path in order to resolve macOS frameworks
2 parents b322b98 + 89d8e64 commit 5fd9396

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Yubico.Core/src/Yubico/PlatformInterop/macOS/Interop.Libraries.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ namespace Yubico.PlatformInterop
1616
{
1717
internal static partial class Libraries
1818
{
19-
internal const string CoreFoundation = "CoreFoundation.framework/CoreFoundation";
20-
internal const string IOKitFramework = "IOKit.framework/IOKit";
21-
internal const string WinSCard = "PCSC.framework/PCSC";
19+
internal const string CoreFoundation = "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation";
20+
internal const string IOKitFramework = "/System/Library/Frameworks/IOKit.framework/IOKit";
21+
internal const string WinSCard = "/System/Library/Frameworks/PCSC.framework/PCSC";
2222
}
2323
}

0 commit comments

Comments
 (0)