fix: point to Pulley fork with iOS 14 fixes #4224
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The type of this PR is: Bugfix
This PR resolves CX-875
Description
The Pulley dependency we use for the city guide UI had some issues on iOS 14 with updating certain properties causing an autolayout loop that would cause the UI to hang here: 52inc/Pulley#390 and this is what is causing city guide not to launch. We are using a fork of the original repo that exposes some properties to Objective-C and addresses some bugs here: https://github.com/l2succes/Pulley. The issues have since been fixed in the original repo. This PR points to a fork that pulls in those changes. Also opened a PR in the fork we are using here: l2succes/Pulley#4, if that gets merged we can point to that fork again.
Screenshots
Before
After
Follow-ups
PR Checklist (tick all before merging)