Skip to content

Commit

Permalink
Rename to BarcelonaIPC
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRabil committed Aug 19, 2021
1 parent b6d4bfe commit b69abb8
Show file tree
Hide file tree
Showing 6 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 @@ -4,12 +4,12 @@
import PackageDescription

let package = Package(
name: "barcelona-ipc",
name: "BarcelonaIPC",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "barcelona-ipc",
targets: ["barcelona-ipc"]),
name: "BarcelonaIPC",
targets: ["BarcelonaIPC"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -19,7 +19,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 this package depends on.
.target(
name: "barcelona-ipc",
name: "BarcelonaIPC",
dependencies: []),
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b69abb8

Please sign in to comment.