From 1d715d7b1bda0ce01f0b103ea6747e705aaedc4c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 21 Dec 2025 00:22:33 +0100 Subject: [PATCH] chore(ios): link AppIntents framework --- apps/ios/project.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ios/project.yml b/apps/ios/project.yml index e3420e906..437c9b3d9 100644 --- a/apps/ios/project.yml +++ b/apps/ios/project.yml @@ -29,6 +29,7 @@ targets: - package: ClawdisKit - package: ClawdisKit product: ClawdisChatUI + - sdk: AppIntents.framework preBuildScripts: - name: SwiftFormat (lint) basedOnDependencyAnalysis: false