Skip to content

Commit

Permalink
Update docs/docs/cloud.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Malinskiy <anton@malinskiy.com>
  • Loading branch information
matzuk and Malinskiy committed Jun 23, 2023
1 parent 19845bc commit 0b2d04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Both the application and the tests must be built for the **ARM architecture**.

Before initiating the testing process for your iOS application, you’ll need to create two `.app` bundles: one for the application that's being tested, and another for the tests themselves. Typically, `debug` variants are utilized for this purpose.

Imagine that our project is called "Sample". For this scenario, the code snippet below demonstrates how the building command should be presented:
Let's say our project is called "Sample". The code snippet below shows how to build the .app bundle:

```shell
# file structure
Expand Down

0 comments on commit 0b2d04f

Please sign in to comment.