mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fixed plist editing during rebuild to force light theme on macOS
This commit is contained in:
parent
4db57f53ca
commit
d4e83814d8
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user