From 1eb326733d2edd105ff6a7aa1567e20e3c3dadd0 Mon Sep 17 00:00:00 2001
From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com>
Date: Sat, 6 Sep 2025 18:47:36 +0000
Subject: [PATCH 1/2] Visual Editor: Update
---
fern/products/home/pages/welcome.mdx | 3 +--
fern/products/sdks/overview/swift/configuration.mdx | 9 +++++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/fern/products/home/pages/welcome.mdx b/fern/products/home/pages/welcome.mdx
index cf29e7b7a..a22d3df89 100644
--- a/fern/products/home/pages/welcome.mdx
+++ b/fern/products/home/pages/welcome.mdx
@@ -6,7 +6,6 @@ hide-toc: true
layout: custom
---
-
import { FernFooter } from "../../../components/FernFooter";
@@ -377,4 +376,4 @@ import { FernFooter } from "../../../components/FernFooter";
-
\ No newline at end of file
+
diff --git a/fern/products/sdks/overview/swift/configuration.mdx b/fern/products/sdks/overview/swift/configuration.mdx
index e22056e44..50b4f0c1a 100644
--- a/fern/products/sdks/overview/swift/configuration.mdx
+++ b/fern/products/sdks/overview/swift/configuration.mdx
@@ -5,7 +5,7 @@ description: Configuration options for the Fern Swift SDK.
You can customize the behavior of the Swift SDK generator in `generators.yml`:
-```yaml {6-8} title="generators.yml"
+```yaml {6-9} title="generators.yml"
groups:
swift-sdk:
generators:
@@ -14,6 +14,7 @@ groups:
config:
clientClassName: YourClientName
environmentEnumName: YourCustomEnvironment
+ moduleName: MyCustomModule
```
## SDK Configuration Options
@@ -24,4 +25,8 @@ The name of the generated client class. This allows you to customize the class n
The name of the generated environment enum. This allows you to customize the enum name that defines your API environments (such as production, staging, development) and ensures consistent naming across SDK generations.
-
\ No newline at end of file
+
+
+
+The module name used in client code (e.g., `import MyCustomModule`). When provided, this name is used consistently across the library, product, and target.
+
From 908d3edbc98754c3e4336152ab129b096953b2ea Mon Sep 17 00:00:00 2001
From: Devin Logan
Date: Sat, 6 Sep 2025 14:53:33 -0400
Subject: [PATCH 2/2] undo changes on welcome.mdx
---
fern/products/home/pages/welcome.mdx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/fern/products/home/pages/welcome.mdx b/fern/products/home/pages/welcome.mdx
index a22d3df89..cf29e7b7a 100644
--- a/fern/products/home/pages/welcome.mdx
+++ b/fern/products/home/pages/welcome.mdx
@@ -6,6 +6,7 @@ hide-toc: true
layout: custom
---
+
import { FernFooter } from "../../../components/FernFooter";
@@ -376,4 +377,4 @@ import { FernFooter } from "../../../components/FernFooter";
-
+
\ No newline at end of file