Skip to content

Commit

Permalink
Upgrade to Swift 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 26, 2019
1 parent 7ff9d5f commit ef5cd98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
os: osx
osx_image: xcode10
osx_image: xcode10.2
language: node_js
node_js:
- 'node'
- '10'
- '8'
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// swift-tools-version:4.2
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "ApertureCLI",
platforms: [
.macOS(.v10_12)
],
products: [
.executable(
name: "aperture",
Expand Down

0 comments on commit ef5cd98

Please sign in to comment.