Skip to content

Commit e29fb2b

Browse files
committed
sets file-system as device-agnostic in build manifest rdar://96403757
1 parent 67d9271 commit e29fb2b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/LLBuildManifest/LLBuildManifestWriter.swift

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public struct LLBuildManifestWriter {
2121
private var buffer = """
2222
client:
2323
name: basic
24+
file-system: device-agnostic
2425
tools: {}
2526
2627
"""

Tests/LLBuildManifestTests/LLBuildManifestTests.swift

+3
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ final class LLBuildManifestTests: XCTestCase {
7171
XCTAssertEqual(contents.replacingOccurrences(of: "\\\\", with: "\\"), """
7272
client:
7373
name: basic
74+
file-system: device-agnostic
7475
tools: {}
7576
targets:
7677
"main": ["<Foo>"]
@@ -125,6 +126,7 @@ final class LLBuildManifestTests: XCTestCase {
125126
XCTAssertEqual(contents.replacingOccurrences(of: "\\\\", with: "\\"), """
126127
client:
127128
name: basic
129+
file-system: device-agnostic
128130
tools: {}
129131
targets:
130132
"main": ["\(root.appending(components: "file.out"))"]
@@ -189,6 +191,7 @@ final class LLBuildManifestTests: XCTestCase {
189191
XCTAssertEqual(contents.replacingOccurrences(of: "\\\\", with: "\\"), """
190192
client:
191193
name: basic
194+
file-system: device-agnostic
192195
tools: {}
193196
targets:
194197
"": ["<C.mutate>"]

0 commit comments

Comments
 (0)