Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 2.1 KB

PrivateApi.md

File metadata and controls

36 lines (29 loc) · 2.1 KB

How-To Private API

We used class-dump to generate headers for frameworks, we used disassembler to reveal behavior of proprietary code and also some signatures of C-functions (class-dump works only for Obj-C).

Pure class-dump is not enough to make good headers, we have a script dump.py that generates headers of XCTest and patches output of class-dump. It can be used when new Xcode is released and there are changes in APIs. Currently multiple Xcode versions are supported.

Check if anyone already solved the problem

There is a list of open-sourced projects for iOS UI testing, ordered by how much we used from them

Table of contents