From 13d37c4735c3c57d01a06714e967338f5edfa259 Mon Sep 17 00:00:00 2001 From: gtrop1 <50150156+gtrop1@users.noreply.github.com> Date: Thu, 2 May 2019 13:40:49 -0700 Subject: [PATCH] Default Swift version now correctly set to 4.2 (#39) Addressed issue where Swift version was incorrectly set to 5.0 when it should have been 4.2. --- CHANGELOG.md | 26 +++++++++++++++++++++++++- Elevate.podspec | 2 +- Elevate.xcodeproj/project.pbxproj | 4 ---- Source/Info.plist | 2 +- 4 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d5ac2..3c51d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. `Elevate` adheres to [Semantic Versioning](http://semver.org/). #### 3.x Releases - +* `3.1.x` Releases = [3.1.0](#310) | [3.1.1](#311) * `3.0.x` Releases = [3.0.0](#300) | [3.0.1](#301) | [3.0.2](#302) #### 2.x Releases @@ -20,6 +20,30 @@ All notable changes to this project will be documented in this file. --- +## Unreleased + +#### Added + +#### Updated + +#### Deprecated + +#### Removed + +#### Fixed + +--- + +## [3.1.1](https://github.com/Nike-Inc/Elevate/releases/tag/3.1.1) +Released on 2019-05-02. All issues associated with this milestone can be found using this +[filter](https://github.com/Nike-Inc/Elevate/milestone/7?closed=1). + +#### Fixed +- Issue where Swift version was incorrectly set to 5.0 when it should have been 4.2. + - Fixed by [Greg Tropino](https://github.com/gtrop1) in Pull Request [#39](https://github.com/Nike-Inc/Elevate/pull/39). + +--- + ## [3.1.0](https://github.com/Nike-Inc/Elevate/releases/tag/3.1.0) Released on 2019-04-30. All issues associated with this milestone can be found using this diff --git a/Elevate.podspec b/Elevate.podspec index 96df1a4..04cfd32 100644 --- a/Elevate.podspec +++ b/Elevate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Elevate" - s.version = "3.1.0" + s.version = "3.1.1" s.summary = "Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable." s.homepage = "https://github.com/Nike-Inc/Elevate" s.license = "MIT" diff --git a/Elevate.xcodeproj/project.pbxproj b/Elevate.xcodeproj/project.pbxproj index b715887..48ea89b 100644 --- a/Elevate.xcodeproj/project.pbxproj +++ b/Elevate.xcodeproj/project.pbxproj @@ -1092,7 +1092,6 @@ PRODUCT_BUNDLE_IDENTIFIER = com.nike.Elevate; PRODUCT_NAME = Elevate; SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; }; name = Debug; }; @@ -1118,7 +1117,6 @@ PRODUCT_BUNDLE_IDENTIFIER = com.nike.Elevate; PRODUCT_NAME = Elevate; SKIP_INSTALL = YES; - SWIFT_VERSION = 5.0; }; name = Release; }; @@ -1136,7 +1134,6 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.nike.ElevateTests; PRODUCT_NAME = ElevateTests; - SWIFT_VERSION = 5.0; }; name = Debug; }; @@ -1154,7 +1151,6 @@ ); PRODUCT_BUNDLE_IDENTIFIER = com.nike.ElevateTests; PRODUCT_NAME = ElevateTests; - SWIFT_VERSION = 5.0; }; name = Release; }; diff --git a/Source/Info.plist b/Source/Info.plist index 543e5f9..d353b3e 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 3.1.1 CFBundleSignature ???? CFBundleVersion