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

Update of Private Headers from Xcode 15.4 #443

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

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
DeviceAgent/DeviceAgent-device.xctestrun Outdated Show resolved Hide resolved
Server/Utilities/CBXDevice.m Show resolved Hide resolved
Server/Utilities/CBXDevice.m Show resolved Hide resolved
Server/AutomationActions/Gestures/ClearText.m Outdated Show resolved Hide resolved
Server/Application/SpringBoard.m Outdated Show resolved Hide resolved
Server/Application/Application.m Outdated Show resolved Hide resolved
@@ -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.

2 participants