Skip to content

Commit

Permalink
Rename _AdditionalSnippetDependencies product/target to be more spe…
Browse files Browse the repository at this point in the history
…cific to avoid name collisions across packages.
  • Loading branch information
fumoboy007 committed Jan 16, 2024
1 parent 2b2155e commit ee3026b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ let package = Package(
// This library product and the corresponding target work around that limitation. The product name is
// prefixed with an underscore to convey that the product was not meant to be externally visible.
.library(
name: "_AdditionalSnippetDependencies",
name: "_AdditionalHTTPErrorHandlingSnippetDependencies",
targets: [
"_AdditionalSnippetDependencies",
"_AdditionalHTTPErrorHandlingSnippetDependencies",
]
),
],
Expand All @@ -51,7 +51,7 @@ let package = Package(
]
),
.target(
name: "_AdditionalSnippetDependencies",
name: "_AdditionalHTTPErrorHandlingSnippetDependencies",
dependencies: [
.product(name: "HTTPTypesFoundation", package: "swift-http-types"),
.product(name: "Logging", package: "swift-log"),
Expand Down

0 comments on commit ee3026b

Please sign in to comment.