xcode_copy_to_simulator
Copy media files to iOS simulators for mobile app testing. Specify simulator UDID, source file path, and destination path to transfer files needed during automation.
Instructions
Copy files to a simulator (limited to media files)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | The UDID of the simulator | |
| sourcePath | Yes | Source file path | |
| destinationPath | Yes | Destination path in simulator |