maustinstar / liquid

Create a playful backsplash in SwiftUI.
MIT License
817 stars 30 forks source link

Add watchOS and tvOS support #7

Closed grgar closed 3 years ago

grgar commented 3 years ago

I had lots of errors like this:

Screenshot 2021-05-15 at 7 29 13 pm Screenshot 2021-05-17 at 10 13 35 am

Adding .watchOS(.v6) (fixes #6) and .tvOS(.v13) to platforms resolved the issue for me.