Skip to content

Commit 5a8a3e6

Browse files
author
Lukas Pistrol
authored
Merge pull request #5 from lukepistrol/chore/remove-package-comments
[chore]: remove package comments, update docs
2 parents 6305273 + 68df3cc commit 5a8a3e6

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
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: []),

Sources/CodeEditKit/Documentation.docc/Documentation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)