File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ let package = Package(
4040 . library( name: " GitHubRestAPIOidc " , targets: [ " GitHubRestAPIOidc " ] ) ,
4141 . library( name: " GitHubRestAPIOrgs " , targets: [ " GitHubRestAPIOrgs " ] ) ,
4242 . library( name: " GitHubRestAPIPackages " , targets: [ " GitHubRestAPIPackages " ] ) ,
43+ . library( name: " GitHubRestAPIPrivate_Registries " , targets: [ " GitHubRestAPIPrivate_Registries " ] ) ,
4344 . library( name: " GitHubRestAPIProjects " , targets: [ " GitHubRestAPIProjects " ] ) ,
4445 . library( name: " GitHubRestAPIPulls " , targets: [ " GitHubRestAPIPulls " ] ) ,
4546 . library( name: " GitHubRestAPIRate_Limit " , targets: [ " GitHubRestAPIRate_Limit " ] ) ,
@@ -288,6 +289,14 @@ let package = Package(
288289 ] ,
289290 path: " Sources/packages "
290291 ) ,
292+ . target(
293+ name: " GitHubRestAPIPrivate_Registries " ,
294+ dependencies: [
295+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
296+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
297+ ] ,
298+ path: " Sources/private-registries "
299+ ) ,
291300 . target(
292301 name: " GitHubRestAPIProjects " ,
293302 dependencies: [
You can’t perform that action at this time.
0 commit comments