shaps80 / SwiftUIBackports

A collection of SwiftUI backports for iOS, macOS, tvOS and watchOS
MIT License
931 stars 59 forks source link

Fix typo that causes failing compilation #25

Closed mikakruschel closed 1 year ago

mikakruschel commented 1 year ago

Have you read the Contributing Guidelines? Yes

Issue #24

Describe your changes

I just fixed a small typo in the code. For some reason this typo causes Xcode 14 RC to not compile a Mac Catalyst App with the error "Redefinition of module 'QuickLook'".

shaps80 commented 1 year ago

This is now in release v1.7.0 👍 – thanks for the contribution ;)