From 9dd14b1457d5632eee045f3fadb9b5d6c8601fd3 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Thu, 4 Dec 2025 18:14:36 +0100 Subject: [PATCH] Fix null characters in binary plists --- Application/resources/settings.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/resources/settings.yaml b/Application/resources/settings.yaml index 64c8902..040eb4b 100644 --- a/Application/resources/settings.yaml +++ b/Application/resources/settings.yaml @@ -5,7 +5,7 @@ UTIs: _plist: &plist syntax: xml - preprocessor: /usr/bin/plutil -convert xml1 -o - $targetHL + preprocessor: /usr/bin/plutil -convert xml1 -o - $targetHL | perl -pe 's/\x00/␀/g' _xml: &xml syntax: xml @@ -523,7 +523,7 @@ extensions: syntax: json _plist*: &plist syntax: xml - preprocessor: /usr/bin/plutil -convert xml1 -o - $targetHL + preprocessor: /usr/bin/plutil -convert xml1 -o - $targetHL | perl -pe 's/\x00/␀/g' _xml*: &xml syntax: xml