Use security-scoped bookmarks for directory settings on macOS (#3616)

This commit is contained in:
DioEgizio
2025-11-21 18:34:43 +01:00
committed by GitHub
8 changed files with 437 additions and 7 deletions

View File

@@ -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