Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
atljeremy committed Sep 21, 2024
1 parent 16e37d2 commit 8552b17
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ let package = Package(
.target(
name: "HTTPService",
path: "HTTPService",
exclude: ["Info.plist"],
swiftSettings: [
.unsafeFlags(["-enable-library-evolution"])
]
exclude: ["Info.plist"]
),
.testTarget(
name: "HTTPServiceTests",
Expand Down

0 comments on commit 8552b17

Please sign in to comment.