Skip to content

Commit 9a8f4cf

Browse files
committed
remove comments from package.swift
bump swift-tools-version to 5.6
1 parent 6305273 commit 9a8f4cf

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Package.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
1-
// swift-tools-version:5.5
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
1+
// swift-tools-version:5.6
32

43
import PackageDescription
54

65
let package = Package(
76
name: "CodeEditKit",
87
products: [
9-
// Products define the executables and libraries a package produces, and make them visible to other packages.
108
.library(
119
name: "CodeEditKit",
1210
type: .dynamic,
1311
targets: ["CodeEditKit"]),
1412
],
1513
dependencies: [
1614
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
17-
// Dependencies declare other packages that this package depends on.
18-
// .package(url: /* package url */, from: "1.0.0"),
1915
],
2016
targets: [
21-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
22-
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2317
.target(
2418
name: "CodeEditKit",
2519
dependencies: []),

0 commit comments

Comments
 (0)