Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty authored Sep 18, 2024
1 parent 6b09862 commit b50b61a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@ let package = Package(
swiftSettings: .upcomingFeatures
),
.target(
name: "CSystemLinux",
path: "CSystemLinux"
name: "CSystemLinux",
path: "CSystemLinux"
),
.testTarget(
name: "FlyingFoxTests",
dependencies: ["FlyingFox"],
path: "FlyingFox/Tests",
resources: [
.copy("Stubs")
],
swiftSettings: .upcomingFeatures
name: "FlyingFoxTests",
dependencies: ["FlyingFox"],
path: "FlyingFox/Tests",
resources: [
.copy("Stubs")
],
swiftSettings: .upcomingFeatures
),
.testTarget(
name: "FlyingSocksTests",
dependencies: ["FlyingSocks"],
path: "FlyingSocks/Tests",
resources: [
.copy("Resources")
],
swiftSettings: .upcomingFeatures
)
name: "FlyingSocksTests",
dependencies: ["FlyingSocks"],
path: "FlyingSocks/Tests",
resources: [
.copy("Resources")
],
swiftSettings: .upcomingFeatures
)
]
)

Expand Down

0 comments on commit b50b61a

Please sign in to comment.