Update header class dumps for iOS 8.1#9
Open
joemasilotti wants to merge 6 commits intoTestingWithFrank:masterfrom
Open
Update header class dumps for iOS 8.1#9joemasilotti wants to merge 6 commits intoTestingWithFrank:masterfrom
joemasilotti wants to merge 6 commits intoTestingWithFrank:masterfrom
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
UIAutomationheaders in their respective files@propertydecorator (assign) to squash a warningAll changes were done after the initial class dump so they can be tracked and commented on individually.