Skip to content

Commit

Permalink
Updating to Swift 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Apr 1, 2018
1 parent 048c3c6 commit abecb99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file.<br>
---

## [1.3.1](https://github.com/FabrizioBrancati/Queuer/releases/tag/1.3.1) - Swift 4.1 Support
### 1 Apr 2018
### 2 Apr 2018
### Added
- Added support to Xcode 9.3 and Swift 4.1

Expand Down
3 changes: 2 additions & 1 deletion Queuer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/FabrizioBrancati/Queuer.git', :tag => s.version }
s.documentation_url = 'https://github.fabriziobrancati.com/documentation/Queuer/'

s.swift_version = '4.1'

s.source_files = 'Sources/**/*.swift'
s.swift_version = '4.0'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Requirements
| **Swift** | **Xcode** | **Queuer** | **iOS** | **macOS** | **tvOS** | **watchOS** | **Linux** |
|-----------|-----------|---------------|---------|-----------|----------|-------------|-----------|
| 3.1...3.2 | 8.3...9.0 | 1.0.0...1.1.0 | 8.0+ | 10.10 | 9.0 | 2.0+ | ![] `*` |
| 4.1 | 9.0...9.3 | 1.3.1 | 8.0+ | 10.10 | 9.0 | 2.0+ | ![] `*` |
| 4.0 | 9.0...9.2 | 1.3.0 | 8.0+ | 10.10 | 9.0 | 2.0+ | ![] `*` |
| 4.1 | 9.3 | 1.3.1 | 8.0+ | 10.10 | 9.0 | 2.0+ | ![] `*` |

> `*` Currently, `URLSession.shared` property is not yet implemented on Linux, also `QualityOfService` property is not directly supported on Linux, since there are not qos class promotions available outside of darwin targets.
Expand Down

0 comments on commit abecb99

Please sign in to comment.