Skip to content

Commit

Permalink
Preparing for the 5.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Oct 22, 2019
1 parent eb990b6 commit 504343a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 5.1.0

- WatchOS support (by @lammertw)
- Introduced R.id for accessibility identifiers
- Add generateUITestFile option
- Fix order of imports (by @mfcollins3)
- Mint support
- Info plist support
- Fix fonts also available in R.file

## 5.1.0.alpha.4

- Also generate a11y identifiers for app generated file
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDENCIES:
- SWRevealViewController

SPEC REPOS:
https://github.com/cocoapods/specs.git:
trunk:
- SWRevealViewController

EXTERNAL SOURCES:
Expand All @@ -25,4 +25,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: feb2d125d56abaa9101403aedbf488a7d5445eab

COCOAPODS: 1.7.5
COCOAPODS: 1.8.4
4 changes: 2 additions & 2 deletions R.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "R.swift"
spec.version = "5.1.0.alpha.4"
spec.version = "5.1.0"
spec.license = "MIT"

spec.summary = "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects"
Expand All @@ -28,7 +28,7 @@ Pod::Spec.new do |spec|
spec.tvos.deployment_target = '9.0'
spec.watchos.deployment_target = '2.2'

spec.dependency "R.swift.Library", "~> 5.1.0.alpha.1"
spec.dependency "R.swift.Library", "~> 5.1.0"

spec.preserve_paths = "rswift"

Expand Down
2 changes: 1 addition & 1 deletion Sources/rswift/Rswift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
import Foundation

struct Rswift {
static let version = "5.1.0.alpha.4"
static let version = "5.1.0"
static let lastRunFile = "rswift-lastrun"
}

0 comments on commit 504343a

Please sign in to comment.