From f244aba03d4ecda34b161b319eef0b830348048b Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 9 Dec 2025 15:23:51 +0100 Subject: [PATCH] Protocol: legacy shim file for Xcode references --- apps/macos/Sources/ClawdisProtocol/Protocol.swift | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apps/macos/Sources/ClawdisProtocol/Protocol.swift diff --git a/apps/macos/Sources/ClawdisProtocol/Protocol.swift b/apps/macos/Sources/ClawdisProtocol/Protocol.swift new file mode 100644 index 000000000..60841ecd4 --- /dev/null +++ b/apps/macos/Sources/ClawdisProtocol/Protocol.swift @@ -0,0 +1,6 @@ +// Legacy shim: Protocol definitions now live in GatewayModels.swift generated from TypeBox. +// Kept to satisfy existing project references. +import Foundation + +@available(*, deprecated, message: "Use GatewayModels.swift (GatewayFrame and payload structs)") +public enum LegacyProtocolShim {}