Skip to content

Conversation

lawmaestro
Copy link

  • 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

…. 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`
@marcbaldwin
Copy link
Owner

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

@lawmaestro
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants