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 5a55ea6 + 497f350 commit e2412edCopy full SHA for e2412ed
Ps3DiscDumper/Utils/MacOS/DiskArbitration.cs
@@ -8,7 +8,7 @@ namespace Ps3DiscDumper.Utils.MacOS;
8
[SupportedOSPlatform("osx")]
9
public static partial class DiskArbitration
10
{
11
- private const string LibraryName = "/System/Library/Framework/DiskArbitration.framework/DiskArbitration";
+ private const string LibraryName = "/System/Library/Frameworks/DiskArbitration.framework/DiskArbitration";
12
13
public static readonly IntPtr DescriptionMediaKindKey = CoreFoundation.__CFStringMakeConstantString("DAMediaKind");
14
0 commit comments