SwiftyDraw
SwiftyDraw copied to clipboard
Xcode 14 Support
When building with Xcode 14 the following build error is encountered for allowedTouchTypes
and pencilInteraction
.
Stored properties cannot be marked potentially unavailable with '@available'
Since Xcode 14 drops support for iOS 10 and below, just removing @available
from allowedTouchTypes
should be just fine.
Hey @Awalz, When do you think is the plan to release support of xcode 14?