[macOS] Implement optional native file selection dialog support for sandboxed apps.
This commit is contained in:
parent
60f3b7967c
commit
4790da7900
20 changed files with 395 additions and 5 deletions
|
|
@ -234,10 +234,12 @@ public:
|
|||
Thread::ID get_main_thread_id() const;
|
||||
|
||||
bool has_feature(const String &p_feature) const;
|
||||
bool is_sandboxed() const;
|
||||
|
||||
bool request_permission(const String &p_name);
|
||||
bool request_permissions();
|
||||
Vector<String> get_granted_permissions() const;
|
||||
void revoke_granted_permissions();
|
||||
|
||||
static OS *get_singleton() { return singleton; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue