Skip to content

Commit aceaaeb

Browse files
authored
Merge pull request #849 from owenv/owenv/loc-test
Tag embeddedDirectoriesInResources as using iOS SDK
2 parents 68b1a0f + 0df1f49 commit aceaaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBTaskConstructionTests/InstallLocTaskConstructionTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ fileprivate struct InstallLocTaskConstructionTests: CoreBasedTests {
654654
}
655655

656656
/// Test an App that has a directory or package (not an explicit bundle) in resources phase
657-
@Test(.requireSDKs(.macOS))
657+
@Test(.requireSDKs(.macOS, .iOS))
658658
func embeddedDirectoriesInResources() async throws {
659659
try await withTemporaryDirectory { tmpDir in
660660
let srcRoot = tmpDir.join("srcroot")

0 commit comments

Comments
 (0)