Skip to content

Commit

Permalink
added macCatalyst to the condition for CwlPreconditionTesting depende…
Browse files Browse the repository at this point in the history
…ncy (#1048)
  • Loading branch information
uebelack committed Apr 4, 2023
1 parent a467db5 commit 06a355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
name: "Nimble",
dependencies: [
.product(name: "CwlPreconditionTesting", package: "CwlPreconditionTesting",
condition: .when(platforms: [.macOS, .iOS])),
condition: .when(platforms: [.macOS, .iOS, .macCatalyst])),
.product(name: "CwlPosixPreconditionTesting", package: "CwlPreconditionTesting",
condition: .when(platforms: [.tvOS, .watchOS]))
],
Expand Down

0 comments on commit 06a355f

Please sign in to comment.