get_ios_dev_app_path_ws
Retrieve the iOS app bundle path from a .xcworkspace file by specifying the workspace path and scheme. Essential for developers managing iOS application builds on the sl-test MCP server.
Instructions
Gets the app bundle path for an iOS physical device application using a workspace. IMPORTANT: Requires workspacePath and scheme. Example: get_ios_dev_app_path_ws({ workspacePath: '/path/to/workspace', scheme: 'MyScheme' })
Input Schema
Name | Required | Description | Default |
---|---|---|---|
configuration | No | Build configuration (Debug, Release, etc.) | |
scheme | Yes | The scheme to use (Required) | |
workspacePath | Yes | Path to the .xcworkspace file (Required) |