File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Sources/CodeEditKit/Documentation.docc Expand file tree Collapse file tree 2 files changed +4
-8
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: [ ] ) ,
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ CodeEditKit is a dynamic library which is shared between CodeEdit and it's exten
44
55## Overview
66
7- This is still work in progress.
7+ This is still work in progress.
8+
9+ > See [ this thread] ( https://github.com/orgs/CodeEditApp/discussions/792 ) for more information.
You can’t perform that action at this time.
0 commit comments