We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fe8c1 commit 06c5e23Copy full SHA for 06c5e23
Sources/PackageDescription4/Target.swift
@@ -18,11 +18,11 @@ public final class Target {
18
19
/// The different types of a target.
20
public enum TargetType: String, Encodable {
21
- /// A regular target.
+ /// A target that contains code for the Swift package’s functionality.
22
case regular
23
- /// A test target.
+ /// A target that contains tests for the Swift package’s other targets.
24
case test
25
- /// A system framework target.
+ /// A target that adapts a library on the system to work with Swift packages.
26
case system
27
}
28
0 commit comments