BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.73k stars 342 forks source link

Change the Swift Language Version to 4.2 #56

Closed rhx closed 4 years ago

rhx commented 4 years ago

GPUImage uses names from the Swift 4.2 API (and thus does not compile with the current .v4 setting in Package.swift).

This pull request makes GPUImage compile again under Xcode 11, by changing the Swift language version to 4.2, and updates the README accordingly.