From 72d8407b3696dd1293bd233b6db392be108bc377 Mon Sep 17 00:00:00 2001 From: Alex Azarov Date: Sun, 7 Jan 2024 09:20:50 +0100 Subject: llama.swiftui : use llama.cpp as SPM package (#4804) --- examples/llama.swiftui/llama.cpp.swift/bridging-header.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 examples/llama.swiftui/llama.cpp.swift/bridging-header.h (limited to 'examples/llama.swiftui/llama.cpp.swift/bridging-header.h') diff --git a/examples/llama.swiftui/llama.cpp.swift/bridging-header.h b/examples/llama.swiftui/llama.cpp.swift/bridging-header.h deleted file mode 100644 index 6cd72c97..00000000 --- a/examples/llama.swiftui/llama.cpp.swift/bridging-header.h +++ /dev/null @@ -1,5 +0,0 @@ -// -// Use this file to import your target's public headers that you would like to expose to Swift. -// - -#import "llama.h" -- cgit v1.2.3