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:
parent
83886bf18f
commit
bbca67df67
9 changed files with 213 additions and 59 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue