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.
2 parents 2018a98 + 2dd225b commit 1926019Copy full SHA for 1926019
Package.swift
@@ -20,12 +20,13 @@ let package = Package(
20
condition: .when(platforms: [.macOS, .iOS])),
21
.product(name: "CwlPosixPreconditionTesting", package: "CwlPreconditionTesting",
22
condition: .when(platforms: [.tvOS]))
23
- ]
+ ],
24
+ exclude: ["Info.plist"]
25
),
26
.testTarget(
27
name: "NimbleTests",
28
dependencies: ["Nimble"],
- exclude: ["objc"]
29
+ exclude: ["objc", "Info.plist"]
30
31
],
32
swiftLanguageVersions: [.v5]
0 commit comments