Skip to content

Commit

Permalink
Default Swift version now correctly set to 4.2 (#39)
Browse files Browse the repository at this point in the history
Addressed issue where Swift version was incorrectly set to 5.0 when it should have been 4.2.
  • Loading branch information
gtrop1 authored May 2, 2019
1 parent 4fd4299 commit 13d37c4
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Elevate.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 0 additions & 4 deletions Elevate.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.nike.Elevate;
PRODUCT_NAME = Elevate;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -1118,7 +1117,6 @@
PRODUCT_BUNDLE_IDENTIFIER = com.nike.Elevate;
PRODUCT_NAME = Elevate;
SKIP_INSTALL = YES;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand All @@ -1136,7 +1134,6 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.nike.ElevateTests;
PRODUCT_NAME = ElevateTests;
SWIFT_VERSION = 5.0;
};
name = Debug;
};
Expand All @@ -1154,7 +1151,6 @@
);
PRODUCT_BUNDLE_IDENTIFIER = com.nike.ElevateTests;
PRODUCT_NAME = ElevateTests;
SWIFT_VERSION = 5.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 13d37c4

Please sign in to comment.