Skip to content

Commit d135e91

Browse files
Fix validation in SPI package list
Our package list validation runs on Linux, which prevents this package from being added:
1 parent 827eb88 commit d135e91

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
@@ -7,7 +7,7 @@ import PackageDescription
77
let excludeFiles = [
88
"./Browser/BrowserViewController.swift" // Because of inheriting iOS only class failed to build on macOS.
99
]
10-
#elseif os(iOS)
10+
#else
1111
let excludeFiles: String = []
1212
#endif
1313

0 commit comments

Comments
 (0)