Skip to content

Commit

Permalink
swiftshell-init: update generated Package.swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
kareman committed Mar 27, 2019
1 parent f200bfe commit 2614f86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Misc/swiftshell-init
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ cd $NAME
swift package init --type executable

cat > Package.swift <<_EOF_
// swift-tools-version:4.0
// swift-tools-version:5.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "$NAME",
platforms: [
.macOS(.v10_13),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/kareman/SwiftShell", from: "5.0.0")
Expand Down

0 comments on commit 2614f86

Please sign in to comment.