Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
update swift package
Browse files Browse the repository at this point in the history
  • Loading branch information
madsolar8582 committed Oct 8, 2021
1 parent 5cdb04f commit 01587cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ let package = Package(
name: "SLRDNSConfigurator",
path: ".",
sources: ["SLRDNSConfigurator"],
publicHeadersPath: "SLRDNSConfigurator"
publicHeadersPath: "SLRDNSConfigurator",
linkerSettings: [
.linkedFramework("Foundation"),
.linkedFramework("Network")
]
),
.testTarget(
name: "SLRDNSConfiguratorTests",
Expand Down

0 comments on commit 01587cf

Please sign in to comment.