A CLI tool for setting location in the iOS Simulator via coordinates or place search.
set-simulator-location is a command-line tool for iOS developers to set the geographic location in the iOS Simulator. It allows simulating different locations by entering coordinates or searching for places, which is essential for testing location-based app features. The tool simplifies the process of changing simulator locations without needing complex manual setups.
iOS developers and testers who need to simulate various geographic locations for testing apps with location services, maps, or GPS functionality.
It provides a quick and easy way to set simulator locations via CLI, with support for place search and multi-simulator targeting, making it more convenient than manual methods before Xcode 14's built-in tools.
CLI for setting location in the iOS simulator
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Allows setting locations by searching for place names like 'Lyft HQ San Francisco', making it more user-friendly than entering raw coordinates.
Supports applying location changes to all booted simulators or targeting specific ones by display name, useful for parallel testing.
Provides easy-to-use commands with options for coordinates and search, simplifying the process compared to manual simulator settings.
Filled a gap before Xcode 14 enhanced `simctl`, offering a straightforward alternative for location simulation.
Does not support setting routes or moving locations over time, a feature available in Xcode 14's `simctl location` as admitted in the README.
Requires installation via Homebrew, Mint, or manual methods, adding complexity compared to the built-in `simctl` command that comes with Xcode.
With Xcode 14's built-in tools covering most use cases, this project may see reduced maintenance and limited updates, as noted in the README.