Skip to content

Commit 28414da

Browse files
committed
Bump Versions
1 parent e9836d5 commit 28414da

File tree

4 files changed

+33
-37
lines changed

4 files changed

+33
-37
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,15 @@
22

33
---
44

5-
## Master
5+
## 5.3.0
66

7-
### Bug Fixes
8-
9-
_None_
10-
11-
### Breaking Changes
7+
### Changes in other SwiftGen modules
128

13-
_None_
9+
* [StencilSwiftKit 2.4.0](https://github.com/SwiftGen/StencilSwiftKit/blob/2.4.0/CHANGELOG.md)
10+
* [Stencil 0.10.1](https://github.com/kylef/Stencil/blob/0.10.1/CHANGELOG.md)
1411

1512
### New Features
1613

17-
_None_
18-
19-
### Internal Changes
20-
21-
* Merged the `SwiftGenKit` and `templates` repositories back into this repository for easier development and maintenance.
22-
[David Jennes](https://github.com/djbe)
23-
[#356](https://github.com/SwiftGen/SwiftGen/pull/356)
2414
* XCAssets: exposed getter for image name string.
2515
[Abbey Jackson](https://github.com/abbeyjackson)
2616
[SwiftGen/templates#85](https://github.com/SwiftGen/templates/pull/85)
@@ -33,6 +23,12 @@ _None_
3323
[Txai Wieser](https://github.com/txaiwieser)
3424
[SwiftGen/templates#81](https://github.com/SwiftGen/templates/pull/81)
3525

26+
### Internal Changes
27+
28+
* Merged the `SwiftGenKit` and `templates` repositories back into this repository for easier development and maintenance.
29+
[David Jennes](https://github.com/djbe)
30+
[#356](https://github.com/SwiftGen/SwiftGen/pull/356)
31+
3632
## 5.2.1
3733

3834
### Bug Fixes

Sources/SwiftGen/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.2.1</string>
20+
<string>5.3.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>5.2.1</string>
22+
<string>5.3.0</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSHumanReadableCopyright</key>

Sources/SwiftGenKit/Info.plist

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>CFBundleDevelopmentRegion</key>
6-
<string>en</string>
7-
<key>CFBundleExecutable</key>
8-
<string>${EXECUTABLE_NAME}</string>
9-
<key>CFBundleIdentifier</key>
10-
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
11-
<key>CFBundleInfoDictionaryVersion</key>
12-
<string>6.0</string>
13-
<key>CFBundleName</key>
14-
<string>${PRODUCT_NAME}</string>
15-
<key>CFBundlePackageType</key>
16-
<string>FMWK</string>
17-
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
19-
<key>CFBundleSignature</key>
20-
<string>????</string>
21-
<key>CFBundleVersion</key>
22-
<string>${CURRENT_PROJECT_VERSION}</string>
23-
<key>NSPrincipalClass</key>
24-
<string></string>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>${EXECUTABLE_NAME}</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>${PRODUCT_BUNDLE_IDENTIFIER}</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>${PRODUCT_NAME}</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>2.2.0</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>${CURRENT_PROJECT_VERSION}</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
2525
</dict>
2626
</plist>

SwiftGen.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftGen'
3-
s.version = '5.2.1'
3+
s.version = '5.3.0'
44
s.summary = 'A collection of Swift tools to generate Swift code for your assets, storyboards, strings, …'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)