From 76215b86ff629da58aa94d4cf4093d2e67017412 Mon Sep 17 00:00:00 2001 From: kat Date: Fri, 20 Jun 2025 16:17:01 -0400 Subject: Move workflow_objc to API repo, remove CFString & relptr renderers --- plugins/workflow_objc/Constants.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/workflow_objc/Constants.h (limited to 'plugins/workflow_objc/Constants.h') diff --git a/plugins/workflow_objc/Constants.h b/plugins/workflow_objc/Constants.h new file mode 100644 index 00000000..18cfb463 --- /dev/null +++ b/plugins/workflow_objc/Constants.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) 2022-2023 Jon Palmisciano. All rights reserved. + * + * Use of this source code is governed by the BSD 3-Clause license; the full + * terms of the license can be found in the LICENSE.txt file. + */ + +#pragma once + +constexpr auto PluginLoggerName = "Plugin.Objective-C"; -- cgit v1.3.1