Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
docs clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
djbe committed Aug 17, 2017
1 parent b14cc5c commit a086a7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/fonts/swift2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Documentation/fonts/swift3.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Documentation/fonts/swift4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a086a7f

Please sign in to comment.