scummvm/backends/platform/sdl/macosx
Donovan Watteau 06380fc9c3 MACOSX: Prefer openURL/openURLs over openFile on macOS 10.15+
They're the recommended APIs now, and openFile is deprecated starting
with macOS 11.0. openURLs:withApplicationAtURL (for TextEdit usage)
requires macOS 10.15+, so we need different code paths.
2022-11-29 00:11:03 +01:00
..
appmenu_osx.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
appmenu_osx.mm MACOSX: Prefer openURL/openURLs over openFile on macOS 10.15+ 2022-11-29 00:11:03 +01:00
macosx-compat.h MACOSX: Prefer openURL/openURLs over openFile on macOS 10.15+ 2022-11-29 00:11:03 +01:00
macosx-main.cpp PLUGINS: Let macOS use its resource bundle as a valid plugin directory 2022-05-22 23:42:45 +01:00
macosx-touchbar.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
macosx-touchbar.mm ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
macosx-window.h JANITORIAL: "Mac OS X" and "OS X" to "macOS" in comments 2022-01-29 14:15:05 +01:00
macosx-window.mm ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
macosx.cpp COMMON: Restructuring how ApplicationSupport path is calculated and putting in Icons subdirectory 2022-07-02 22:34:36 +02:00
macosx.h COMMON: Adding comment for default path methods 2022-07-02 22:34:36 +02:00
macosx_wrapper.h COMMON: Restructuring how ApplicationSupport path is calculated and putting in Icons subdirectory 2022-07-02 22:34:36 +02:00
macosx_wrapper.mm MACOSX: Fix NSUInteger definition on macOS 10.4 2022-11-09 12:27:51 +01:00