EmergeTools / Pow

Delightful SwiftUI effects for your app
https://movingparts.io/pow
MIT License
3.64k stars 153 forks source link

Fix ControlSize.extraLarge not available for Xcode lower than 15 #47

Closed Itaybre closed 11 months ago

Itaybre commented 11 months ago

This PR adds a compiler option to ignore ControlSize.extraLarge in case it is now available. Since Xcode doesn't provide a way to check for available SDKs, I can only do this with the Swift version that comes with Xcode 15.

Fixes: #46

mergesort commented 11 months ago

Thank you so much @Itaybre!