Implement session cache upgrade phase 1 foundation

This commit is contained in:
2026-03-20 08:35:37 +01:00
parent 41199cb9bc
commit e98e5fd88b
14 changed files with 552 additions and 34 deletions

View File

@@ -42,3 +42,25 @@ targets:
product: MLXLMCommon
- package: MarkdownUI
product: MarkdownUI
MLXServerTests:
type: bundle.unit-test
platform: macOS
sources:
- MLXServerTests
settings:
base:
GENERATE_INFOPLIST_FILE: "YES"
TEST_HOST: "$(BUILT_PRODUCTS_DIR)/MLX Server.app/Contents/MacOS/MLX Server"
BUNDLE_LOADER: "$(TEST_HOST)"
dependencies:
- target: MLXServer
schemes:
MLXServer:
build:
targets:
MLXServer: all
MLXServerTests: [test]
test:
targets:
- MLXServerTests