Skip to content

Commit

Permalink
update SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
alessdiimperio committed Jun 13, 2024
1 parent 49b08bf commit a4df4a0
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "Locksmith"
name: "Locksmith",
platforms: [
.iOS(.v9)
],
products: [
.library(
name: "Locksmith",
targets: ["Locksmith"]),
],
targets: [
.target(
name: "Locksmith",
path: "Locksmith",
exclude: ["Info.plist"]
)
]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a4df4a0

Please sign in to comment.