{"id":1245,"url":"https://github.com/MobileNativeFoundation/set-simulator-location","last_synced_at":"2025-07-30T20:32:57.343Z","repository":{"id":45421887,"uuid":"82005255","full_name":"MobileNativeFoundation/set-simulator-location","owner":"MobileNativeFoundation","description":"CLI for setting location in the iOS simulator","archived":false,"fork":false,"pushed_at":"2023-01-17T16:54:46.000Z","size":30,"stargazers_count":641,"open_issues_count":4,"forks_count":31,"subscribers_count":108,"default_branch":"main","last_synced_at":"2024-07-31T01:19:49.696Z","etag":null,"topics":["ios-simulator","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MobileNativeFoundation.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2017-02-15T01:06:15.000Z","updated_at":"2024-07-27T00:04:31.000Z","dependencies_parsed_at":"2023-02-10T10:46:01.703Z","dependency_job_id":null,"html_url":"https://github.com/MobileNativeFoundation/set-simulator-location","commit_stats":null,"previous_names":["lyft/set-simulator-location"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileNativeFoundation%2Fset-simulator-location","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileNativeFoundation%2Fset-simulator-location/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileNativeFoundation%2Fset-simulator-location/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MobileNativeFoundation%2Fset-simulator-location/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MobileNativeFoundation","download_url":"https://codeload.github.com/MobileNativeFoundation/set-simulator-location/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228187605,"owners_count":17882335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios-simulator","xcode"],"created_at":"2024-01-05T20:15:42.106Z","updated_at":"2024-12-04T20:31:09.121Z","avatar_url":"https://github.com/MobileNativeFoundation.png","language":"Swift","funding_links":[],"categories":["Hardware","Swift"],"sub_categories":["Location"],"readme":"# set-simulator-location\n\nNOTE: As of Xcode 14 you can use `xcrun simctl location` to do most of\nthis instead, including setting specific routes. Use that if possible\n(it does not currently support searching for locations).\n\nThis is a simple CLI for easily setting the location of the currently\nrunning iOS Simulator.\n\n## Usage\n\nSet a specific latitude and longitude:\n\n```sh\n$ set-simulator-location -c 37.7765 -122.3918\n```\n\nOr using place search:\n\n```sh\n$ set-simulator-location -q Lyft HQ San Francisco\n```\n\nBy default the location is set on all booted simulators. If you'd like\nto change it for only one of the booted simulators you can pass `-s`\nfollowed by the simulator's display name:\n\n```sh\n$ set-simulator-location -q Lyft HQ San Francisco -s iPhone X\n```\n\nNOTE: If you have multiple booted simulators with the same name, the\nlocation will be set on all of them.\n\n## Installation\n\nWith [`homebrew`](http://brew.sh/):\n\n```sh\n$ brew install lyft/formulae/set-simulator-location\n```\n\nWith [`Mint`](https://github.com/yonaskolb/Mint):\n\n```sh\n$ mint install lyft/set-simulator-location\n```\n\nWith a precompiled release:\n\n1. Download the latest release from\n   [here](https://github.com/lyft/set-simulator-location/releases/)\n1. Install it some place in your `$PATH`\n\nManually:\n\n```sh\n$ make install\n```\n\nI have submitted [a Radar](http://www.openradar.me/30789939) to have\nthis behavior added to `simctl`.\n\n### Development\n\nTo work on `set-simulator-location` you can make your changes and run\n`make` to build from the command line. If you'd prefer to work in Xcode\nyou can run `make xcode` to generate a project using SwiftPM.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMobileNativeFoundation%2Fset-simulator-location","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMobileNativeFoundation%2Fset-simulator-location","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMobileNativeFoundation%2Fset-simulator-location/lists"}