From a086a7fba971db1a632cdec8521f41a19c50d86e Mon Sep 17 00:00:00 2001 From: David Jennes Date: Thu, 17 Aug 2017 11:08:52 +0200 Subject: [PATCH] docs clarification --- Documentation/fonts/swift2.md | 2 +- Documentation/fonts/swift3.md | 2 +- Documentation/fonts/swift4.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/fonts/swift2.md b/Documentation/fonts/swift2.md index cd6b62a..e915d94 100644 --- a/Documentation/fonts/swift2.md +++ b/Documentation/fonts/swift2.md @@ -19,7 +19,7 @@ You can customize some elements of this template by overriding the following par | Parameter Name | Default Value | Description | | -------------- | ------------- | ----------- | | `enumName` | `FontFamily` | Allows you to change the name of the generated `enum` containing all font families. | -| `preservePath` | N/A | Setting this parameter will disable the basename filter applied to all font paths. Use this if you are adding fonts to your target in a specific folder, and need to preserve those folder names when registering fonts. The path will be relative to the folder you provided to SwiftGen. | +| `preservePath` | N/A | Setting this parameter will disable the basename filter applied to all font paths. Use this if you added your font folder as a "folder reference" in your Xcode project, making that folder hierarchy preserved once copied in the build app bundle. The path will be relative to the folder you provided to SwiftGen. | ## Generated Code diff --git a/Documentation/fonts/swift3.md b/Documentation/fonts/swift3.md index 5012e9b..bb4fb8d 100644 --- a/Documentation/fonts/swift3.md +++ b/Documentation/fonts/swift3.md @@ -18,7 +18,7 @@ You can customize some elements of this template by overriding the following par | Parameter Name | Default Value | Description | | -------------- | ------------- | ----------- | | `enumName` | `FontFamily` | Allows you to change the name of the generated `enum` containing all font families. | -| `preservePath` | N/A | Setting this parameter will disable the basename filter applied to all font paths. Use this if you are adding fonts to your target in a specific folder, and need to preserve those folder names when registering fonts. The path will be relative to the folder you provided to SwiftGen. | +| `preservePath` | N/A | Setting this parameter will disable the basename filter applied to all font paths. Use this if you added your font folder as a "folder reference" in your Xcode project, making that folder hierarchy preserved once copied in the build app bundle. The path will be relative to the folder you provided to SwiftGen. | ## Generated Code diff --git a/Documentation/fonts/swift4.md b/Documentation/fonts/swift4.md index 8e5b5db..7756c54 100644 --- a/Documentation/fonts/swift4.md +++ b/Documentation/fonts/swift4.md @@ -18,7 +18,7 @@ You can customize some elements of this template by overriding the following par | Parameter Name | Default Value | Description | | -------------- | ------------- | ----------- | | `enumName` | `FontFamily` | Allows you to change the name of the generated `enum` containing all font families. | -| `preservePath` | N/A | Setting this parameter will disable the basename filter applied to all font paths. Use this if you are adding fonts to your target in a specific folder, and need to preserve those folder names when registering fonts. The path will be relative to the folder you provided to SwiftGen. | +| `preservePath` | N/A | Setting this parameter will disable the basename filter applied to all font paths. Use this if you added your font folder as a "folder reference" in your Xcode project, making that folder hierarchy preserved once copied in the build app bundle. The path will be relative to the folder you provided to SwiftGen. | ## Generated Code