From 7fc56eae3bae6f4f9023f3417300784b30c73f3b Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 14 Jul 2025 15:25:20 -0400 Subject: Revert "Update Objective-C Workflow to use the meta workflow." This reverts commit 5bafe5c7bdb0b56037a0b5c573236f9c6367353a. --- docs/dev/workflows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/dev') diff --git a/docs/dev/workflows.md b/docs/dev/workflows.md index df118fc1..53613325 100644 --- a/docs/dev/workflows.md +++ b/docs/dev/workflows.md @@ -178,6 +178,7 @@ list(Workflow) [, , , +, , ] @@ -187,7 +188,7 @@ Settings().query_property_string_list("analysis.workflows.moduleWorkflow", "enum # List all function workflows from the Settings API >>> Settings().query_property_string_list("analysis.workflows.functionWorkflow", "enum") -['core.function.baseAnalysis', 'core.function.sharedCache', 'core.function.metaAnalysis'] +['core.function.baseAnalysis', 'core.function.sharedCache', 'core.function.metaAnalysis', 'core.function.objectiveC'] ``` Once you've queried the available workflows, you can create your own by cloning and modifying an existing workflow. Below are some simple examples that demonstrate how to modify module-level analysis. -- cgit v1.3.1