gorastudio-git / SCNRecorder

The best way to record your AR experience!
MIT License
201 stars 51 forks source link

Removes @available on enum for Swift 5.5 compatibility #35

Closed bsdavidson closed 3 years ago

bsdavidson commented 3 years ago

The use of @availability on enum cases with values were removed in https://github.com/apple/swift/commit/511ada4a50b9dd16a389b1aa9c1069e8e3f49046

There are already guards in other places to prevent using this in versions less than iOS13, so this PR just removes the annotation.