File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import PackageDescription
18
18
let package = Package (
19
19
name: " SmokeDynamoDB " ,
20
20
products: [
21
- // Products define the executables and libraries produced by a package, and make them visible to other packages.
22
21
. library(
23
22
name: " SmokeDynamoDB " ,
24
23
targets: [ " SmokeDynamoDB " ] ) ,
@@ -29,8 +28,6 @@ let package = Package(
29
28
. package ( url: " https://github.com/IBM-Swift/LoggerAPI.git " , . upToNextMajor( from: " 1.0.0 " ) ) ,
30
29
] ,
31
30
targets: [
32
- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
33
- // Targets can depend on other targets in this package, and on products in packages which this package depends on.
34
31
. target(
35
32
name: " SmokeDynamoDB " ,
36
33
dependencies: [ " LoggerAPI " , " DynamoDBClient " , " SmokeHTTPClient " ] ) ,
You can’t perform that action at this time.
0 commit comments