From 3c63fd4aad97b87ab1f854e5304bbeee5fd76b7d Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 28 Aug 2020 20:49:01 +0300 Subject: macOS: Revealing files of an identity Finder is accessed via AppleScript. --- src/app.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index 1a6b7fe5..09c60c0f 100644 --- a/src/app.h +++ b/src/app.h @@ -76,3 +76,4 @@ iLocalDef void postCommandString_App(const iString *command) { } void openInDefaultBrowser_App (const iString *url); +void revealPath_App (const iString *path); -- cgit v1.2.3