Use security-scoped bookmarks for directory settings on macOS (#3616)
This commit is contained in:
@@ -1173,6 +1173,15 @@ if (NOT Apple)
|
||||
)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
set(LAUNCHER_SOURCES
|
||||
${LAUNCHER_SOURCES}
|
||||
|
||||
macsandbox/SecurityBookmarkFileAccess.h
|
||||
macsandbox/SecurityBookmarkFileAccess.mm
|
||||
)
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
set(LAUNCHER_SOURCES
|
||||
console/WindowsConsole.h
|
||||
|
||||
Reference in New Issue
Block a user