File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ let package = Package(
40
40
" SPMLLBuild " ,
41
41
" PackageCollections " ,
42
42
" PackageCollectionsModel " ,
43
+ " PackageCollectionsSigning " ,
43
44
" LLBuildManifest " ,
44
45
" PackageModel " ,
45
46
" PackageLoading " ,
@@ -57,6 +58,7 @@ let package = Package(
57
58
" LLBuildManifest " ,
58
59
" PackageCollections " ,
59
60
" PackageCollectionsModel " ,
61
+ " PackageCollectionsSigning " ,
60
62
" PackageModel " ,
61
63
" PackageLoading " ,
62
64
" PackageGraph " ,
@@ -95,11 +97,6 @@ let package = Package(
95
97
name: " PackageCollectionsModel " ,
96
98
targets: [ " PackageCollectionsModel " ]
97
99
) ,
98
-
99
- . library(
100
- name: " PackageCollectionsSigning " ,
101
- targets: [ " PackageCollectionsSigning " ]
102
- ) ,
103
100
] ,
104
101
targets: [
105
102
// The `PackageDescription` targets define the API which is available to
You can’t perform that action at this time.
0 commit comments