From 5e6a1c71190ad21462443276608103f64754c868 Mon Sep 17 00:00:00 2001 From: Vitaly Cheptsov <4348897+vit9696@users.noreply.github.com> Date: Sun, 23 Feb 2025 19:50:39 +0300 Subject: [PATCH] Fix CFBundleIdentifier in UEFITool Info.plist CMake does not expand Xcode-like variable sequences. The value now matches .cpp file. --- UEFITool/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UEFITool/Info.plist b/UEFITool/Info.plist index b34bd7a..b63e115 100644 --- a/UEFITool/Info.plist +++ b/UEFITool/Info.plist @@ -22,7 +22,7 @@ CFBundleIconFile uefitool CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) + me.coderush.UEFITool CFBundlePackageType APPL CFBundleSignature