Skip to content

Commit

Permalink
Changed project name in Package file
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-2711 committed Feb 6, 2019
1 parent 08a0419 commit c5a0cf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import Foundation
import PackageDescription

let package = Package(
name: "SwiftSearch",
name: "SwiftElasticSearch",
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "SwiftSearch",
targets: ["SwiftSearch iOS", "SwiftSearch macOS"]),
name: "SwiftElasticSearch",
targets: ["SwiftElasticSearch iOS", "SwiftElasticSearch macOS"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -26,7 +26,7 @@ let package = Package(
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "SwiftSearch",
name: "SwiftElasticSearch",
dependencies: [])
]
)
Binary file not shown.

0 comments on commit c5a0cf6

Please sign in to comment.