Skip to content

Commit

Permalink
Upgrade to Swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhx committed Oct 13, 2019
1 parent 31f0048 commit 6753db6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -18,5 +18,5 @@ let package = Package(
name: "GPUImage",
path: "framework/Source",
exclude: ["Linux", "Operations/Shaders"])],
swiftLanguageVersions: [.v4]
swiftLanguageVersions: [.v4_2]
)
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,8 +32,8 @@ BSD-style, with the full license available with the framework in License.txt.

## Technical requirements ##

- Swift 4
- Xcode 9.0 on Mac or iOS
- Swift 4.2
- Xcode 10.2 or higher on Mac or iOS
- iOS: 9.0 or higher
- OSX: 10.11 or higher

Expand Down

0 comments on commit 6753db6

Please sign in to comment.