Skip to content

Commit 52ee449

Browse files
committed
Add Objective-C Workflow to free
1 parent 1455831 commit 52ee449

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/workflow_objc/Plugin.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ BINARYNINJAPLUGIN void CorePluginDependencies()
1919
BinaryNinja::AddOptionalPluginDependency("arch_arm64");
2020
}
2121

22-
BINARYNINJAPLUGIN bool CorePluginInit()
22+
#ifdef DEMO_EDITION
23+
bool WorkflowObjcPluginInit()
24+
#else
25+
BINARYNINJAPLUGIN bool CorePluginInit()
26+
#endif
2327
{
2428
Workflow::registerActivities();
2529

0 commit comments

Comments
 (0)