From de7dfa094b458a9e8c64948a72087b334f9f2fd3 Mon Sep 17 00:00:00 2001 From: AMG Date: Sun, 1 Mar 2026 12:55:14 +0000 Subject: [PATCH] fix: sourcekitlsp config when using binary targets --- Sources/XToolSupport/NewCommand.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/XToolSupport/NewCommand.swift b/Sources/XToolSupport/NewCommand.swift index 68f192ba..1a1ecd0b 100644 --- a/Sources/XToolSupport/NewCommand.swift +++ b/Sources/XToolSupport/NewCommand.swift @@ -125,7 +125,8 @@ struct NewCommand: AsyncParsableCommand { """ { "swiftPM": { - "swiftSDK": "arm64-apple-ios" + "swiftSDK": "arm64-apple-ios", + "swiftCompilerFlags": ["-F", "./xtool/\(moduleName).app/Frameworks"] } } """