Skip to content

Commit

Permalink
Move to Swift Tools 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 21, 2018
1 parent 2f49ede commit 05f09a5
Show file tree
Hide file tree
Showing 43 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
// swift-tools-version:4.2
import PackageDescription

let package = Package(
name: "Unbox"
name: "Unbox",
products: [
.library(name: "Unbox", targets: ["Unbox"]),
],
targets: [
.target(name: "Unbox", dependencies: []),
.testTarget(name: "UnboxTests", dependencies: ["Unbox"]),
]
)
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.
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.
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.
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.
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.
File renamed without changes.

0 comments on commit 05f09a5

Please sign in to comment.