Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request SwiftGen#329 from SwiftGen/release/5.1.1
Browse files Browse the repository at this point in the history
Release 5.1.1
  • Loading branch information
AliSoftware committed Aug 21, 2017
2 parents 2dd88b7 + 3e9be4a commit 69b3189
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 deletions.
20 changes: 7 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,17 @@

---

## Master
## 5.1.1

### Bug Fixes

_None_

### Breaking Changes

_None_

### New Features
### Changes in other SwiftGen modules

_None_
* [templates 2.1.1](https://github.com/SwiftGen/templates/blob/2.1.1/CHANGELOG.md)

### Internal Changes
### Bug Fixes

_None_
* XCAssets: fixed some compatibility issues with the swift 3 template on Xcode 8, and with other templates.
[David Jennes](https://github.com/djbe)
[SwiftGen/templates#76](https://github.com/SwiftGen/templates/pull/76)

## 5.1.0

Expand Down
2 changes: 1 addition & 1 deletion Resources
Submodule Resources updated 35 files
+11 −0 CHANGELOG.md
+1 −0 Documentation/colors/swift2.md
+1 −0 Documentation/colors/swift3.md
+1 −0 Documentation/colors/swift4.md
+3 −8 Documentation/xcassets/swift2.md
+2 −0 Documentation/xcassets/swift3.md
+2 −0 Documentation/xcassets/swift4.md
+2 −4 Tests/Expected/Colors/literals-swift3-context-defaults-customname.swift
+2 −4 Tests/Expected/Colors/literals-swift3-context-defaults.swift
+2 −4 Tests/Expected/Colors/literals-swift3-context-multiple.swift
+2 −4 Tests/Expected/Colors/literals-swift4-context-defaults-customname.swift
+2 −4 Tests/Expected/Colors/literals-swift4-context-defaults.swift
+2 −4 Tests/Expected/Colors/literals-swift4-context-multiple.swift
+5 −5 Tests/Expected/Colors/swift2-context-defaults-customname.swift
+5 −5 Tests/Expected/Colors/swift3-context-defaults-customname.swift
+5 −5 Tests/Expected/Colors/swift4-context-defaults-customname.swift
+6 −27 Tests/Expected/XCAssets/swift2-context-all-customname.swift
+0 −21 Tests/Expected/XCAssets/swift2-context-all-no-all-values.swift
+0 −21 Tests/Expected/XCAssets/swift2-context-all.swift
+15 −11 Tests/Expected/XCAssets/swift3-context-all-customname.swift
+9 −5 Tests/Expected/XCAssets/swift3-context-all-no-all-values.swift
+9 −5 Tests/Expected/XCAssets/swift3-context-all.swift
+11 −11 Tests/Expected/XCAssets/swift4-context-all-customname.swift
+5 −5 Tests/Expected/XCAssets/swift4-context-all-no-all-values.swift
+5 −5 Tests/Expected/XCAssets/swift4-context-all.swift
+2 −1 Tests/TemplatesTests/ColorsTests.swift
+3 −1 Tests/TemplatesTests/XCAssetsTests.swift
+2 −4 templates/colors/literals-swift3.stencil
+2 −4 templates/colors/literals-swift4.stencil
+6 −5 templates/colors/swift2.stencil
+6 −5 templates/colors/swift3.stencil
+6 −5 templates/colors/swift4.stencil
+7 −27 templates/xcassets/swift2.stencil
+17 −11 templates/xcassets/swift3.stencil
+13 −11 templates/xcassets/swift4.stencil
4 changes: 2 additions & 2 deletions Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.1.0</string>
<string>5.1.1</string>
<key>CFBundleVersion</key>
<string>5.1.0</string>
<string>5.1.1</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion SwiftGen.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftGen"
s.version = "5.1.0"
s.version = "5.1.1"
s.summary = "A collection of Swift tools to generate Swift code for your assets, storyboards, strings, …"

s.description = <<-DESC
Expand Down

0 comments on commit 69b3189

Please sign in to comment.