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 @@ -25,6 +25,7 @@ let package = Package(
25
25
. library( name: " GitHubRestAPIDependency_Graph " , targets: [ " GitHubRestAPIDependency_Graph " ] ) ,
26
26
. library( name: " GitHubRestAPIDesktop " , targets: [ " GitHubRestAPIDesktop " ] ) ,
27
27
. library( name: " GitHubRestAPIEmojis " , targets: [ " GitHubRestAPIEmojis " ] ) ,
28
+ . library( name: " GitHubRestAPIEnterprise_Teams " , targets: [ " GitHubRestAPIEnterprise_Teams " ] ) ,
28
29
. library( name: " GitHubRestAPIGists " , targets: [ " GitHubRestAPIGists " ] ) ,
29
30
. library( name: " GitHubRestAPIGit " , targets: [ " GitHubRestAPIGit " ] ) ,
30
31
. library( name: " GitHubRestAPIGitignore " , targets: [ " GitHubRestAPIGitignore " ] ) ,
@@ -166,6 +167,14 @@ let package = Package(
166
167
] ,
167
168
path: " Sources/emojis "
168
169
) ,
170
+ . target(
171
+ name: " GitHubRestAPIEnterprise_Teams " ,
172
+ dependencies: [
173
+ . product( name: " OpenAPIRuntime " , package : " swift-openapi-runtime " ) ,
174
+ . product( name: " OpenAPIURLSession " , package : " swift-openapi-urlsession " ) ,
175
+ ] ,
176
+ path: " Sources/enterprise-teams "
177
+ ) ,
169
178
. target(
170
179
name: " GitHubRestAPIGists " ,
171
180
dependencies: [
You can’t perform that action at this time.
0 commit comments