From 65fcac8d701fd369832cf80f046dbe235cd5a08c Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Wed, 4 Sep 2024 18:27:32 +0200 Subject: [PATCH] Remove QtWebEngineProcess.entitlements. In the past, due to security reasons this file needed to be signed by us so the webview would work on mac OS. Signed-off-by: Camila Ayres --- admin/osx/CMakeLists.txt | 1 - admin/osx/QtWebEngineProcess.entitlements | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 admin/osx/QtWebEngineProcess.entitlements diff --git a/admin/osx/CMakeLists.txt b/admin/osx/CMakeLists.txt index ffa126d43d..98a2f4eee8 100644 --- a/admin/osx/CMakeLists.txt +++ b/admin/osx/CMakeLists.txt @@ -14,4 +14,3 @@ configure_file(create_mac.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/create_mac.sh) configure_file(macosx.pkgproj.cmake ${CMAKE_CURRENT_BINARY_DIR}/macosx.pkgproj) configure_file(pre_install.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/pre_install.sh) configure_file(post_install.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/post_install.sh) -configure_file(QtWebEngineProcess.entitlements ${CMAKE_CURRENT_BINARY_DIR}/QtWebEngineProcess.entitlements) diff --git a/admin/osx/QtWebEngineProcess.entitlements b/admin/osx/QtWebEngineProcess.entitlements deleted file mode 100644 index 680154697c..0000000000 --- a/admin/osx/QtWebEngineProcess.entitlements +++ /dev/null @@ -1,8 +0,0 @@ - - - - - com.apple.security.cs.disable-executable-page-protection - - -