Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
alessdiimperio committed Jun 13, 2024
1 parent bb15ca5 commit ccea259
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.9
import PackageDescription

let package = Package(
Expand All @@ -9,13 +9,15 @@ let package = Package(
products: [
.library(
name: "Locksmith",
targets: ["Locksmith"]),
targets: ["Locksmith"]
),
],
targets: [
.target(
name: "Locksmith",
path: "Locksmith",
path: "Sources/Locksmith",
exclude: ["Info.plist"]
)
]
)

0 comments on commit ccea259

Please sign in to comment.