Skip to content

Commit

Permalink
Merge pull request #1 from Zewo/swift-4
Browse files Browse the repository at this point in the history
Swift 4
  • Loading branch information
ratranqu committed Nov 4, 2017
2 parents 339dd06 + 875558c commit c97fb03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
*.lock
*.resolved
/.build
/Packages
/*.xcodeproj
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
4.0.2
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// swift-tools-version:3.1
// swift-tools-version:4.0

import PackageDescription

let package = Package(
name: "CBtls",
pkgConfig: "btls",
providers: [
.Brew("btls"),
.Apt("btls"),
.brew(["btls"]),
.apt(["btls"]),
]
)

0 comments on commit c97fb03

Please sign in to comment.