File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 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
43import PackageDescription
54
65let 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: [ ] ) ,
You can’t perform that action at this time.
0 commit comments