[macOS] Improve file association handling, and allow URL schema handling.

This commit is contained in:
bruvzg 2022-07-07 10:57:22 +03:00
parent 8ec6c075bd
commit 238ac2fdd5
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
7 changed files with 63 additions and 34 deletions

View file

@ -160,6 +160,7 @@ public:
virtual String get_name() const = 0;
virtual List<String> get_cmdline_args() const { return _cmdline; }
virtual List<String> get_cmdline_platform_args() const { return List<String>(); }
virtual String get_model_name() const;
bool is_layered_allowed() const { return _allow_layered; }