Skip to content

Conversation

@IlyaBausovAkvelon
Copy link
Contributor

@IlyaBausovAkvelon IlyaBausovAkvelon commented Aug 27, 2024

To implement iOS 17 support Xcode private headers was parsed from Xcode 15.4. This PR also contains code fixes for Xcode 15.4 Private Headers usage.

@IlyaBausovAkvelon IlyaBausovAkvelon marked this pull request as draft September 3, 2024 16:09
@IlyaBausovAkvelon IlyaBausovAkvelon marked this pull request as ready for review September 18, 2024 08:36
@IlyaBausovAkvelon IlyaBausovAkvelon changed the title WIP. Update of Private Headers from Xcode 15.4 Update of Private Headers from Xcode 15.4 Sep 18, 2024
@@ -36,7 +36,7 @@ - (XCUIElement *)firstResponder {
XCUIElement *firstResponder = nil;
for (NSNumber *number in self.elementTypes) {
XCUIElementType type = (XCUIElementType)[number unsignedIntegerValue];
XCUIElementQuery *firstResponderQuery = [application descendantsMatchingType:type];
XCUIElementQuery *firstResponderQuery = [(XCUIElement *)application descendantsMatchingType:type];
Copy link
Contributor

Choose a reason for hiding this comment

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

(XCUIElement *) not needed

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.

3 participants