Skip to content

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

Merged
mykola-mokhnach merged 2 commits intomasterfrom
upd_beta5
Aug 9, 2024
Merged

fix: Update swizzling of waitForQuiescenceIncludingAnimationsIdle: API for Xcode16-beta5#935
mykola-mokhnach merged 2 commits intomasterfrom
upd_beta5

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

// Before Xcode16-beta5
- (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
@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))
@github-actions
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 📦🚀

manabuaota added a commit to manabuaota/airtest-netease that referenced this pull request Feb 14, 2026
## [8.9.1](appium/WebDriverAgent@v8.9.0...v8.9.1) (2024-08-09)

### Bug Fixes

* Update swizzling of waitForQuiescenceIncludingAnimationsIdle: API for Xcode16-beta5 ([#935](appium/WebDriverAgent#935)) ([2ccc436](appium/WebDriverAgent@2ccc436))
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