What problem does it solve?
This Skill provides a reliable and clean way to stop an iOS app running on a connected iPhone. It automates the process of sending a SIGTERM signal, ensuring the app terminates gracefully and can perform cleanup operations, which is crucial for debugging and testing.
Core Features & Use Cases
- Graceful App Termination: Uses SIGTERM for a clean shutdown, allowing the app to save state and close connections before exiting.
- Pre-Deployment Cleanup: Ensures a fresh state before deploying new versions or running tests, preventing conflicts or stale data issues.
- Use Case: Before deploying a new build of your iOS app, use this skill to stop the currently running version, ensuring a clean installation and test environment.
Quick Start
Stop the iOS app running on my connected iPhone.