Acerca de
The iOS CLI Task Automator allows developers to bridge the gap between VSCode-defined workflows and the command line. By leveraging tasks defined in .vscode/tasks.json, this skill enables the execution of complex iOS build, install, and run sequences without needing the VSCode UI. It features a custom Python-based runner that automatically resolves task dependencies, ensuring that simulators are booted and apps are built with xcodebuild in the correct order. This is ideal for developers who prefer terminal-centric productivity or need to ensure their local workflows are perfectly reproducible for automation scripts.