using 'replace' command for plist manipulation as 'insert' complained during rebuild (when the plist is already present)

This commit is contained in:
Luigi Malomo 2021-11-18 16:48:10 +01:00
parent e74dbc51e1
commit 01a2a86df5

View File

@ -67,7 +67,7 @@ function(set_additional_settings_info_plist)
COMMAND plutil -replace NSHighResolutionCapable -bool True ${ARG_FILE}
COMMAND plutil -replace CFBundleDocumentTypes -xml '<array/>' ${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(