This repository contains source code of ipasim, an iOS emulator for Windows.
More detailed documentation is available.
We use Git Submodules
(recursively), so make sure you clone with --recurse-submodules. We also use
Git LFS, so make sure you have that installed if
you want to get all files.
If you want to use the emulator, you can either build it from sources (that's slow), use partially prebuilt artifacts (that's fast and recommended if you want to make changes; however, you still need to have Docker and Visual Studio installed) or just use prebuilt binaries (recommended if you don't want to make changes).
depscontains third-party dependencies (mostly as Git submodules because patching was necessary).docscontains documentation and issues.includehas C++ headers of the project.samplescontains sources of sample iOS applications and some other samples.scriptscontains various scripts, mostly supporting build of the project.srccontains C++ sources of the project.- HeadersAnalyzer is a tool that runs at compile-time, generating supporting code for the emulator.
- IpaSimulator is the emulator itself.
- objc contains our port of Apple's Objective-C runtime to Windows.
