Skip to content

Commit

Permalink
Remove old Package.swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jul 13, 2024
1 parent 0ead443 commit a426cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 27 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.9
import PackageDescription

let package = Package(
Expand All @@ -7,7 +7,8 @@ let package = Package(
.iOS(.v13),
.tvOS(.v13),
.macOS(.v10_15),
.watchOS(.v6)
.watchOS(.v6),
.visionOS(.v1),
],
products: [
.library(name: "Nuke", targets: ["Nuke"]),
Expand Down
25 changes: 0 additions & 25 deletions [email protected]

This file was deleted.

0 comments on commit a426cc7

Please sign in to comment.