We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea2c86 commit 6893f5bCopy full SHA for 6893f5b
fern/products/sdks/overview/swift/configuration.mdx
@@ -5,15 +5,16 @@ description: Configuration options for the Fern Swift SDK.
5
6
You can customize the behavior of the Swift SDK generator in `generators.yml`:
7
8
-```yaml {7-8} title="generators.yml"
+```yaml {7-9} title="generators.yml"
9
default-group: local
10
groups:
11
local:
12
generators:
13
- name: fernapi/fern-swift-sdk
14
version: <Markdown src="/snippets/version-number-swift.mdx"/>
15
- clientClassName: YourClientName
16
- environmentEnumName: YourCustomEnvironment
+ config:
+ clientClassName: YourClientName
17
+ environmentEnumName: YourCustomEnvironment
18
```
19
20
## SDK Configuration Options
0 commit comments