Skip to content

Commit

Permalink
Added custom path to package
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Oct 8, 2023
1 parent 1888499 commit 5c2c162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
Expand All @@ -18,6 +16,7 @@ let package = Package(
targets: [
.target(
name: "TORoundedButton",
path: ".",
sources: ["spm"]
)
],
Expand Down

0 comments on commit 5c2c162

Please sign in to comment.