Skip to content

Commit d7751e2

Browse files
authored
Added needed dependency to iOSAppSandboxAndHardnedRuntimeBuildSetting… (#443)
1 parent f2a290b commit d7751e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SWBBuildSystemTests/EntitlementsBuildOperationTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ fileprivate struct EntitlementsBuildOperationTests: CoreBasedTests {
239239
}
240240

241241
/// Test that the `ProcessProductEntitlementsTaskAction` does not embed build settings that only apply to macOS.
242-
@Test(.requireSDKs(.iOS))
243-
func iOSAppSandboxAndHardnedRuntimeBuildSettingEnabled() async throws {
242+
@Test(.requireSDKs(.macOS, .iOS))
243+
func iOSAppSandboxAndHardenedRuntimeBuildSettingEnabled() async throws {
244244
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
245245
let testWorkspace = entitlementsTestWorkspace(
246246
sourceRoot: tmpDirPath,

0 commit comments

Comments
 (0)