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 @@ -23,6 +23,7 @@ let package = Package(
2323 . library( name: " GitHubRestAPICodes_Of_Conduct " , targets: [ " GitHubRestAPICodes_Of_Conduct " ] ) ,
2424 . library( name: " GitHubRestAPICodespaces " , targets: [ " GitHubRestAPICodespaces " ] ) ,
2525 . library( name: " GitHubRestAPICopilot " , targets: [ " GitHubRestAPICopilot " ] ) ,
26+ . library( name: " GitHubRestAPICredentials " , targets: [ " GitHubRestAPICredentials " ] ) ,
2627 . library( name: " GitHubRestAPIDependabot " , targets: [ " GitHubRestAPIDependabot " ] ) ,
2728 . library( name: " GitHubRestAPIDependency_Graph " , targets: [ " GitHubRestAPIDependency_Graph " ] ) ,
2829 . library( name: " GitHubRestAPIDesktop " , targets: [ " GitHubRestAPIDesktop " ] ) ,
@@ -155,6 +156,14 @@ let package = Package(
155156 ] ,
156157 path: " Sources/copilot "
157158 ) ,
159+ . target(
160+ name: " GitHubRestAPICredentials " ,
161+ dependencies: [
162+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
163+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
164+ ] ,
165+ path: " Sources/credentials "
166+ ) ,
158167 . target(
159168 name: " GitHubRestAPIDependabot " ,
160169 dependencies: [
You can’t perform that action at this time.
0 commit comments