Skip to content

Commit

Permalink
Rename Bars to Stripes
Browse files Browse the repository at this point in the history
  • Loading branch information
eneko committed Jul 9, 2020
1 parent 33bf5f4 commit b479c70
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 @@ -4,7 +4,7 @@
import PackageDescription

let package = Package(
name: "Bars",
name: "Stripes",
platforms: [
.macOS(.v10_15),
.iOS(.v13),
Expand All @@ -14,8 +14,8 @@ let package = Package(
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "Bars",
targets: ["Bars"]),
name: "Stripes",
targets: ["Stripes"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand All @@ -25,7 +25,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: "Bars",
name: "Stripes",
dependencies: [])
]
)
File renamed without changes.

0 comments on commit b479c70

Please sign in to comment.