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 @@ -45,6 +45,7 @@ let package = Package(
4545 . library( name: " GitHubRestAPIPackages " , targets: [ " GitHubRestAPIPackages " ] ) ,
4646 . library( name: " GitHubRestAPIPrivate_Registries " , targets: [ " GitHubRestAPIPrivate_Registries " ] ) ,
4747 . library( name: " GitHubRestAPIProjects " , targets: [ " GitHubRestAPIProjects " ] ) ,
48+ . library( name: " GitHubRestAPIProjects_Classic " , targets: [ " GitHubRestAPIProjects_Classic " ] ) ,
4849 . library( name: " GitHubRestAPIPulls " , targets: [ " GitHubRestAPIPulls " ] ) ,
4950 . library( name: " GitHubRestAPIRate_Limit " , targets: [ " GitHubRestAPIRate_Limit " ] ) ,
5051 . library( name: " GitHubRestAPIReactions " , targets: [ " GitHubRestAPIReactions " ] ) ,
@@ -332,6 +333,14 @@ let package = Package(
332333 ] ,
333334 path: " Sources/projects "
334335 ) ,
336+ . target(
337+ name: " GitHubRestAPIProjects_Classic " ,
338+ dependencies: [
339+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
340+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
341+ ] ,
342+ path: " Sources/projects-classic "
343+ ) ,
335344 . target(
336345 name: " GitHubRestAPIPulls " ,
337346 dependencies: [
You can’t perform that action at this time.
0 commit comments