Skip to content

Conversation

@joemasilotti
Copy link

The last header class dump was done against iOS 5.0, this updates them for iOS 8.1. This also makes a few minor changes:

  1. Leaves all UIAutomation headers in their respective files
  2. Moves said files to Headers/
  3. Comments out a few build errors and warnings with reference to the following:
    • __va_list_tag
    • CDStruct_3eca2549
    • CDStruct_70511ce9
    • __IOHIDEvent
    • __AXObserver
  4. Adds a default @property decorator (assign) to squash a warning

All changes were done after the initial class dump so they can be tracked and commented on individually.

Leave individual files as such, don't combine into one huge one.
Causing errors because Xcode can not resolve:
* __va_list_tag
* CDStruct_3eca2549

Ideally an import or two would fix this, but I can't seem to find them.
They are most likely private Apple structures.
Warning from following classes indication that passed in parameters
would not be accessible:
* CDStruct_70511ce9
* __IOHIDEvent
* __AXObserver

Ideally an import or two would fix this, but I can't seem to find them.
They are most likely private Apple structures.
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.

1 participant