Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update swizzling of waitForQuiescenceIncludingAnimationsIdle: API for Xcode16-beta5 #935

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

mykola-mokhnach
Copy link

Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

- (void)waitForQuiescenceIncludingAnimationsIdle:(BOOL)arg1;
// Since Xcode16-beta5
- (void)waitForQuiescenceIncludingAnimationsIdle:(BOOL)arg1 isPreEvent:(BOOL)arg2;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like here has new ones:

- (void)waitForQuiescenceIncludingAnimationsIdle:(_Bool)idle isPreEvent:(_Bool)event;
- (void)waitForQuiescenceIncludingAnimationsIdle:(_Bool)idle usingActivity:(_Bool)activity isPreEvent:(_Bool)event;

not sure the using activity one, but I think lg overall

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested it locally with simulator and it seems ok. Need more feedback to confirm the other method is called independently as I can only see it being invoked from - (void)waitForQuiescenceIncludingAnimationsIdle:(_Bool)idle isPreEvent:(_Bool)event; one

@mykola-mokhnach mykola-mokhnach merged commit 2ccc436 into master Aug 9, 2024
47 checks passed
@mykola-mokhnach mykola-mokhnach deleted the upd_beta5 branch August 9, 2024 18:06
github-actions bot pushed a commit that referenced this pull request Aug 9, 2024
## [8.9.1](v8.9.0...v8.9.1) (2024-08-09)

### Bug Fixes

* Update swizzling of waitForQuiescenceIncludingAnimationsIdle: API for Xcode16-beta5 ([#935](#935)) ([2ccc436](2ccc436))
Copy link

github-actions bot commented Aug 9, 2024

🎉 This issue has been resolved in version 8.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants