Skip to content

Commit

Permalink
Amendments to Package manifests (#136)
Browse files Browse the repository at this point in the history
* Corrected the `Package.swift` and removed the then identical `[email protected]` file.

* SPI supports 5.6, too!
  • Loading branch information
daveverwer authored Nov 25, 2023
1 parent 1754dc3 commit b504210
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
17 changes: 16 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
// swift-tools-version: 5.6

import PackageDescription

let package = Package(
name: "SwiftyGPIO"
name: "SwiftyGPIO",
products: [
.library(
name: "SwiftyGPIO",
targets: ["SwiftyGPIO"]),
],
dependencies: [
],
targets: [
.target(
name: "SwiftyGPIO",
path: "Sources"
)
]
)
21 changes: 0 additions & 21 deletions [email protected]

This file was deleted.

0 comments on commit b504210

Please sign in to comment.