From 46791b46013d71c53f1eab97bdc15f9f2f3b2e3a Mon Sep 17 00:00:00 2001 From: rickokid Date: Thu, 12 Sep 2024 22:24:01 +1200 Subject: [PATCH] Update Grammarly.download.recipe Is there a reason the recipe specifies CFBundleVersion rather than the default CFBundleShortVersionString? Jamf's Patch Management definition uses the shorter version so this throws out patching if Jamf Pro is used ... can it use the shorter string instead? --- Grammarly/Grammarly.download.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grammarly/Grammarly.download.recipe b/Grammarly/Grammarly.download.recipe index 8bfdc045..a2d7a03f 100644 --- a/Grammarly/Grammarly.download.recipe +++ b/Grammarly/Grammarly.download.recipe @@ -49,7 +49,7 @@ input_plist_path %pathname%/Grammarly Installer.app/Contents/Info.plist plist_version_key - CFBundleVersion + CFBundleShortVersionString Processor Versioner