Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
fix: rename swift package to use proper conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
braddialpad committed Nov 23, 2022
1 parent ca94b3c commit c1d7a13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist_ios/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
import PackageDescription

let package = Package(
name: "dialtone-tokens",
name: "DialtoneTokens",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "dialtone-tokens",
targets: ["dialtone-tokens"]),
name: "DialtoneTokens",
targets: ["DialtoneTokens"]),
],
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: "dialtone-tokens",
name: "DialtoneTokens",
dependencies: []),
]
)

0 comments on commit c1d7a13

Please sign in to comment.