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

Commit

Permalink
Fix CHANGELOG suggestion for --param module=X
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Feb 19, 2017
1 parent 4f2ee2a commit 9e948a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 1.0.0

The templates tagged with this version are the ones embedded in SwiftGen 4.2.
_The templates tagged with this version are the ones embedded in SwiftGen 4.2._

### Internal Changes

Expand All @@ -27,8 +27,8 @@ The templates tagged with this version are the ones embedded in SwiftGen 4.2.
* Storyboards templates don't `import` your app module anymore, removing that annoying warning.
[@djbe](https://github.com/djbe)
[#19](https://github.com/SwiftGen/templates/pull/19)
* It works by checking the environment variable `PRODUCT_MODULE_NAME`, which is automatically injected if you run `swiftgen` as part of a Script Build Phase in your Xcode project.
* If you dont use `swiftgen` in a Script Build Phase of your Xcode project but manually in the terminal, use `PRODUCT_MODULE_NAME=YourAppModuleName swiftgen storyboards …` when invoking SwiftGen to inject it.
* It works by checking the environment variable `PRODUCT_MODULE_NAME`, which is automatically injected by Xcode if you run `swiftgen` as part of a Script Build Phase in your Xcode project.
* If you don't use `swiftgen` in a Script Build Phase of your Xcode project but manually in the terminal, you can instead use `swiftgen storyboards --param module=YourAppModuleName ` when invoking SwiftGen to inject it manually instead.

### New Features

Expand Down

0 comments on commit 9e948a0

Please sign in to comment.