mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
MacOSX: Support APFS for creating volumes.
This commit is contained in:
@@ -321,6 +321,8 @@ namespace VeraCrypt
|
||||
}
|
||||
else if (str.IsSameAs (L"exFAT", false))
|
||||
ArgFilesystem = VolumeCreationOptions::FilesystemType::exFAT;
|
||||
else if (str.IsSameAs (L"APFS", false))
|
||||
ArgFilesystem = VolumeCreationOptions::FilesystemType::APFS;
|
||||
#elif defined (TC_FREEBSD) || defined (TC_SOLARIS)
|
||||
else if (str.IsSameAs (L"UFS", false))
|
||||
ArgFilesystem = VolumeCreationOptions::FilesystemType::UFS;
|
||||
|
||||
Reference in New Issue
Block a user