GestureRecognizerClosures icon indicating copy to clipboard operation
GestureRecognizerClosures copied to clipboard

Return gesture recognizers

Open lawmaestro opened this issue 3 years ago • 3 comments

  • All gesture recongnizer helpers functions now return the recognizer. This allows the caller to optionally keep a handle on the recognizer, thus for example allowing for removal of the recognizer at a later point.
  • Applied Xcode 12.3 suggested project setting updates
  • Updated deployment target to 9.0 to remove warning: "The iOS Simulator deployment target is set to 8.0, but the range of supported target versions is 9.0 to 14.3.99"
  • Updated test target dependency Nimble from 8.0.1 -> 9.0.0
  • Versioned bumped to 5.1.0

lawmaestro avatar Dec 16 '20 18:12 lawmaestro

That's a great addition 👏 My only question is, what was the reason for the bump to iOS9 from iOS8?

marcbaldwin avatar Dec 23 '20 13:12 marcbaldwin

Thanks 🙂

The reason for bumping up to target iOS 9 was just that when building with Xcode 12 there's now a warning flagged for all dependencies which have a target SDK lower that 9 - The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. So this change just to address that (hence bumping the minor and not just the patch version on the pod file).

lawmaestro avatar Dec 24 '20 17:12 lawmaestro

Hi. Just wondered if there's any update on the above? 👆

lawmaestro avatar Apr 13 '21 14:04 lawmaestro