From 172a59e03efbfff86d46c1d472b668d7ee4a4952 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