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

Fix link to generated XCAssets example #80

Merged
merged 1 commit into from
Sep 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* Fonts: fix code which checks if a font is already registered.
[Vladimir Burdukov](https://github.com/chipp)
[#77](https://github.com/SwiftGen/templates/pull/77)
* Documentation: Fix link to generated XCAssets example.
[Alvar Hansen](https://github.com/allu22)
[#80](https://github.com/SwiftGen/templates/pull/80)

### Breaking Changes

Expand Down
2 changes: 1 addition & 1 deletion Documentation/xcassets/swift2.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enum Asset {
}
```

[Full generated code](https://github.com/SwiftGen/templates/blob/master/Tests/Expected/XCAssets/swift2-context-defaults.swift)
[Full generated code](https://github.com/SwiftGen/templates/blob/master/Tests/Expected/XCAssets/swift2-context-all.swift)

## Usage example

Expand Down
2 changes: 1 addition & 1 deletion Documentation/xcassets/swift3.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enum Asset {
}
```

[Full generated code](https://github.com/SwiftGen/templates/blob/master/Tests/Expected/XCAssets/swift3-context-defaults.swift)
[Full generated code](https://github.com/SwiftGen/templates/blob/master/Tests/Expected/XCAssets/swift3-context-all.swift)

## Usage example

Expand Down
2 changes: 1 addition & 1 deletion Documentation/xcassets/swift4.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enum Asset {
}
```

[Full generated code](https://github.com/SwiftGen/templates/blob/master/Tests/Expected/XCAssets/swift4-context-defaults.swift)
[Full generated code](https://github.com/SwiftGen/templates/blob/master/Tests/Expected/XCAssets/swift4-context-all.swift)

## Usage example

Expand Down