From e9eb566f46cf8f7f67ddb85118c38e65302b9f80 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Sun, 15 Oct 2023 20:17:52 -0700 Subject: [PATCH] Add another bundle package example --- scripts/recipe_robot_lib/inspect.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/recipe_robot_lib/inspect.py b/scripts/recipe_robot_lib/inspect.py index 7532330..6877d0a 100644 --- a/scripts/recipe_robot_lib/inspect.py +++ b/scripts/recipe_robot_lib/inspect.py @@ -1685,8 +1685,9 @@ def inspect_pkg(input_path, args, facts): cmd = '/usr/sbin/pkgutil --expand "%s" "%s"' % (input_path, expand_path) exitcode, out, _ = get_exitcode_stdout_stderr(cmd) if exitcode != 0: - # TODO: Support package bundles here. Example: + # TODO: Support package bundles here. Examples: # https://pqrs.org/osx/karabiner/files/KeyRemap4MacBook-7.4.0.pkg.zip + # http://www.draftsight.com/download-mac facts["warnings"].append("Unable to expand package: %s" % input_path) else: # Locate and inspect the app.