From 01a2a86df5502d05c75ccb16a4b1dbfe6696464a Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Thu, 18 Nov 2021 16:48:10 +0100 Subject: [PATCH] using 'replace' command for plist manipulation as 'insert' complained during rebuild (when the plist is already present) --- src/cmake/meshlab_tools.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmake/meshlab_tools.cmake b/src/cmake/meshlab_tools.cmake index 1129b5f96..c8be5fc26 100644 --- a/src/cmake/meshlab_tools.cmake +++ b/src/cmake/meshlab_tools.cmake @@ -67,7 +67,7 @@ function(set_additional_settings_info_plist) COMMAND plutil -replace NSHighResolutionCapable -bool True ${ARG_FILE} COMMAND plutil -replace CFBundleDocumentTypes -xml '' ${ARG_FILE} COMMAND plutil -replace CFBundleIdentifier -string 'com.vcg.meshlab' ${ARG_FILE} - COMMAND plutil -insert NSRequiresAquaSystemAppearance -bool True ${ARG_FILE} + COMMAND plutil -replace NSRequiresAquaSystemAppearance -bool True ${ARG_FILE} ) add_file_format_info_plist(