You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's move the OpenAPI code into a dedicated Swift Package. Then we can add this local package as a local dependency of the SDK, and then expose types via public typealias and package typealias.
We can add supportingFiles to the --global-property option:
Let's move the OpenAPI code into a dedicated Swift Package. Then we can add this local package as a local dependency of the SDK, and then expose types via
public typealias
andpackage typealias
.We can add
supportingFiles
to the--global-property
option:This generates a few useful files:
The text was updated successfully, but these errors were encountered: