Skip to content

Commit

Permalink
update to swift 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
radmakr committed Dec 22, 2022
1 parent 0dfebc1 commit f5707fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

## Misc
*.DS_Store
.swiftpm/

## User settings
xcuserdata/
Expand Down
14 changes: 2 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.
// swift-tools-version:5.7

import PackageDescription

let package = Package(
name: "Vault",
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "Vault",
targets: ["Vault"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
dependencies: [],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "Vault",
dependencies: []),
.testTarget(
name: "VaultTests",
dependencies: ["Vault"]),
]
)
6 changes: 0 additions & 6 deletions Tests/VaultTests/VaultTests.swift

This file was deleted.

0 comments on commit f5707fa

Please sign in to comment.