We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a290b commit d7751e2Copy full SHA for d7751e2
Tests/SWBBuildSystemTests/EntitlementsBuildOperationTests.swift
@@ -239,8 +239,8 @@ fileprivate struct EntitlementsBuildOperationTests: CoreBasedTests {
239
}
240
241
/// Test that the `ProcessProductEntitlementsTaskAction` does not embed build settings that only apply to macOS.
242
- @Test(.requireSDKs(.iOS))
243
- func iOSAppSandboxAndHardnedRuntimeBuildSettingEnabled() async throws {
+ @Test(.requireSDKs(.macOS, .iOS))
+ func iOSAppSandboxAndHardenedRuntimeBuildSettingEnabled() async throws {
244
try await withTemporaryDirectory { tmpDirPath async throws -> Void in
245
let testWorkspace = entitlementsTestWorkspace(
246
sourceRoot: tmpDirPath,
0 commit comments