Skip to content

Commit 836f9c4

Browse files
committed
Exclude SWBWindowsPlatform/README in manifest
1 parent d254698 commit 836f9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ let package = Package(
262262
.target(
263263
name: "SWBWindowsPlatform",
264264
dependencies: ["SWBCore", "SWBMacro", "SWBUtil"],
265-
exclude: ["CMakeLists.txt"],
265+
exclude: ["CMakeLists.txt", "README.md"],
266266
resources: [.process("Specs")],
267267
swiftSettings: swiftSettings(languageMode: .v6)),
268268

0 commit comments

Comments
 (0)