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

@ -154,6 +154,7 @@ set(BASE_OSX_SHARED_HDR
set(BASE_AND_GUI_OSX_COCOA_SRC
src/osx/cocoa/utils.mm
src/osx/cocoa/power.mm
src/osx/volume.mm
)
set(BASE_OSX_NOTWXMAC_SRC