From 8bab4c7616689d5639d2e4f81f64d85879373548 Mon Sep 17 00:00:00 2001 From: Paul Cossey Date: Mon, 25 Nov 2024 15:22:47 +0000 Subject: [PATCH 1/3] Update DFUBlaster.munki.recipe Sets the version variable to match the version comparison key of CFBundleShortVersionString --- Twocanoes Software/DFUBlaster.munki.recipe | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Twocanoes Software/DFUBlaster.munki.recipe b/Twocanoes Software/DFUBlaster.munki.recipe index 3008db1..c9c9343 100644 --- a/Twocanoes Software/DFUBlaster.munki.recipe +++ b/Twocanoes Software/DFUBlaster.munki.recipe @@ -87,6 +87,27 @@ Processor MunkiPkginfoMerger + + Arguments + + input_plist_path + %RECIPE_CACHE_DIR%/payload/Applications/DFU Blaster Pro.app/Contents/Info.plist + + Processor + Versioner + + + Arguments + + additional_pkginfo + + version + %version% + + + Processor + MunkiPkginfoMerger + Processor MunkiImporter From a4e70623126817b85a54ccaaafe28361898f9491 Mon Sep 17 00:00:00 2001 From: Paul Cossey Date: Fri, 6 Dec 2024 12:19:56 +0000 Subject: [PATCH 2/3] Update DFUBlaster.munki.recipe - Updated to use `CFBundleVersion` --- Twocanoes Software/DFUBlaster.munki.recipe | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Twocanoes Software/DFUBlaster.munki.recipe b/Twocanoes Software/DFUBlaster.munki.recipe index c9c9343..faaf5a8 100644 --- a/Twocanoes Software/DFUBlaster.munki.recipe +++ b/Twocanoes Software/DFUBlaster.munki.recipe @@ -77,6 +77,8 @@ faux_root %RECIPE_CACHE_DIR%/payload + version_comparison_key + CFBundleVersion installs_item_paths /Applications/DFU Blaster Pro.app @@ -92,6 +94,8 @@ input_plist_path %RECIPE_CACHE_DIR%/payload/Applications/DFU Blaster Pro.app/Contents/Info.plist + plist_version_key + CFBundleVersion Processor Versioner From 7e30b3797ab7d36234df695447737405486075fd Mon Sep 17 00:00:00 2001 From: "Kevin M. Cox" Date: Mon, 20 Jan 2025 16:07:50 -0600 Subject: [PATCH 3/3] Update DFUBlaster.munki.recipe --- Twocanoes Software/DFUBlaster.munki.recipe | 27 ++-------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/Twocanoes Software/DFUBlaster.munki.recipe b/Twocanoes Software/DFUBlaster.munki.recipe index faaf5a8..3f2b4a7 100644 --- a/Twocanoes Software/DFUBlaster.munki.recipe +++ b/Twocanoes Software/DFUBlaster.munki.recipe @@ -77,41 +77,18 @@ faux_root %RECIPE_CACHE_DIR%/payload - version_comparison_key - CFBundleVersion installs_item_paths /Applications/DFU Blaster Pro.app + version_comparison_key + CFBundleVersion Processor MunkiPkginfoMerger - - Arguments - - input_plist_path - %RECIPE_CACHE_DIR%/payload/Applications/DFU Blaster Pro.app/Contents/Info.plist - plist_version_key - CFBundleVersion - - Processor - Versioner - - - Arguments - - additional_pkginfo - - version - %version% - - - Processor - MunkiPkginfoMerger - Processor MunkiImporter