Skip to content

Commit 6cb263f

Browse files
authored
[PD-1377] Virtual apple silicon (#3319)
* Update virtual-apple-silicon.md * Update docs/mobile-apps/virtual-apple-silicon.md
1 parent ad0cb7e commit 6cb263f

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

docs/mobile-apps/virtual-apple-silicon.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';
1111

12-
Sauce Labs now supports **iOS 17.5 and iOS 18** on Apple Silicon-based Simulators. These environments offer improved performance, modern architecture alignment, and compatibility with Xcode's latest features. This enables you to test apps in the most current Apple environments across iPhone and iPad Simulators.
12+
Sauce Labs now supports **iOS 17.5 and iOS 18** on Apple Silicon-based Simulators. These environments offer improved performance, alignment with modern architecture, and compatibility with Xcode's latest features. This allows you to test apps in the most current Apple environments across iPhone and iPad Simulators.
1313

1414
:::caution Enteprise Only
15-
iOS 17.5 and iOS 18 Simulators on Apple Silicon are only available to Enterprise customers with the appropriate Premium plan. Contact your account manager to discuss upgrading.
15+
iOS 17.5 and iOS 18 Simulators on Apple Silicon are available only to Enterprise customers on the appropriate Premium plan. Contact your account manager to discuss upgrading your plan.
1616
:::
1717

1818
## Key Benefits
1919

20-
- High-fidelity iOS testing environments on M-series macOS VMs
21-
- Improved performance and stability with faster start-up times and test execution
22-
- More efficient for development teams that adopt `arm64` throughout their development and testing pipelines.
20+
- High-fidelity iOS testing environments on M-series macOS hosts.
21+
- Improved performance and stability, with faster start-up times and faster test execution.
22+
- More efficient for development teams that adopt `arm64` across their development and testing pipelines.
2323

2424
---
2525

@@ -45,19 +45,21 @@ xcodebuild -arch arm64 -sdk iphonesimulator -destination 'platform=iOS Simulator
4545

4646
#### Archive the Build
4747

48-
1. Create a folder named `Payload`
49-
2. Copy your `.app` file into the `Payload` directory
50-
3. Compress the folder into a `.zip`
51-
4. Rename the file to match your app, for example `MyApp.zip`
48+
To archive the build, follow the steps below:
49+
50+
1. Create a folder named `Payload`.
51+
2. Copy your `.app` file into the `Payload` directory.
52+
3. Compress the folder into a `.zip`.
53+
4. Rename the file to match your app, for example `MyApp.zip`.
5254

5355
---
5456

5557
### Uploading the App to Sauce Labs
5658

57-
You can upload the `.zip` archive:
59+
You can upload the `.zip` archive in the following ways:
5860

59-
- Via the **App Management** section in the Sauce Labs web UI
60-
- Or via the **Sauce Labs File Storage API**
61+
- Via the **App Management** section in the Sauce Labs web UI.
62+
- Or via the **Sauce Labs File Storage API**.
6163

6264
➡️ [Uploading Apps to Sauce Labs](./app-storage.md)
6365

@@ -152,7 +154,7 @@ caps.setCapability("sauce:options", sauceOptions);
152154

153155
## Known Issues and Migration Notes
154156

155-
As you upgrade to iOS 17.5 and 18, be aware that Appium and related driver updates may require updates to existing tests to remove deprecated features no longer supported.
157+
As you upgrade to iOS 17.5 and iOS 18, note that Appium and related driver updates may require you to modify existing tests to remove deprecated features no longer supported.
156158

157159
Check [Appium Version Details](./automated-testing/appium/appium-versions.md#appium-2x) for full bundle details on versions 2.1.3 and 2.11.3.
158160

0 commit comments

Comments
 (0)