Skip to content

Commit ac72f95

Browse files
committed
swift magic
1 parent 2f88d00 commit ac72f95

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

templates/swift/guides/Package.mustache

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,18 @@ let package = Package(
1111
.tvOS(.v13),
1212
.watchOS(.v6),
1313
],
14+
products: [
15+
.library(
16+
name: "AlgoliaSearchClientGuides",
17+
type: .static,
18+
targets: ["AlgoliaSearchClientGuides"]
19+
),
20+
],
1421
dependencies: [
1522
.package(path: "../../../clients/algoliasearch-client-swift")
1623
],
1724
targets: [
18-
.executableTarget(
25+
.target(
1926
name: "AlgoliaSearchClientGuides",
2027
dependencies: [{{#packageList}}
2128
.product(

0 commit comments

Comments
 (0)