From bbe4c5ef2ba37ebb9a5813786bae074e29cea8ee Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 7 Jun 2026 22:16:09 -0700 Subject: [PATCH] =?UTF-8?q?chore(@applications/plum-tv):=20=F0=9F=94=A7=20?= =?UTF-8?q?remove=20mlx-swift-examples=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- project.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/project.yml b/project.yml index 5b5d9f8..0324a20 100644 --- a/project.yml +++ b/project.yml @@ -11,20 +11,11 @@ settings: CODE_SIGNING_ALLOWED: "NO" # local dev, unsigned CODE_SIGNING_REQUIRED: "NO" ENABLE_HARDENED_RUNTIME: "NO" # needs Process/ssh + localhost+overlay network, no sandbox -packages: - mlx-swift-examples: - url: https://github.com/ml-explore/mlx-swift-examples.git - branch: main targets: PlumTVCore: type: framework platform: macOS sources: [Sources/PlumTVCore] - dependencies: - - package: mlx-swift-examples - product: MLXLLM - - package: mlx-swift-examples - product: MLXLMCommon settings: base: PRODUCT_BUNDLE_IDENTIFIER: local.lilith.PlumTVCore