-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Installation | ||
|
||
This document describes steps necessary to install the emulator from [GitHub | ||
releases](https://github.com/ipasimulator/ipasim/releases). | ||
|
||
1. Make sure you have Windows 10, build 1809 or later. | ||
2. Download and extract `ipasim-build-v*.zip` of your chosen | ||
[release](https://github.com/ipasimulator/ipasim/releases). | ||
3. Run script `Add-AppDevPackage.ps1` from the extracted files. Follow | ||
instructions in the console. If successful, you will have the emulator | ||
installed on your machine (it's called `ipaSim`). | ||
|
||
## Samples | ||
|
||
If you don't have your own iOS app to emulate, you can use a prebuilt sample. | ||
|
||
1. Download and extract `ipasim-samples-v*.zip` of your chosen | ||
[release](https://github.com/ipasimulator/ipasim/releases) or some previous | ||
one (samples may not be built that often). | ||
2. Launch `ipaSim` and select one of the extracted folders (it must have suffix | ||
`.app`). |