From 0df1f496c9f65968ee7d38d5e1ae50383ee8c13c Mon Sep 17 00:00:00 2001 From: Owen Voorhees Date: Mon, 6 Oct 2025 17:00:15 -0700 Subject: [PATCH] Tag embeddedDirectoriesInResources as using iOS SDK --- .../InstallLocTaskConstructionTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SWBTaskConstructionTests/InstallLocTaskConstructionTests.swift b/Tests/SWBTaskConstructionTests/InstallLocTaskConstructionTests.swift index c0452319..ecaa814b 100644 --- a/Tests/SWBTaskConstructionTests/InstallLocTaskConstructionTests.swift +++ b/Tests/SWBTaskConstructionTests/InstallLocTaskConstructionTests.swift @@ -654,7 +654,7 @@ fileprivate struct InstallLocTaskConstructionTests: CoreBasedTests { } /// Test an App that has a directory or package (not an explicit bundle) in resources phase - @Test(.requireSDKs(.macOS)) + @Test(.requireSDKs(.macOS, .iOS)) func embeddedDirectoriesInResources() async throws { try await withTemporaryDirectory { tmpDir in let srcRoot = tmpDir.join("srcroot")