mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use FOBOS guids
git-svn-id: svn://claunia.com/FileSystemIDandChk@6 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
@@ -11,7 +11,7 @@ namespace FileSystemIDandChk.PartPlugins
|
||||
public AppleMap (PluginBase Core)
|
||||
{
|
||||
base.Name = "Apple Partition Map";
|
||||
base.PluginUUID = new Guid("ffe4b4e9-82ed-4761-af49-8bade4081d10");
|
||||
base.PluginUUID = new Guid("36405F8D-4F1A-07F5-209C-223D735D6D22");
|
||||
}
|
||||
|
||||
public override bool GetInformation (FileStream stream, out List<Partition> partitions)
|
||||
|
||||
Reference in New Issue
Block a user