Implement wxFSVolume for macOS

Implement with NSFileManager and NSURL to provide basic functionality
like on MSW. Icons are not implemented for macOS.
This commit is contained in:
Tobias Taschner
2021-11-17 15:40:40 +01:00
committed by Vadim Zeitlin
parent 83886bf18f
commit bbca67df67
9 changed files with 213 additions and 59 deletions

View File

@@ -421,7 +421,7 @@ void InteractiveOutputTestCase::TestStandardPaths()
// wxVolume tests
// ----------------------------------------------------------------------------
#if !defined(__WIN32__) || !wxUSE_FSVOLUME
#if (!defined(__WIN32__) && !defined(__APPLE__)) || defined(__WXOSX_IPHONE__) || !wxUSE_FSVOLUME
#undef TEST_VOLUME
#endif