fixed plist editing during rebuild to force light theme on macOS

This commit is contained in:
Luigi Malomo 2021-11-21 01:05:13 +01:00
parent 4db57f53ca
commit d4e83814d8

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 -replace NSRequiresAquaSystemAppearance -bool True ${ARG_FILE}
COMMAND plutil -insert NSRequiresAquaSystemAppearance -bool True ${ARG_FILE} || (exit 0)
)
add_file_format_info_plist(