We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1455831 commit 52ee449Copy full SHA for 52ee449
1 file changed
plugins/workflow_objc/Plugin.cpp
@@ -19,7 +19,11 @@ BINARYNINJAPLUGIN void CorePluginDependencies()
19
BinaryNinja::AddOptionalPluginDependency("arch_arm64");
20
}
21
22
-BINARYNINJAPLUGIN bool CorePluginInit()
+#ifdef DEMO_EDITION
23
+ bool WorkflowObjcPluginInit()
24
+#else
25
+ BINARYNINJAPLUGIN bool CorePluginInit()
26
+#endif
27
{
28
Workflow::registerActivities();
29
0 commit comments