Skip to content

Commit c5a0cf6

Browse files
committed
Changed project name in Package file
1 parent 08a0419 commit c5a0cf6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import Foundation
1111
import PackageDescription
1212

1313
let package = Package(
14-
name: "SwiftSearch",
14+
name: "SwiftElasticSearch",
1515
products: [
1616
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1717
.library(
18-
name: "SwiftSearch",
19-
targets: ["SwiftSearch iOS", "SwiftSearch macOS"]),
18+
name: "SwiftElasticSearch",
19+
targets: ["SwiftElasticSearch iOS", "SwiftElasticSearch macOS"]),
2020
],
2121
dependencies: [
2222
// Dependencies declare other packages that this package depends on.
@@ -26,7 +26,7 @@ let package = Package(
2626
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2727
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
2828
.target(
29-
name: "SwiftSearch",
29+
name: "SwiftElasticSearch",
3030
dependencies: [])
3131
]
3232
)

0 commit comments

Comments
 (0)