File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ let package = Package(
23
23
. library( name: " GitHubRestAPICodes_Of_Conduct " , targets: [ " GitHubRestAPICodes_Of_Conduct " ] ) ,
24
24
. library( name: " GitHubRestAPICodespaces " , targets: [ " GitHubRestAPICodespaces " ] ) ,
25
25
. library( name: " GitHubRestAPICopilot " , targets: [ " GitHubRestAPICopilot " ] ) ,
26
+ . library( name: " GitHubRestAPICredentials " , targets: [ " GitHubRestAPICredentials " ] ) ,
26
27
. library( name: " GitHubRestAPIDependabot " , targets: [ " GitHubRestAPIDependabot " ] ) ,
27
28
. library( name: " GitHubRestAPIDependency_Graph " , targets: [ " GitHubRestAPIDependency_Graph " ] ) ,
28
29
. library( name: " GitHubRestAPIDesktop " , targets: [ " GitHubRestAPIDesktop " ] ) ,
@@ -155,6 +156,14 @@ let package = Package(
155
156
] ,
156
157
path: " Sources/copilot "
157
158
) ,
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
+ ) ,
158
167
. target(
159
168
name: " GitHubRestAPIDependabot " ,
160
169
dependencies: [
You can’t perform that action at this time.
0 commit comments