diff --git a/src/cmake/meshlab_tools.cmake b/src/cmake/meshlab_tools.cmake index c8be5fc26..b58e644d8 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 -replace NSRequiresAquaSystemAppearance -bool True ${ARG_FILE} + COMMAND plutil -insert NSRequiresAquaSystemAppearance -bool True ${ARG_FILE} || (exit 0) ) add_file_format_info_plist(